| java.lang.Object jcifs.netbios.SessionServicePacket
All known Subclasses: jcifs.netbios.SessionRetargetResponsePacket, jcifs.netbios.SessionRequestPacket,
SessionServicePacket | abstract class SessionServicePacket (Code) | | |
Method Summary | |
int | readHeaderWireFormat(InputStream in, byte[] buffer, int bufferIndex) | static int | readInt2(byte[] src, int srcIndex) | static int | readInt4(byte[] src, int srcIndex) | static int | readLength(byte[] src, int srcIndex) | static int | readPacketType(InputStream in, byte[] buffer, int bufferIndex) | abstract int | readTrailerWireFormat(InputStream in, byte[] buffer, int bufferIndex) | int | readWireFormat(InputStream in, byte[] buffer, int bufferIndex) | static int | readn(InputStream in, byte[] b, int off, int len) | int | writeHeaderWireFormat(byte[] dst, int dstIndex) | static void | writeInt2(int val, byte[] dst, int dstIndex) | static void | writeInt4(int val, byte[] dst, int dstIndex) | abstract int | writeTrailerWireFormat(byte[] dst, int dstIndex) | int | writeWireFormat(byte[] dst, int dstIndex) |
HEADER_LENGTH | final static int HEADER_LENGTH(Code) | | |
MAX_MESSAGE_SIZE | final static int MAX_MESSAGE_SIZE(Code) | | |
NEGATIVE_SESSION_RESPONSE | final static int NEGATIVE_SESSION_RESPONSE(Code) | | |
POSITIVE_SESSION_RESPONSE | final static int POSITIVE_SESSION_RESPONSE(Code) | | |
SESSION_KEEP_ALIVE | final static int SESSION_KEEP_ALIVE(Code) | | |
SESSION_MESSAGE | final static int SESSION_MESSAGE(Code) | | |
SESSION_REQUEST | final static int SESSION_REQUEST(Code) | | |
SESSION_RETARGET_RESPONSE | final static int SESSION_RETARGET_RESPONSE(Code) | | |
typelength | int typelength(Code) | | |
readInt2 | static int readInt2(byte[] src, int srcIndex)(Code) | | |
readInt4 | static int readInt4(byte[] src, int srcIndex)(Code) | | |
readLength | static int readLength(byte[] src, int srcIndex)(Code) | | |
writeHeaderWireFormat | int writeHeaderWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeInt2 | static void writeInt2(int val, byte[] dst, int dstIndex)(Code) | | |
writeInt4 | static void writeInt4(int val, byte[] dst, int dstIndex)(Code) | | |
writeTrailerWireFormat | abstract int writeTrailerWireFormat(byte[] dst, int dstIndex)(Code) | | |
writeWireFormat | int writeWireFormat(byte[] dst, int dstIndex)(Code) | | |
|
|