public interface ServerSessionLayer
extends java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getClientId() |
int |
getLogicalDeviceId() |
void |
initialize() |
byte[] |
readNextMessage() |
void |
send(byte[] data) |
void initialize() throws java.io.IOException
java.io.IOException
byte[] readNextMessage() throws java.io.IOException
java.io.IOException
void send(byte[] data) throws java.io.IOException
java.io.IOException
int getClientId()
int getLogicalDeviceId()
void close() throws java.io.IOException
close
in interface java.lang.AutoCloseable
java.io.IOException