forked from KNEMC/KLALB
KLALB2.3
This commit is contained in:
@@ -5,9 +5,14 @@ import java.net.SocketException;
|
||||
|
||||
public interface KLALBPacketLink {
|
||||
public void writePacket(KLALBPacket kp) throws IOException;
|
||||
public void flush() throws IOException;
|
||||
public KLALBPacket readPacket()throws IOException;
|
||||
public void close() throws IOException;
|
||||
public boolean isClosed();
|
||||
public void setSoTimeout(int val) throws SocketException;
|
||||
public int getSoTimeout() throws SocketException;
|
||||
@Override
|
||||
public String toString();
|
||||
public boolean isStream();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user