org.java_websocket.exceptions
Class IncompleteHandshakeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.java_websocket.exceptions.IncompleteHandshakeException
All Implemented Interfaces:
Serializable

public class IncompleteHandshakeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
IncompleteHandshakeException()
           
IncompleteHandshakeException(int newsize)
           
 
Method Summary
 int getPreferedSize()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompleteHandshakeException

public IncompleteHandshakeException(int newsize)

IncompleteHandshakeException

public IncompleteHandshakeException()
Method Detail

getPreferedSize

public int getPreferedSize()


Copyright © 2013 Pusher. All Rights Reserved.