|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
MultivaluedMap that is backed
by a [key, multi-value] store represented as a Map<K, List<V>>.null values to the first position
in the value list.
null values to the value list.
closed right hand path.
DefaultServerEndpointConfiguration.
comparing
the templates associated with the patterns.
DefaultClientEndpointConfiguration.DefaultClientEndpointConfiguration.Builder.
DefaultEndpointConfiguration.Builder.
ServerConfiguration interface.ServerEndpointConfiguration.Endpoint which is used on the server side.
DefaultServerEndpointConfiguration.DefaultServerEndpointConfiguration.Builder.
'/').
Endpoint would like to use for its sessions.
Collections.UnmodifiableList of extensions supported by the corresponding Endpoint.
ServerConfiguration.EndpointWithConfiguration.getEndpoint().
ServerConfiguration.EndpointWithConfiguration.getConfiguration().
WebSocketEndpoint
annotation that should be published by the container initialized with this configuration object.
Endpoint instances that should be exposed by the server in addition to the
class-based endpoints returned from ServerConfiguration.getEndpointClasses().
ProtocolHandler that supports sub-protocol and Extension insertion.GrizzlyProtocolHandler.
c is hexadecimal character.
Localizable into a message
by using a configured Locale.MultivaluedMap interface.16) and the default load factor (0.75).
0.75).
MultivaluedMap.
Map.
MultivaluedMap where keys and values are
instances of String.PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern.RightHandPath.capturingZeroOrMoreSegments.
Endpoint would like to use for its sessions.
RemoteEndpoint and represents the other side of the websocket connection.template from _mapValues.
ServerConfiguration.
Collections.UnmodifiableList of sub-protocols supported by the corresponding Endpoint.
Object.toString() method.
 @WebSocketEndpoint("/bookings/{guest-id}");
public class BookingServer {
  @WebSocketMessage
 public void processBookingRequest(@WebSocketPathParam("guest-id") String guestID, String message, Session session) {
   // process booking from the given guest here
 }
}
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||