jcifs.netbios
Class SessionServicePacket

java.lang.Object
  extended byjcifs.netbios.SessionServicePacket
Direct Known Subclasses:
SessionRequestPacket

public abstract class SessionServicePacket
extends java.lang.Object


Field Summary
static int NEGATIVE_SESSION_RESPONSE
           
static int POSITIVE_SESSION_RESPONSE
           
 
Constructor Summary
SessionServicePacket()
           
 
Method Summary
 int writeWireFormat(byte[] dst, int dstIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POSITIVE_SESSION_RESPONSE

public static final int POSITIVE_SESSION_RESPONSE
See Also:
Constant Field Values

NEGATIVE_SESSION_RESPONSE

public static final int NEGATIVE_SESSION_RESPONSE
See Also:
Constant Field Values
Constructor Detail

SessionServicePacket

public SessionServicePacket()
Method Detail

writeWireFormat

public int writeWireFormat(byte[] dst,
                           int dstIndex)