jcifs.netbios
Class NbtSocket
java.lang.Object
java.net.Socket
jcifs.netbios.NbtSocket
- All Implemented Interfaces:
- java.io.Closeable
public class NbtSocket
- extends java.net.Socket
Do not use this class. Writing to the OutputStream of this type of socket
requires leaving a 4 byte prefix for the NBT header. IOW you must call
write( buf, 4, len ). Calling write( buf, 0, len ) will generate an error.
Methods inherited from class java.net.Socket |
bind, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalSocketAddress, getOOBInline, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NbtSocket
public NbtSocket()
NbtSocket
public NbtSocket(NbtAddress address,
int port)
throws java.io.IOException
- Throws:
java.io.IOException
NbtSocket
public NbtSocket(NbtAddress address,
int port,
java.net.InetAddress localAddr,
int localPort)
throws java.io.IOException
- Throws:
java.io.IOException
NbtSocket
public NbtSocket(NbtAddress address,
java.lang.String calledName,
int port,
java.net.InetAddress localAddr,
int localPort)
throws java.io.IOException
- Throws:
java.io.IOException
getNbtAddress
public NbtAddress getNbtAddress()
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Overrides:
getInputStream
in class java.net.Socket
- Throws:
java.io.IOException
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Overrides:
getOutputStream
in class java.net.Socket
- Throws:
java.io.IOException
getPort
public int getPort()
- Overrides:
getPort
in class java.net.Socket
getLocalAddress
public java.net.InetAddress getLocalAddress()
- Overrides:
getLocalAddress
in class java.net.Socket
getLocalPort
public int getLocalPort()
- Overrides:
getLocalPort
in class java.net.Socket
toString
public java.lang.String toString()
- Overrides:
toString
in class java.net.Socket
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface java.io.Closeable
- Overrides:
close
in class java.net.Socket
- Throws:
java.io.IOException