Hierarchy For All Packages
- org.eclipse.jetty.websocket.api,
- org.eclipse.jetty.websocket.api.annotations,
- org.eclipse.jetty.websocket.api.exceptions,
- org.eclipse.jetty.websocket.api.util
Class Hierarchy
- java.lang.Object
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- org.eclipse.jetty.websocket.api.Callback.Completable (implements org.eclipse.jetty.websocket.api.Callback)
- org.eclipse.jetty.websocket.api.Session.Listener.Abstract (implements org.eclipse.jetty.websocket.api.Session.Listener)
- org.eclipse.jetty.websocket.api.Session.Listener.AbstractAutoDemanding (implements org.eclipse.jetty.websocket.api.Session.Listener.AutoDemanding)
- org.eclipse.jetty.websocket.api.StatusCode
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.eclipse.jetty.websocket.api.exceptions.WebSocketException
- org.eclipse.jetty.websocket.api.exceptions.CloseException
- org.eclipse.jetty.websocket.api.exceptions.BadPayloadException
- org.eclipse.jetty.websocket.api.exceptions.MessageTooLargeException
- org.eclipse.jetty.websocket.api.exceptions.PolicyViolationException
- org.eclipse.jetty.websocket.api.exceptions.ProtocolException
- org.eclipse.jetty.websocket.api.exceptions.InvalidWebSocketException
- org.eclipse.jetty.websocket.api.exceptions.UpgradeException
- org.eclipse.jetty.websocket.api.exceptions.WebSocketTimeoutException
- org.eclipse.jetty.websocket.api.exceptions.CloseException
- org.eclipse.jetty.websocket.api.exceptions.WebSocketException
- java.lang.RuntimeException
- java.lang.Exception
- org.eclipse.jetty.websocket.api.util.WebSocketConstants
- org.eclipse.jetty.websocket.api.util.WSURI
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- org.eclipse.jetty.websocket.api.Session (also extends org.eclipse.jetty.websocket.api.Configurable)
- java.io.Closeable
- org.eclipse.jetty.websocket.api.Callback
- org.eclipse.jetty.websocket.api.Configurable
- org.eclipse.jetty.websocket.api.ExtensionConfig
- org.eclipse.jetty.websocket.api.ExtensionConfig.Parser
- org.eclipse.jetty.websocket.api.Frame
- org.eclipse.jetty.websocket.api.Session.Listener
- org.eclipse.jetty.websocket.api.Session.Listener.AutoDemanding
- org.eclipse.jetty.websocket.api.UpgradeRequest
- org.eclipse.jetty.websocket.api.UpgradeResponse
- org.eclipse.jetty.websocket.api.WebSocketContainer
- org.eclipse.jetty.websocket.api.WebSocketSessionListener
Annotation Interface Hierarchy
- org.eclipse.jetty.websocket.api.annotations.OnWebSocketClose (implements java.lang.annotation.Annotation)
- org.eclipse.jetty.websocket.api.annotations.OnWebSocketError (implements java.lang.annotation.Annotation)
- org.eclipse.jetty.websocket.api.annotations.OnWebSocketFrame (implements java.lang.annotation.Annotation)
- org.eclipse.jetty.websocket.api.annotations.OnWebSocketMessage (implements java.lang.annotation.Annotation)
- org.eclipse.jetty.websocket.api.annotations.OnWebSocketOpen (implements java.lang.annotation.Annotation)
- org.eclipse.jetty.websocket.api.annotations.WebSocket (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.eclipse.jetty.websocket.api.Frame.Type
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)