|
||||||||||
| 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(Endpoint endpoint,
ServerEndpointConfiguration configuration)
Creates a new endpoint-configuration pair. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
ServerEndpointConfiguration |
getConfiguration()
Returns the configuration associated with the endpoint returned from getEndpoint(). |
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(Endpoint endpoint,
ServerEndpointConfiguration configuration)
endpoint - Endpoint.configuration - Configuration associated with the endpoint.| Method Detail |
|---|
public Endpoint getEndpoint()
getConfiguration().
public 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 | |||||||||