All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcifs_1.3.3.docs.api.jcifs.netbios.SessionServicePacket.html Maven / Gradle / Ivy

Go to download

JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java

There is a newer version: 1.3.14-kohsuke-1
Show newest version






SessionServicePacket (JCIFS API)


















jcifs.netbios
Class SessionServicePacket

java.lang.Object
  extended by jcifs.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)






© 2015 - 2025 Weber Informatics LLC | Privacy Policy