Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9
This commit is contained in:
commit
cefeab8a65
|
@ -7,6 +7,12 @@ import org.eclipse.jetty.util.StringUtil;
|
|||
import org.eclipse.jetty.websocket.api.PolicyViolationException;
|
||||
|
||||
|
||||
/**
|
||||
* The FrameBuilder applies a builder pattern to constructing WebSocketFrame classes.
|
||||
*
|
||||
* WARNING: It is possible to build bad frames using this builder which is the intent
|
||||
*
|
||||
*/
|
||||
public class FrameBuilder
|
||||
{
|
||||
public static FrameBuilder binary()
|
||||
|
|
Loading…
Reference in New Issue