|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DefaultServerConfiguration in org.glassfish.tyrus.server |
|---|
| Methods in org.glassfish.tyrus.server that return DefaultServerConfiguration | |
|---|---|
DefaultServerConfiguration |
DefaultServerConfiguration.endpoint(Class<?> endpointClass)
Registers a new endpoint annotated class. |
DefaultServerConfiguration |
DefaultServerConfiguration.endpoint(javax.net.websocket.Endpoint endpoint,
javax.net.websocket.ServerEndpointConfiguration configuration)
Registers a new programmatic endpoint. |
DefaultServerConfiguration |
DefaultServerConfiguration.endpoints(Class<?>... endpointClasses)
Registers new endpoint annotated classes. |
DefaultServerConfiguration |
DefaultServerConfiguration.endpoints(Set<Class<?>> endpointClasses)
Registers new endpoint annotated classes. |
DefaultServerConfiguration |
DefaultServerConfiguration.maxBinaryMessageBufferSize(long max)
Sets the max binary message buffer size. |
DefaultServerConfiguration |
DefaultServerConfiguration.maxSessionIdleTimeout(long max)
Sets the max session idle timeout. |
DefaultServerConfiguration |
DefaultServerConfiguration.maxTextMessageBufferSize(long max)
Sets the max text message buffer size. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||