Package | Description |
---|---|
com.kaazing.net.auth | |
com.kaazing.net.ws | |
com.kaazing.net.ws.amqp |
Modifier and Type | Method and Description |
---|---|
abstract WebSocketFactory |
KerberosChallengeHandler.getWebSocketFactory()
Returns the
WebSocketFactory instance associated with this
KerberosChallengeHandler. |
Modifier and Type | Method and Description |
---|---|
abstract void |
KerberosChallengeHandler.setWebSocketFactory(WebSocketFactory webSocketFactory)
Sets the
WebSocketFactory to be used for connecting to a
protected proxy. |
Modifier and Type | Method and Description |
---|---|
static WebSocketFactory |
WebSocketFactory.createWebSocketFactory()
Creates and returns a new instance of the default implementation of the
WebSocketFactory . |
Modifier and Type | Method and Description |
---|---|
WebSocketFactory |
AmqpClientFactory.getWebSocketFactory()
Returns the
WebSocketFactory instance that will be eventually
used to create a WebSocket connection to run AMQP 0-9-1
protocol. |
Modifier and Type | Method and Description |
---|---|
void |
AmqpClientFactory.setWebSocketFactory(WebSocketFactory wsFactory)
Sets the
WebSocketFactory to be used to create the underlying
WebSocket connection to run AMQP 0-9-1 protocol. |
Copyright © 2014. All Rights Reserved.