Merge branch 'jetty-9' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project into jetty-9

This commit is contained in:
Joakim Erdfelt 2012-07-06 14:36:14 -07:00
commit cefeab8a65
1 changed files with 6 additions and 0 deletions

View File

@ -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()