Package org.jspace.gate
Interface ClientHandler
- All Known Implementing Classes:
ConnClientHandler
,KeepClientHandler
public interface ClientHandler
-
Method Summary
Modifier and Type Method Description void
close()
boolean
isActive()
boolean
isClosed()
ClientMessage
receive()
boolean
send(ServerMessage m)
-
Method Details
-
receive
- Throws:
java.io.IOException
-
send
-
isActive
boolean isActive() -
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
isClosed
boolean isClosed()
-