Package org.simpleframework.http.socket.service


package org.simpleframework.http.socket.service
  • Class
    Description
    The DirectRouter object is used to create a router that uses a single service.
    The PathRouter is used when there are multiple services that can be used.
    The ProtocolRouter is used when there are multiple services that can be used.
    The Router interface represents a means of routing a session initiating request to the correct service.
    The RouterContainer is used to route requests that satisfy a WebSocket opening handshake to a specific service.
    The Service interface represents a service that can be used to communicate with the WebSocket protocol defined in RFC 6455.
    The ServiceEvent enumeration contains the events that are dispatched processing a WebSocket.