Interface SocketServicer<R>


public interface SocketServicer<R>
Services the Socket.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Releases this SocketServicer from use.
    void
    service(StreamBuffer<ByteBuffer> readBuffer, long bytesRead, boolean isNewBuffer)
    Services the Socket.