public interface TyrusServerEndpointConfig extends ServerEndpointConfig
ServerEndpointConfig
enhanced
to offer tyrus specific attributes like maxSessions.
Declarative way to define maxSessions is also available using
annotation MaxSessions
.MaxSessions
Modifier and Type | Interface and Description |
---|---|
static class |
TyrusServerEndpointConfig.Builder
The TyrusServerEndpointConfig.Builder is a class used for creating
TyrusServerEndpointConfig.Builder objects for the purposes of
deploying a server endpoint. |
ServerEndpointConfig.Configurator
Modifier and Type | Method and Description |
---|---|
int |
getMaxSessions()
Returns configured maximal number of open sessions.
|
getConfigurator, getEndpointClass, getExtensions, getPath, getSubprotocols
getDecoders, getEncoders, getUserProperties
Copyright © 2012–2020 Oracle Corporation. All rights reserved.