Package org.apache.tomcat.websocket
Class WsFrameClient
java.lang.Object
org.apache.tomcat.websocket.WsFrameBase
org.apache.tomcat.websocket.WsFrameClient
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.tomcat.websocket.WsFrameBaseWsFrameBase.ReadState
- 
Field SummaryFields inherited from class org.apache.tomcat.websocket.WsFrameBaseinputBuffer, wsSession
- 
Constructor SummaryConstructorsConstructorDescriptionWsFrameClient(ByteBuffer response, AsyncChannelWrapper channel, WsSession wsSession, Transformation transformation) 
- 
Method SummaryMethods inherited from class org.apache.tomcat.websocket.WsFrameBasebyteArrayToLong, changeReadState, changeReadState, getReadState, getTransformation, isOpen, isSuspended, processInputBuffer, resume, sendMessageBinary, sendMessageText, suspend, updateStats
- 
Constructor Details- 
WsFrameClientpublic WsFrameClient(ByteBuffer response, AsyncChannelWrapper channel, WsSession wsSession, Transformation transformation) 
 
- 
- 
Method Details- 
isMaskedprotected boolean isMasked()- Specified by:
- isMaskedin class- WsFrameBase
 
- 
getLog- Specified by:
- getLogin class- WsFrameBase
 
- 
resumeProcessingprotected void resumeProcessing()Description copied from class:WsFrameBaseThis method will be invoked when the read operation is resumed. As the suspend of the read operation can be invoked at any time, when implementing this method one should consider that there might still be data remaining into the internal buffers that needs to be processed before reading again from the socket.- Specified by:
- resumeProcessingin class- WsFrameBase
 
 
-