| java.lang.Object com.knowgate.jcifs.smb.ServerMessageBlock com.knowgate.jcifs.smb.SmbComTransaction
All known Subclasses: com.knowgate.jcifs.smb.Trans2GetDfsReferral, com.knowgate.jcifs.smb.Trans2FindNext2, com.knowgate.jcifs.smb.TransTransactNamedPipe, com.knowgate.jcifs.smb.TransCallNamedPipe, com.knowgate.jcifs.smb.NetServerEnum2, com.knowgate.jcifs.smb.Trans2QueryFSInformation, com.knowgate.jcifs.smb.Trans2SetFileInformation, com.knowgate.jcifs.smb.TransPeekNamedPipe, com.knowgate.jcifs.smb.Trans2QueryPathInformation, com.knowgate.jcifs.smb.TransWaitNamedPipe, com.knowgate.jcifs.smb.Trans2FindFirst2, com.knowgate.jcifs.smb.NetShareEnum,
Method Summary | |
public boolean | hasMoreElements() | public Object | nextElement() | int | readBytesWireFormat(byte[] buffer, int bufferIndex) | abstract int | readDataWireFormat(byte[] buffer, int bufferIndex, int len) | int | readParameterWordsWireFormat(byte[] buffer, int bufferIndex) | abstract int | readParametersWireFormat(byte[] buffer, int bufferIndex, int len) | abstract int | readSetupWireFormat(byte[] buffer, int bufferIndex, int len) | void | reset() | void | reset(int key, String lastName) | public String | toString() | int | writeBytesWireFormat(byte[] dst, int dstIndex) | abstract int | writeDataWireFormat(byte[] dst, int dstIndex) | int | writeParameterWordsWireFormat(byte[] dst, int dstIndex) | abstract int | writeParametersWireFormat(byte[] dst, int dstIndex) | abstract int | writeSetupWireFormat(byte[] dst, int dstIndex) |
NET_SERVER_ENUM2 | final static int NET_SERVER_ENUM2(Code) | | |
NET_SERVER_ENUM3 | final static int NET_SERVER_ENUM3(Code) | | |
NET_SHARE_ENUM | final static int NET_SHARE_ENUM(Code) | | |
TRANS2_FIND_FIRST2 | final static byte TRANS2_FIND_FIRST2(Code) | | |
TRANS2_FIND_NEXT2 | final static byte TRANS2_FIND_NEXT2(Code) | | |
TRANS2_GET_DFS_REFERRAL | final static byte TRANS2_GET_DFS_REFERRAL(Code) | | |
TRANS2_QUERY_FS_INFORMATION | final static byte TRANS2_QUERY_FS_INFORMATION(Code) | | |
TRANS2_QUERY_PATH_INFORMATION | final static byte TRANS2_QUERY_PATH_INFORMATION(Code) | | |
TRANS2_SET_FILE_INFORMATION | final static byte TRANS2_SET_FILE_INFORMATION(Code) | | |
TRANSACTION_BUF_SIZE | final static int TRANSACTION_BUF_SIZE(Code) | | |
TRANS_CALL_NAMED_PIPE | final static byte TRANS_CALL_NAMED_PIPE(Code) | | |
TRANS_PEEK_NAMED_PIPE | final static byte TRANS_PEEK_NAMED_PIPE(Code) | | |
TRANS_TRANSACT_NAMED_PIPE | final static byte TRANS_TRANSACT_NAMED_PIPE(Code) | | |
TRANS_WAIT_NAMED_PIPE | final static byte TRANS_WAIT_NAMED_PIPE(Code) | | |
maxBufferSize | int maxBufferSize(Code) | | |
maxDataCount | int maxDataCount(Code) | | |
maxParameterCount | int maxParameterCount(Code) | | |
maxSetupCount | byte maxSetupCount(Code) | | |
setupCount | int setupCount(Code) | | |
subCommand | byte subCommand(Code) | | |
totalDataCount | int totalDataCount(Code) | | |
totalParameterCount | int totalParameterCount(Code) | | |
SmbComTransaction | SmbComTransaction()(Code) | | |
hasMoreElements | public boolean hasMoreElements()(Code) | | |
readBytesWireFormat | int readBytesWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
readDataWireFormat | abstract int readDataWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readParameterWordsWireFormat | int readParameterWordsWireFormat(byte[] buffer, int bufferIndex)(Code) | | |
readParametersWireFormat | abstract int readParametersWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
readSetupWireFormat | abstract int readSetupWireFormat(byte[] buffer, int bufferIndex, int len)(Code) | | |
writeBytesWireFormat | int writeBytesWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeDataWireFormat | abstract int writeDataWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParameterWordsWireFormat | int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeParametersWireFormat | abstract int writeParametersWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeSetupWireFormat | abstract int writeSetupWireFormat(byte[] dst, int dstIndex)(Code) | | |
Methods inherited from com.knowgate.jcifs.smb.ServerMessageBlock | boolean isResponse()(Code)(Java Doc) abstract int readBytesWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) int readHeaderWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) static int readInt2(byte[] src, int srcIndex)(Code)(Java Doc) static int readInt4(byte[] src, int srcIndex)(Code)(Java Doc) static long readInt8(byte[] src, int srcIndex)(Code)(Java Doc) abstract int readParameterWordsWireFormat(byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) String readString(byte[] src, int srcIndex)(Code)(Java Doc) String readString(byte[] src, int srcIndex, int maxLen, boolean useUnicode)(Code)(Java Doc) int readStringLength(byte[] src, int srcIndex, int max)(Code)(Java Doc) static long readTime(byte[] src, int srcIndex)(Code)(Java Doc) static long readUTime(byte[] buffer, int bufferIndex)(Code)(Java Doc) int readWireFormat(InputStream in, byte[] buffer, int bufferIndex) throws IOException(Code)(Java Doc) int stringWireLength(String str, int offset)(Code)(Java Doc) public String toString()(Code)(Java Doc) abstract int writeBytesWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) int writeHeaderWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt2(long val, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt4(long val, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeInt8(long val, byte[] dst, int dstIndex)(Code)(Java Doc) abstract int writeParameterWordsWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc) int writeString(String str, byte[] dst, int dstIndex)(Code)(Java Doc) int writeString(String str, byte[] dst, int dstIndex, boolean useUnicode)(Code)(Java Doc) static void writeTime(long t, byte[] dst, int dstIndex)(Code)(Java Doc) static void writeUTime(long t, byte[] dst, int dstIndex)(Code)(Java Doc) int writeWireFormat(byte[] dst, int dstIndex)(Code)(Java Doc)
|
|
|