jcifs.netbios
public class NbtSocket extends Socket
| Constructor Summary | |
|---|---|
| NbtSocket() | |
| NbtSocket(NbtAddress address, int port) | |
| NbtSocket(NbtAddress address, int port, InetAddress localAddr, int localPort) | |
| NbtSocket(NbtAddress address, String calledName, int port, InetAddress localAddr, int localPort) | |
| Method Summary | |
|---|---|
| void | close() |
| InputStream | getInputStream() |
| InetAddress | getLocalAddress() |
| int | getLocalPort() |
| NbtAddress | getNbtAddress() |
| OutputStream | getOutputStream() |
| int | getPort() |
| String | toString() |