org.eclipse.jetty.websocket
类 WebSocketGeneratorD08
java.lang.Object
org.eclipse.jetty.websocket.WebSocketGeneratorD08
- 所有已实现的接口:
- WebSocketGenerator
public class WebSocketGeneratorD08
- extends Object
- implements WebSocketGenerator
WebSocketGenerator.
This class generates websocket packets.
It is fully synchronized because it is likely that async
threads will call the addMessage methods while other
threads are flushing the generator.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebSocketGeneratorD08
public WebSocketGeneratorD08(WebSocketBuffers buffers,
EndPoint endp)
WebSocketGeneratorD08
public WebSocketGeneratorD08(WebSocketBuffers buffers,
EndPoint endp,
MaskGen maskGen)
getBuffer
public Buffer getBuffer()
addFrame
public void addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length)
throws IOException
- 指定者:
- 接口
WebSocketGenerator 中的 addFrame
- 抛出:
IOException
flushBuffer
public int flushBuffer()
throws IOException
- 抛出:
IOException
flush
public int flush()
throws IOException
- 指定者:
- 接口
WebSocketGenerator 中的 flush
- 抛出:
IOException
isBufferEmpty
public boolean isBufferEmpty()
- 指定者:
- 接口
WebSocketGenerator 中的 isBufferEmpty
returnBuffer
public void returnBuffer()
Copyright © 2013. All Rights Reserved.