Uses of Class
org.glassfish.tyrus.server.DefaultServerConfiguration

Packages that use DefaultServerConfiguration
org.glassfish.tyrus.server   
 

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(Endpoint endpoint, 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.
 



Copyright © 2012. All Rights Reserved.