public final class InvalidUpgradeResponse extends java.lang.Object implements WebSocketUpgradeResponse, scala.Product, java.io.Serializable
Constructor and Description |
---|
InvalidUpgradeResponse(HttpResponse response,
java.lang.String cause) |
Modifier and Type | Method and Description |
---|---|
abstract static R |
apply(T1 v1,
T2 v2) |
java.lang.String |
cause() |
HttpResponse |
response() |
static java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InvalidUpgradeResponse(HttpResponse response, java.lang.String cause)
public abstract static R apply(T1 v1, T2 v2)
public static java.lang.String toString()
public HttpResponse response()
response
in interface WebSocketUpgradeResponse
public java.lang.String cause()