public interface SocketLikeHandler
SocketHandler but designed to operate on SocketLike instances
which allow for buffered "peeks" of data to decide which protocol handler to use.SocketHandler,
SocketLike| Modifier and Type | Method and Description |
|---|---|
void |
onAccepted(SocketLike socket) |
void onAccepted(SocketLike socket) throws java.io.IOException
java.io.IOExceptionSocketHandler.onAccepted(LocalSocket)