|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.tyrus.server.ServerConfiguration.EndpointWithConfiguration
public static final class ServerConfiguration.EndpointWithConfiguration
Representation of Endpoint-ServerEndpointConfiguration pair.
| Constructor Summary | |
|---|---|
ServerConfiguration.EndpointWithConfiguration(javax.net.websocket.Endpoint endpoint,
javax.net.websocket.ServerEndpointConfiguration configuration)
Creates a new endpoint-configuration pair. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
javax.net.websocket.ServerEndpointConfiguration |
getConfiguration()
Returns the configuration associated with the endpoint returned from getEndpoint(). |
javax.net.websocket.Endpoint |
getEndpoint()
Returns the endpoint associated with the configuration returned from getConfiguration(). |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerConfiguration.EndpointWithConfiguration(javax.net.websocket.Endpoint endpoint,
javax.net.websocket.ServerEndpointConfiguration configuration)
endpoint - Endpoint.configuration - Configuration associated with the endpoint.| Method Detail |
|---|
public javax.net.websocket.Endpoint getEndpoint()
getConfiguration().
public javax.net.websocket.ServerEndpointConfiguration getConfiguration()
getEndpoint().
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||