Package | Description |
---|---|
com.kaazing.net.http | |
com.kaazing.net.sse | |
com.kaazing.net.ws |
Modifier and Type | Method and Description |
---|---|
static HttpRedirectPolicy |
HttpRedirectPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRedirectPolicy[] |
HttpRedirectPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract HttpRedirectPolicy |
SseEventSourceFactory.getDefaultFollowRedirect()
Returns the default
HttpRedirectPolicy that was specified at
on the factory. |
abstract HttpRedirectPolicy |
SseEventSource.getFollowRedirect()
Returns
HttpRedirectPolicy indicating the policy for
following HTTP redirects (3xx). |
Modifier and Type | Method and Description |
---|---|
abstract void |
SseEventSourceFactory.setDefaultFollowRedirect(HttpRedirectPolicy option)
Sets the default
HttpRedirectPolicy that is to be inherited by
all the EventSource s created using this factory instance. |
abstract void |
SseEventSource.setFollowRedirect(HttpRedirectPolicy option)
Sets
HttpRedirectPolicy indicating the policy for
following HTTP redirects (3xx). |
Modifier and Type | Method and Description |
---|---|
abstract HttpRedirectPolicy |
WebSocketFactory.getDefaultRedirectPolicy()
Returns the default
HttpRedirectPolicy that was specified at
on the factory. |
abstract HttpRedirectPolicy |
WsURLConnection.getRedirectPolicy()
Returns
HttpRedirectPolicy indicating the policy for
following HTTP redirects (3xx). |
abstract HttpRedirectPolicy |
WebSocket.getRedirectPolicy()
Returns
HttpRedirectPolicy indicating the policy for
following HTTP redirects (status code 3xx). |
Modifier and Type | Method and Description |
---|---|
abstract void |
WebSocketFactory.setDefaultRedirectPolicy(HttpRedirectPolicy option)
Sets the default
HttpRedirectPolicy that is to be inherited by
all the WebSocket s created using this factory instance. |
abstract void |
WsURLConnection.setRedirectPolicy(HttpRedirectPolicy option)
Sets
HttpRedirectPolicy indicating the policy for
following HTTP redirects (3xx). |
abstract void |
WebSocket.setRedirectPolicy(HttpRedirectPolicy option)
Sets
HttpRedirectPolicy indicating the policy for
following HTTP redirects (3xx). |
Copyright © 2014. All Rights Reserved.