Interface TyrusServerEndpointConfig

All Superinterfaces:
EndpointConfig, ServerEndpointConfig

public interface TyrusServerEndpointConfig extends ServerEndpointConfig
Configuration ServerEndpointConfig enhanced to offer tyrus specific attributes like maxSessions. Declarative way to define maxSessions is also available using annotation MaxSessions.
Author:
Ondrej Kosatka
See Also:
  • Method Details

    • getMaxSessions

      int getMaxSessions()
      Returns configured maximal number of open sessions.
      Returns:
      tne maximal number of open sessions.