public interface TransportLayer
| Modifier and Type | Method and Description |
|---|---|
int |
getDefaultPort()
The default port for the specified SMB transport layer.
|
void |
init(java.io.InputStream in,
java.io.OutputStream out)
Initialize the Transport layer.
|
void |
write(SMB2Packet packet)
Write the packet to the transport.
|
void init(java.io.InputStream in,
java.io.OutputStream out)
int getDefaultPort()
void write(SMB2Packet packet) throws TransportException
packet - The packet to write.TransportException