Uses of Class
com.sun.grizzly.filter.MessageParseException

Packages that use MessageParseException
com.sun.grizzly.filter   
 

Uses of MessageParseException in com.sun.grizzly.filter
 

Methods in com.sun.grizzly.filter that throw MessageParseException
static void MessageBase.checkMagic(ByteBuffer buf, int startPosition)
          Checks if the current byteBuffer has a message starting with the correct <@link Message#Magic>
static MessageBase MessageBase.parseHeader(ByteBuffer buf, int startPosition, ReplyMessageFactory replyInputStreamFactory)
          Parses the Header of the Custom Protocol.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.