| Modifier and Type | Method and Description |
|---|---|
DefaultServerConfiguration |
DefaultServerConfiguration.endpoint(Class<?> endpointClass)
Registers a new annotated or programmatic endpoint.
|
DefaultServerConfiguration |
DefaultServerConfiguration.endpoints(Class<?>... endpointClasses)
Registers new endpoint annotated or programmatic classes.
|
DefaultServerConfiguration |
DefaultServerConfiguration.endpoints(Set<Class<?>> endpointClasses)
Registers new endpoint annotated classes.
|
Copyright © 2012-2013. All Rights Reserved.