@ParametersAreNonnullByDefault

Package stincmale.server.netty4.tcp

Contains Netty-based TCP-specific part of the Server framework.
  • Class Summary 
    Class Description
    DispatchMonoHandler<RQ,​RS>
    Processes business logic.
    MonoHandler
    The purpose of this ChannelDuplexHandler is to allow asynchronous processing of inbound messages while preserving the order of outbound response messages (which must correlate to the order of inbound messages) and allowing a client to send a next request before receiving an answer to the previous request.