Package com.zeroc.Ice
Class WSEndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.WSEndpointInfo
- All Implemented Interfaces:
Cloneable
Provides access to a WebSocket endpoint information.
-
Field Summary
FieldsFields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionWSEndpointInfo
(EndpointInfo underlying, int timeout, boolean compress, String resource) -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure, type
-
Field Details
-
resource
The URI configured with the endpoint.
-
-
Constructor Details
-
WSEndpointInfo
public WSEndpointInfo() -
WSEndpointInfo
-
-
Method Details
-
clone
- Overrides:
clone
in classEndpointInfo
-