Uses of Package
javax.net.websocket.extensions

Packages that use javax.net.websocket.extensions
javax.net.websocket   
javax.net.websocket.extensions   
org.glassfish.tyrus.platform   
 

Classes in javax.net.websocket.extensions used by javax.net.websocket
Extension
          The Extension interface represents a web socket extension.
 

Classes in javax.net.websocket.extensions used by javax.net.websocket.extensions
Frame
          Frame is the top level interface that represents some kind of web socket frame.
Frame.Control
          Super type for all the websocket control frames.
Frame.Data
          Common super-type for all the web socket frames that carry application data.
Frame.Data.Binary
          A binary data frame
Frame.Data.Text
          A text data frame.
Frame.Data.Text.Continuation
          A kind of text frame that represents a fragment of a message in a series of such frames that, re-assembled, form a complete text message.
FrameHandler
          A FrameHandler is a link in the chain of handlers associated with the web socket extensions configured for an endpoint.
 

Classes in javax.net.websocket.extensions used by org.glassfish.tyrus.platform
Extension
          The Extension interface represents a web socket extension.
 



Copyright © 2012. All Rights Reserved.