com.starla.smb
Class SMBCIFSPipeSession

java.lang.Object
  |
  +--com.starla.smb.SMBSession
        |
        +--com.starla.smb.SMBIPCSession
              |
              +--com.starla.smb.SMBCIFSPipeSession

public final class SMBCIFSPipeSession
extends com.starla.smb.SMBIPCSession

SMB CIFS pipe session class


Fields inherited from class com.starla.smb.SMBSession
DBGDumpPacket, DBGHexDump, DBGPacketType, DEFAULT_BUFSIZE, EncryptPass, RawRead, RawWrite, UserMode
 
Method Summary
 void CloseSession()
          Close this connection with the remote server.
 
Methods inherited from class com.starla.smb.SMBSession
getDeviceType, getDialect, getDomain, getEncryptionKey, getLANManagerType, getMaximumPacketSize, getOperatingSystem, getPassword, getServer, getSessionFlag, getSessionId, getShareName, getUserId, getUserName, hasDebugOption, isActive, isDebug, print, println, println, setDebug, setEncryptionKey, setRawMode, setSecurityMode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

CloseSession

public void CloseSession()
                  throws java.io.IOException
Close this connection with the remote server.
Throws:
java.io.IOException - If an I/O error occurs.
Overrides:
CloseSession in class SMBSession