org.eclipse.jetty.websocket
Interface WebSocketGenerator
- All Known Subinterfaces:
- Extension
- All Known Implementing Classes:
- AbstractExtension, DeflateFrameExtension, FragmentExtension, IdentityExtension, WebSocketGeneratorD00, WebSocketGeneratorD06, WebSocketGeneratorD08, WebSocketGeneratorRFC6455
public interface WebSocketGenerator
WebSocketGenerator.
flush
int flush()
throws java.io.IOException
- Throws:
java.io.IOException
isBufferEmpty
boolean isBufferEmpty()
addFrame
void addFrame(byte flags,
byte opcode,
byte[] content,
int offset,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2013. All Rights Reserved.