A B C D E F G H I K L M N O P Q R S T U V W 

A

ackBasic(long, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method acknowledges one or more messages delivered via the Deliver or Get-Ok methods.
addChannelListener(ChannelListener) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Adds the specified ChannelListener allowing the application to listen to the channel's lifecycle events.
addConnectionListener(ConnectionListener) - Method in class com.kaazing.net.ws.amqp.AmqpClient
Add a listener for ConnectionEvents
addInteger(String, int) - Method in class com.kaazing.net.ws.amqp.AmqpArguments
Adds an integer entry to the AmqpArguments table.
addLongString(String, String) - Method in class com.kaazing.net.ws.amqp.AmqpArguments
Adds a long string entry to the AmqpArguments table.
AMQP_PROP_APP_ID - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_CONTENT_ENCODING - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_CONTENT_TYPE - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_CORRELATION_ID - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_DELIVERY_MODE - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_EXPIRATION - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_HEADERS - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_MESSAGE_ID - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_PRIORITY - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_REPLY_TO - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_TIMESTAMP - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_TYPE - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AMQP_PROP_USER_ID - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
AmqpArguments - Class in com.kaazing.net.ws.amqp
AmqpArguments class is used to send arguments and custom headers.
AmqpArguments() - Constructor for class com.kaazing.net.ws.amqp.AmqpArguments
 
AmqpArguments.AmqpTableEntry - Class in com.kaazing.net.ws.amqp
AmqpTableEntry represents a single entry in the table containing custom headers.
AmqpArguments.AmqpTableEntry(String, Object, String) - Constructor for class com.kaazing.net.ws.amqp.AmqpArguments.AmqpTableEntry
 
AmqpChannel - Class in com.kaazing.net.ws.amqp
AMQP Channel AmqpChannel represents the channel created on the AMQP connection to the server.
AmqpClient - Class in com.kaazing.net.ws.amqp
AmqpClient provides a WebSocket-based Java client API to communicate with any compatible AMQP server that supports AMQP 0.9-1 spec.
AmqpClient(AmqpClientFactory) - Constructor for class com.kaazing.net.ws.amqp.AmqpClient
Creates a new AmqpClient with default options.
AmqpClient.ReadyState - Enum in com.kaazing.net.ws.amqp
Values are CONNECTING = 0, OPEN = 1 and CLOSED = 2;
AmqpClientFactory - Class in com.kaazing.net.ws.amqp
AmqClientFactory is used to create instances of AmqpClient.
AmqpEvent - Class in com.kaazing.net.ws.amqp
 
AmqpProperties - Class in com.kaazing.net.ws.amqp
AmqpProperties class is used to specify the pre-defined properties as per AMQP 0-9-1 specification.
AmqpProperties() - Constructor for class com.kaazing.net.ws.amqp.AmqpProperties
 
AmqpProperties(Map<String, Object>) - Constructor for class com.kaazing.net.ws.amqp.AmqpProperties
 
anonymous() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is anonymous or named.
APPLICATION_OCTET_STREAM - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 

B

BasicChallengeHandler - Class in com.kaazing.net.auth
Challenge handler for Basic authentication as defined in RFC 2617.

This BasicChallengeHandler can be loaded and instantiated using BasicChallengeHandler.create(), and registered at a location using DispatchChallengeHandler.register(String, ChallengeHandler).

BasicChallengeHandler() - Constructor for class com.kaazing.net.auth.BasicChallengeHandler
 
bindQueue(String, String, String, boolean, AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
* This method binds a queue to an exchange.

C

cancelBasic(String, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method cancels a consumer.
canHandle(ChallengeRequest) - Method in class com.kaazing.net.auth.ChallengeHandler
Can the presented challenge be potentially handled by this challenge handler?
canHandle(ChallengeRequest) - Method in class com.kaazing.net.auth.DispatchChallengeHandler
 
ChallengeHandler - Class in com.kaazing.net.auth
A ChallengeHandler is responsible for producing responses to authentication challenges.
ChallengeHandler() - Constructor for class com.kaazing.net.auth.ChallengeHandler
 
ChallengeRequest - Class in com.kaazing.net.auth
An immutable object representing the challenge presented by the server when the client accessed the URI represented by a location.
ChallengeRequest(String, String) - Constructor for class com.kaazing.net.auth.ChallengeRequest
Constructor from the protected URI location triggering the challenge, and an entire server-provided 'WWW-Authenticate:' string.
ChallengeResponse - Class in com.kaazing.net.auth
A challenge response contains a character array representing the response to the server, and a reference to the next challenge handler to handle any further challenges for the request.
ChallengeResponse(char[], ChallengeHandler) - Constructor for class com.kaazing.net.auth.ChallengeResponse
Constructor from a set of credentials to send to the server in an 'Authorization:' header and the next challenge handler responsible for handling any further challenges for the request.
ChannelAdapter - Class in com.kaazing.net.ws.amqp
Convenience adapter for ChannelListener
ChannelAdapter() - Constructor for class com.kaazing.net.ws.amqp.ChannelAdapter
 
ChannelEvent - Class in com.kaazing.net.ws.amqp
 
ChannelEvent(AmqpClient, ChannelEvent.Kind, String) - Constructor for class com.kaazing.net.ws.amqp.ChannelEvent
 
ChannelEvent(AmqpChannel, ChannelEvent.Kind, String) - Constructor for class com.kaazing.net.ws.amqp.ChannelEvent
 
ChannelEvent(AmqpChannel, ChannelEvent.Kind, AmqpBuffer.Arg[], Map<String, Object>, ByteBuffer) - Constructor for class com.kaazing.net.ws.amqp.ChannelEvent
 
ChannelEvent.Kind - Enum in com.kaazing.net.ws.amqp
The Kind of ChannelEvent
ChannelEvent.MethodName - Enum in com.kaazing.net.ws.amqp
 
ChannelListener - Interface in com.kaazing.net.ws.amqp
 
clear(String...) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Clear any data associated with the provided realm names, including any realm-specific location information.
clearCredentials() - Method in class com.kaazing.net.auth.ChallengeResponse
Clear the credentials of this response.
close() - Method in class com.kaazing.net.sse.SseEventSource
Disconnects with the server.
close() - Method in class com.kaazing.net.ws.WebSocket
Disconnects with the server.
close(int) - Method in class com.kaazing.net.ws.WebSocket
Disconnects with the server with code.
close(int, String) - Method in class com.kaazing.net.ws.WebSocket
Disconnects with the server with code and reason.
close() - Method in class com.kaazing.net.ws.WsURLConnection
Disconnects with the server.
close(int) - Method in class com.kaazing.net.ws.WsURLConnection
Disconnects with the server with code.
close(int, String) - Method in class com.kaazing.net.ws.WsURLConnection
Disconnects with the server with code and reason.
closeChannel(int, String, int, int) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method indicates that the sender wants to close the channel.
com.kaazing.net - package com.kaazing.net
 
com.kaazing.net.auth - package com.kaazing.net.auth
 
com.kaazing.net.http - package com.kaazing.net.http
 
com.kaazing.net.sse - package com.kaazing.net.sse
 
com.kaazing.net.ws - package com.kaazing.net.ws
 
com.kaazing.net.ws.amqp - package com.kaazing.net.ws.amqp
 
commitTx() - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method commits all message publications and acknowledgments performed in the current transaction.
compare(URI, URI) - Method in enum com.kaazing.net.http.HttpRedirectPolicy
Returns 0, if the aspects of current and the redirected URIs match as per the option.
connect() - Method in class com.kaazing.net.sse.SseEventSource
Connects with the server using an end-point.
connect(String, String, String, String) - Method in class com.kaazing.net.ws.amqp.AmqpClient
Connect to AMQP Broker via Kaazing Gateway
connect() - Method in class com.kaazing.net.ws.WebSocket
Connects with the server using an endpoint.
connect() - Method in class com.kaazing.net.ws.WsURLConnection
Connects with the server using an end-point.
ConnectionAdapter - Class in com.kaazing.net.ws.amqp
Convenience adapter for ConnectionListener
ConnectionAdapter() - Constructor for class com.kaazing.net.ws.amqp.ConnectionAdapter
 
ConnectionEvent - Class in com.kaazing.net.ws.amqp
 
ConnectionEvent(AmqpClient, ConnectionEvent.Kind) - Constructor for class com.kaazing.net.ws.amqp.ConnectionEvent
 
ConnectionEvent(AmqpClient, ConnectionEvent.Kind, AmqpBuffer.Arg[]) - Constructor for class com.kaazing.net.ws.amqp.ConnectionEvent
 
ConnectionEvent.Kind - Enum in com.kaazing.net.ws.amqp
Kind of event
ConnectionListener - Interface in com.kaazing.net.ws.amqp
Listener for AMQP messages from the server
consumeBasic(String, String, boolean, boolean, boolean, boolean, AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method asks the server to start a "consumer", which is a transient request for messages from a specific queue.
create() - Static method in class com.kaazing.net.auth.BasicChallengeHandler
Creates a new instance of BasicChallengeHandler using the ServiceLoader API with the implementation specified under META-INF/services.
create(ClassLoader) - Static method in class com.kaazing.net.auth.BasicChallengeHandler
Creates a new instance of BasicChallengeHandler with the specified ClassLoader using the ServiceLoader API with the implementation specified under META-INF/services.
create(Class<T>) - Static method in class com.kaazing.net.auth.ChallengeHandler
Creates a new instance of the sub-class of ChallengeHandler using the ServiceLoader API with the implementation specified under META-INF/services.
create(Class<T>, ClassLoader) - Static method in class com.kaazing.net.auth.ChallengeHandler
Creates a new instance of the sub-class of ChallengeHandler with specified ClassLoader using the ServiceLoader API with the implementation specified under META-INF/services.
create() - Static method in class com.kaazing.net.auth.DispatchChallengeHandler
Creates a new instance of DispatchChallengeHandler using the ServiceLoader API with the implementation specified under META-INF/services.
create(ClassLoader) - Static method in class com.kaazing.net.auth.DispatchChallengeHandler
Creates a new instance of DispatchChallengeHandler with the specified ClassLoader using the ServiceLoader API with the implementation specified under META-INF/services.
create() - Static method in class com.kaazing.net.auth.KerberosChallengeHandler
 
create(ClassLoader) - Static method in class com.kaazing.net.auth.KerberosChallengeHandler
 
create() - Static method in class com.kaazing.net.auth.NegotiableChallengeHandler
Creates a new instance of NegotiableChallengeHandler using the ServiceLoader API with the implementation specified under META-INF/services.
create(ClassLoader) - Static method in class com.kaazing.net.auth.NegotiableChallengeHandler
Creates a new instance of NegotiableChallengeHandler with the specified ClassLoader using the ServiceLoader API with the implementation specified under META-INF/services.
create() - Static method in class com.kaazing.net.auth.NegotiateChallengeHandler
Creates a new instance of NegotiateChallengeHandler using the ServiceLoader API with the implementation specified under META-INF/services.
create(ClassLoader) - Static method in class com.kaazing.net.auth.NegotiateChallengeHandler
Creates a new instance of NegotiateChallengeHandler with the specified ClassLoader using the ServiceLoader API with the implementation specified under META-INF/services.
createAmqpClient() - Method in class com.kaazing.net.ws.amqp.AmqpClientFactory
Creates and returns a new instance of AmqpClient class every time this method is invoked.
createAmqpClientFactory() - Static method in class com.kaazing.net.ws.amqp.AmqpClientFactory
Creates and returns a new instance of AmqpClientFactory every time the method is invoked.
createEventSource(URI) - Method in class com.kaazing.net.sse.SseEventSourceFactory
Creates a SseEventSource to connect to the target location.
createEventSourceFactory() - Static method in class com.kaazing.net.sse.SseEventSourceFactory
Creates and returns a new instance of the default implementation of the SseEventSourceFactory.
createParameter(String, Class<T>, EnumSet<WebSocketExtension.Parameter.Metadata>) - Method in class com.kaazing.net.ws.WebSocketExtension
Creates an WebSocketExtensionParamter of the specified type.
createURL(String) - Static method in class com.kaazing.net.URLFactory
Creates a URL object from the String representation.
createURL(URL, String) - Static method in class com.kaazing.net.URLFactory
Creates a URL by parsing the given spec within a specified context.
createURL(String, String, String) - Static method in class com.kaazing.net.URLFactory
Creates a URL from the specified protocol name, host name, and file name.
createURL(String, String, int, String) - Static method in class com.kaazing.net.URLFactory
Creates a URL from the specified protocol name, host name, port number, and file name.
createWebSocket(URI) - Method in class com.kaazing.net.ws.WebSocketFactory
Creates a WebSocket to establish a full-duplex connection to the target location.
createWebSocket(URI, String...) - Method in class com.kaazing.net.ws.WebSocketFactory
Creates a WebSocket to establish a full-duplex connection to the target location with one of the specified protocols on a supported WebSocket provider.
createWebSocketFactory() - Static method in class com.kaazing.net.ws.WebSocketFactory
Creates and returns a new instance of the default implementation of the WebSocketFactory.

D

declareExchange(String, String, boolean, boolean, boolean, AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method creates an exchange if it does not already exist, and if the exchange exists, verifies that it is of the correct and expected class.
declareQueue(String, boolean, boolean, boolean, boolean, boolean, AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method creates or checks a queue.
deleteExchange(String, boolean, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method deletes an exchange.
deleteQueue(String, boolean, boolean, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method deletes a queue.
disconnect() - Method in class com.kaazing.net.ws.amqp.AmqpClient
Disconnects from Amqp Server.
DispatchChallengeHandler - Class in com.kaazing.net.auth
A DispatchChallengeHandler is responsible for dispatching challenge requests to appropriate challenge handlers when challenges arrive from specific URI locations in challenge responses.
DispatchChallengeHandler() - Constructor for class com.kaazing.net.auth.DispatchChallengeHandler
 

E

extension() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Returns the parent WebSocketExtension that this parameter is defined in.

F

flowChannel(boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method asks the peer to pause or restart the flow of content data sent by a consumer.
flowOkChannel(boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Confirms to the peer that a flow command was received and processed.

G

getAmqpClient() - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Returns the Client/Connection that is used to multiplex the channel.
getAmqpClientFactory() - Method in class com.kaazing.net.ws.amqp.AmqpClient
Returns the instance of AmqpClientFactory that was used to to create this instance.
getAmqpProperties() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
Returns AmqpProperties associated with the message.
getAppId() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "appId" property.
getArgument(String) - Method in class com.kaazing.net.ws.amqp.AmqpEvent
Fetches the value of the named argument from the AMQP protocol frame causing the event.
getAuthenticationParameters() - Method in class com.kaazing.net.auth.ChallengeRequest
Return the string after the space separator, not including the authentication scheme nor the space itself, or null if no such string exists.
getAuthenticationScheme() - Method in class com.kaazing.net.auth.ChallengeRequest
Return the authentication scheme with which the server is challenging.
getBasic(String, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Gets messages from the queue and dispatches it to the listener
getBinary() - Method in class com.kaazing.net.ws.WebSocketMessageReader
Returns the payload of the last received message.
getBody() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
 
getChallengeHandler() - Method in class com.kaazing.net.ws.WebSocket
Gets the ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
getChallengeHandler() - Method in class com.kaazing.net.ws.WsURLConnection
Gets the ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
getChannel() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
Returns the AMQPChannel associated with the event.
getChannelListeners() - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Returns the list of ChannelListeners registered with this AmqpChannel instance.
getClient() - Method in class com.kaazing.net.ws.amqp.ConnectionEvent
Returns the AMQPClient associated with the event
getCode() - Method in exception com.kaazing.net.ws.WebSocketException
 
getConnectionListeners() - Method in class com.kaazing.net.ws.amqp.AmqpClient
Returns the list of ConnectionListeners registered with this AmqpClient instance.
getConnectTimeout() - Method in class com.kaazing.net.ws.WebSocket
Gets the connect timeout in milliseconds.
getConnectTimeout() - Method in class com.kaazing.net.ws.WsURLConnection
Gets the connect timeout in milliseconds.
getContentEncoding() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "contentEncoding" property.
getContentType() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "contentType" property.
getCorrelationId() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "correlationId" property.
getCredentials() - Method in class com.kaazing.net.auth.ChallengeResponse
Return a set of credentials to send to the server in an 'Authorization:' header.
getCredentials() - Method in class com.kaazing.net.auth.LoginHandler
Gets the password authentication credentials from an arbitrary source.
getData() - Method in class com.kaazing.net.sse.SseEventReader
Returns the payload of the last received event.
getDefaultChallengeHandler() - Method in class com.kaazing.net.ws.WebSocketFactory
Gets the default ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
getDefaultConnectTimeout() - Method in class com.kaazing.net.ws.WebSocketFactory
Gets the default connect timeout in milliseconds.
getDefaultEnabledExtensions() - Method in class com.kaazing.net.ws.WebSocketFactory
Gets the names of the default enabled extensions that will be inherited by all the WebSockets created using this factory.
getDefaultFollowRedirect() - Method in class com.kaazing.net.sse.SseEventSourceFactory
Returns the default HttpRedirectPolicy that was specified at on the factory.
getDefaultLocation() - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Retrieve the specified default location.
getDefaultParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WebSocketFactory
Returns the default value of the specified WebSocketExtension.Parameter.
getDefaultRedirectPolicy() - Method in class com.kaazing.net.ws.WebSocketFactory
Returns the default HttpRedirectPolicy that was specified at on the factory.
getDefaultRetryTimeout() - Method in class com.kaazing.net.sse.SseEventSourceFactory
Returns the default retry timeout.
getDeliveryMode() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "deliveryMode" property.
getEnabledExtensions() - Method in class com.kaazing.net.ws.WebSocket
Gets the names of all the extensions that have been enabled for this connection.
getEnabledExtensions() - Method in class com.kaazing.net.ws.WsURLConnection
Gets the names of all the extensions that have been enabled for this connection.
getEnabledParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WebSocket
Gets the value of the specified WebSocketExtension.Parameter defined in an enabled extension.
getEnabledParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WsURLConnection
Gets the value of the specified WebSocketExtension.Parameter defined in an enabled extension.
getEnabledProtocols() - Method in class com.kaazing.net.ws.WebSocket
Gets the names of all the protocols that are enabled for this connection.
getEnabledProtocols() - Method in class com.kaazing.net.ws.WsURLConnection
Gets the names of all the protocols that are enabled for this connection.
getEntries(String) - Method in class com.kaazing.net.ws.amqp.AmqpArguments
Returns a list of AmqpTableEntry objects that matches the specified key.
getEventReader() - Method in class com.kaazing.net.sse.SseEventSource
Returns a SseEventReader that can be used to receive events based on the SseEventType.
getExpiration() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "expiration" property.
getFollowRedirect() - Method in class com.kaazing.net.sse.SseEventSource
Returns HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
getHeaders() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "headers" property.
getInputStream() - Method in class com.kaazing.net.ws.WebSocket
Returns the InputStream to receive binary messages.
getInputStream() - Method in class com.kaazing.net.ws.WsURLConnection
Returns the InputStream to receive binary messages.
getKey() - Method in class com.kaazing.net.ws.amqp.AmqpArguments.AmqpTableEntry
Returns the key for the entry.
getKind() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
 
getKind() - Method in class com.kaazing.net.ws.amqp.ConnectionEvent
Returns the kind of event
getLocation() - Method in class com.kaazing.net.auth.ChallengeRequest
Return the protected URI the access of which triggered this challenge as a String.
getLoginHandler() - Method in class com.kaazing.net.auth.BasicChallengeHandler
Get the general (non-realm-specific) login handler associated with this challenge handler.
getLoginHandler() - Method in class com.kaazing.net.auth.NegotiableChallengeHandler
Get the general login handler associated with this challenge handler.
getMessage() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
Gets the error message for error events
getMessage() - Method in class com.kaazing.net.ws.amqp.ConnectionEvent
Returns the error message when it's an Kind.ERROR event.
getMessageId() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "messageId" property.
getMessageReader() - Method in class com.kaazing.net.ws.WebSocket
Returns a WebSocketMessageReader that can be used to receive binary and text messages based on the WebSocketMessageType.
getMessageReader() - Method in class com.kaazing.net.ws.WsURLConnection
Returns a WebSocketMessageReader that can be used to receive binary and text messages based on the WebSocketMessageType.
getMessageWriter() - Method in class com.kaazing.net.ws.WebSocket
Returns a WebSocketMessageWriter that can be used to send binary and text messages.
getMessageWriter() - Method in class com.kaazing.net.ws.WsURLConnection
Returns a WebSocketMessageWriter that can be used to send binary and text messages.
getMethodName() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
Returns the ChannelEvent.MethodName associated with the event.
getName() - Method in class com.kaazing.net.sse.SseEventReader
Returns the name of the last received event.
getNegotiatedExtensions() - Method in class com.kaazing.net.ws.WebSocket
Gets names of all the enabled extensions that have been successfully negotiated between the client and the server during the initial handshake.
getNegotiatedExtensions() - Method in class com.kaazing.net.ws.WsURLConnection
Gets names of all the enabled extensions that have been successfully negotiated between the client and the server during the initial handshake.
getNegotiatedParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WebSocket
Returns the value of the specified WebSocketExtension.Parameter of a negotiated extension.
getNegotiatedParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WsURLConnection
Returns the value of the specified WebSocketExtension.Parameter of a negotiated extension.
getNegotiatedProtocol() - Method in class com.kaazing.net.ws.WebSocket
Gets the protocol that the client and the server have successfully negotiated.
getNegotiatedProtocol() - Method in class com.kaazing.net.ws.WsURLConnection
Gets the protocol that the client and the server have successfully negotiated.
getNextChallengeHandler() - Method in class com.kaazing.net.auth.ChallengeResponse
Return the next challenge handler responsible for handling any further challenges for the request.
getOutputStream() - Method in class com.kaazing.net.ws.WebSocket
Returns the OutputStream to send binary messages.
getOutputStream() - Method in class com.kaazing.net.ws.WsURLConnection
Returns the OutputStream to send binary messages.
getParameter(String) - Method in class com.kaazing.net.ws.WebSocketExtension
Returns the WebSocketExtension.Parameter defined in this WebSoketExtension with the specified name.
getParameters() - Method in class com.kaazing.net.ws.WebSocketExtension
Returns all the WebSocketExtension.Parameters that are defined in this WebSocketExtension.
getParameters(WebSocketExtension.Parameter.Metadata...) - Method in class com.kaazing.net.ws.WebSocketExtension
Returns WebSocketExtension.Parameters defined in this WebSocketExtension that match all the specified characteristics.
getPriority() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "priority" property.
getProperties() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns a clone of the properties HashMap by shallow copying the values.
getReader() - Method in class com.kaazing.net.ws.WebSocket
Returns a Reader to receive text messages from this connection.
getReader() - Method in class com.kaazing.net.ws.WsURLConnection
Returns a Reader to receive text messages from this connection.
getReadyState() - Method in class com.kaazing.net.ws.amqp.AmqpClient
Returns the current state of the AmqpClient
getRealmLocation(String) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Return the URI to be used for Kerberos service requests when a user in the realm mentioned provides credentials.
getReason() - Method in exception com.kaazing.net.ws.WebSocketException
 
getRedirectPolicy() - Method in class com.kaazing.net.ws.WebSocket
Returns HttpRedirectPolicy indicating the policy for following HTTP redirects (status code 3xx).
getRedirectPolicy() - Method in class com.kaazing.net.ws.WsURLConnection
Returns HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
getReplyTo() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "replyTo" property.
getRetryTimeout() - Method in class com.kaazing.net.sse.SseEventSource
Returns the retry timeout in milliseconds.
getServiceName() - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Retrieve the service name.
getSupportedExtensions() - Method in class com.kaazing.net.ws.WebSocket
Returns the names of supported extensions that have been discovered.
getSupportedExtensions() - Method in class com.kaazing.net.ws.WebSocketFactory
Returns the names of supported extensions that have been discovered.
getSupportedExtensions() - Method in class com.kaazing.net.ws.WsURLConnection
Returns the names of extensions that have been discovered for this connection.
getSupportedOids() - Method in class com.kaazing.net.auth.NegotiableChallengeHandler
Return a collection of string representations of object identifiers supported by this challenge handler implementation, in dot-separated notation.
getSupportedProtocols() - Method in class com.kaazing.net.URLStreamHandlerFactorySpi
Returns a list of supported protocols.
getText() - Method in class com.kaazing.net.ws.WebSocketMessageReader
Returns the payload of the last received message.
getTimestamp() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "timestamp" property.
getType() - Method in class com.kaazing.net.sse.SseEventReader
Returns the SseEventType of the already received event.
getType() - Method in class com.kaazing.net.ws.amqp.AmqpArguments.AmqpTableEntry
Returns the type for the entry.
getType() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "type" property.
getType() - Method in class com.kaazing.net.ws.WebSocketMessageReader
Returns the WebSocketMessageType of the already received message.
getUserId() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns the value of "userId" property.
getValue() - Method in class com.kaazing.net.ws.amqp.AmqpArguments.AmqpTableEntry
Returns the value for the entry.
getWebSocketExtension(String) - Static method in class com.kaazing.net.ws.WebSocketExtension
Returns the WebSocketExtension with the specified name.
getWebSocketFactory() - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Returns the WebSocketFactory instance associated with this KerberosChallengeHandler.
getWebSocketFactory() - Method in class com.kaazing.net.ws.amqp.AmqpClientFactory
Returns the WebSocketFactory instance that will be eventually used to create a WebSocket connection to run AMQP 0-9-1 protocol.
getWriter() - Method in class com.kaazing.net.ws.WebSocket
Returns a Writer to send text messages from this connection.
getWriter() - Method in class com.kaazing.net.ws.WsURLConnection
Returns a Writer to send text messages from this connection.

H

handle(ChallengeRequest) - Method in class com.kaazing.net.auth.ChallengeHandler
Handle the presented challenge by creating a challenge response or returning null.
handle(ChallengeRequest) - Method in class com.kaazing.net.auth.DispatchChallengeHandler
 
HttpRedirectPolicy - Enum in com.kaazing.net.http
Options for following HTTP redirect requests with response code 3xx.

I

isFlowActive() - Method in class com.kaazing.net.ws.amqp.ChannelEvent
Returns For flow events, returns true if flow is active

K

KerberosChallengeHandler - Class in com.kaazing.net.auth
A KerberosChallengeHandler, when registered with the DispatchChallengeHandler can be used to directly respond to "Negotiate" challenges where Kerberos-generated authentication credentials are required.
KerberosChallengeHandler() - Constructor for class com.kaazing.net.auth.KerberosChallengeHandler
Default constructor.

L

LoginHandler - Class in com.kaazing.net.auth
A login handler is responsible for obtaining credentials from an arbitrary source.
LoginHandler() - Constructor for class com.kaazing.net.auth.LoginHandler
Default constructor.

M

metadata() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Returns the metadata characteristics of this extension parameter.

N

name() - Method in class com.kaazing.net.ws.WebSocketExtension
Returns the name of this WebSocketExtension.
name() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Returns the name of the parameter.
NegotiableChallengeHandler - Class in com.kaazing.net.auth
A NegotiableChallengeHandler can be used to directly respond to "Negotiate" challenges, and in addition, can be used indirectly in conjunction with a NegotiateChallengeHandler to assist in the construction of a challenge response using object identifiers.
NegotiableChallengeHandler() - Constructor for class com.kaazing.net.auth.NegotiableChallengeHandler
Default constructor.
NegotiateChallengeHandler - Class in com.kaazing.net.auth
A Negotiate Challenge Handler handles initial empty "Negotiate" challenges from the server.
NegotiateChallengeHandler() - Constructor for class com.kaazing.net.auth.NegotiateChallengeHandler
 
next() - Method in class com.kaazing.net.sse.SseEventReader
Invoking this method will cause the thread to block until an event is received.
next() - Method in class com.kaazing.net.ws.WebSocketMessageReader
Invoking this method will cause the thread to block until a message is received.

O

onBindQueue(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onBindQueue(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onCancelBasic(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onCancelBasic(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onClose(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onClose(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onCommit(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onCommit(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onConnecting(ConnectionEvent) - Method in class com.kaazing.net.ws.amqp.ConnectionAdapter
 
onConnecting(ConnectionEvent) - Method in interface com.kaazing.net.ws.amqp.ConnectionListener
Invoked when AMQP WebSocket Connection is attempted.
onConnectionClose(ConnectionEvent) - Method in class com.kaazing.net.ws.amqp.ConnectionAdapter
 
onConnectionClose(ConnectionEvent) - Method in interface com.kaazing.net.ws.amqp.ConnectionListener
Invoked when AMQP WebSocket Connection is closed.
onConnectionError(ConnectionEvent) - Method in class com.kaazing.net.ws.amqp.ConnectionAdapter
 
onConnectionError(ConnectionEvent) - Method in interface com.kaazing.net.ws.amqp.ConnectionListener
Invoked when an error has been encountered.
onConnectionOpen(ConnectionEvent) - Method in class com.kaazing.net.ws.amqp.ConnectionAdapter
 
onConnectionOpen(ConnectionEvent) - Method in interface com.kaazing.net.ws.amqp.ConnectionListener
Invoked when AMQP WebSocket Connection is opened.
onConsumeBasic(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onConsumeBasic(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onDeclareExchange(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onDeclareExchange(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onDeclareQueue(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onDeclareQueue(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onDeleteExchange(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onDeleteExchange(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onDeleteQueue(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onDeleteQueue(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onDeliver(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onDeliver(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onError(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onError(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onFlow(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onFlow(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onGetBasic(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onGetBasic(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onGetEmpty(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onGetEmpty(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onMessage(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onMessage(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onOpen(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onOpen(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onPurgeQueue(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onPurgeQueue(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onQos(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onQos(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onRecoverBasic(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onRecoverBasic(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onRejectBasic(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onRejectBasic(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onRollback(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onRollback(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onSelect(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onSelect(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
onUnbind(ChannelEvent) - Method in class com.kaazing.net.ws.amqp.ChannelAdapter
 
onUnbind(ChannelEvent) - Method in interface com.kaazing.net.ws.amqp.ChannelListener
 
openChannel() - Method in class com.kaazing.net.ws.amqp.AmqpClient
Opens a channel on server.

P

publishBasic(ByteBuffer, AmqpProperties, String, String, boolean, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method publishes a message to a specific exchange.
purgeQueue(String, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method removes all messages from a queue which are not awaiting acknowledgment.

Q

qosBasic(int, int, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method requests a specific quality of service.

R

recoverBasic(boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method asks the server to redeliver all unacknowledged messages on a specified channel.
register(String, ChallengeHandler) - Method in class com.kaazing.net.auth.DispatchChallengeHandler
Register a challenge handler to respond to challenges at one or more locations.
register(NegotiableChallengeHandler) - Method in class com.kaazing.net.auth.NegotiateChallengeHandler
Register a candidate negotiable challenge handler that will be used to respond to an initial "Negotiate" server challenge and can then potentially be a winning candidate in the race to handle the subsequent server challenge.
rejectBasic(long, boolean) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method allows a client to reject a message.
removeChannelListener(ChannelListener) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
Removes the specified ChannelListener.
removeConnectionListener(ConnectionListener) - Method in class com.kaazing.net.ws.amqp.AmqpClient
Remove a listener for ConnectionEvents
required() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is required.
rollbackTx() - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method abandons all message publications and acknowledgments performed in the current transaction.

S

selectTx() - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method sets the channel to use standard transactions.
setAppId(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "appId" property.
setChallengeHandler(ChallengeHandler) - Method in class com.kaazing.net.ws.WebSocket
Sets the ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
setChallengeHandler(ChallengeHandler) - Method in class com.kaazing.net.ws.WsURLConnection
Sets the ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
setConnectTimeout(int) - Method in class com.kaazing.net.ws.WebSocket
Sets the connect timeout in milliseconds.
setConnectTimeout(int) - Method in class com.kaazing.net.ws.WsURLConnection
Sets the connect timeout in milliseconds.
setContentEncoding(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "contentEncoding" property.
setContentType(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "contentType" property.
setCorrelationId(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "correlationId" property.
setCredentials(char[]) - Method in class com.kaazing.net.auth.ChallengeResponse
Establish the credentials for this response.
setDefaultChallengeHandler(ChallengeHandler) - Method in class com.kaazing.net.ws.WebSocketFactory
Sets the default ChallengeHandler that is used during authentication both at the connect-time as well as at subsequent revalidation-time that occurs at regular intervals.
setDefaultConnectTimeout(int) - Method in class com.kaazing.net.ws.WebSocketFactory
Sets the default connect timeout in milliseconds.
setDefaultEnabledExtensions(Collection<String>) - Method in class com.kaazing.net.ws.WebSocketFactory
Registers the names of all the default enabled extensions to be inherited by all the WebSockets created using this factory.
setDefaultFollowRedirect(HttpRedirectPolicy) - Method in class com.kaazing.net.sse.SseEventSourceFactory
Sets the default HttpRedirectPolicy that is to be inherited by all the EventSources created using this factory instance.
setDefaultLocation(URI) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Set the default location to connect to a Kerberos service.
setDefaultParameter(WebSocketExtension.Parameter<T>, T) - Method in class com.kaazing.net.ws.WebSocketFactory
Sets the default value of the specified WebSocketExtension.Parameter that will be inherited by all the WebSockets that are created using this factory instance.
setDefaultRedirectPolicy(HttpRedirectPolicy) - Method in class com.kaazing.net.ws.WebSocketFactory
Sets the default HttpRedirectPolicy that is to be inherited by all the WebSockets created using this factory instance.
setDefaultRetryTimeout(long) - Method in class com.kaazing.net.sse.SseEventSourceFactory
Sets the default retry timeout that is to be inherited by all the EventSources created using this factory instance.
setDeliveryMode(Integer) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "deliveryMode" property.
setEnabledExtensions(Collection<String>) - Method in class com.kaazing.net.ws.WebSocket
Registers the names of all the extensions that must be negotiated between the client and the server during the handshake.
setEnabledExtensions(Collection<String>) - Method in class com.kaazing.net.ws.WsURLConnection
Registers the names of all the extensions that must be negotiated between the client and the server during the handshake.
setEnabledParameter(WebSocketExtension.Parameter<T>, T) - Method in class com.kaazing.net.ws.WebSocket
Sets the value of the specified WebSocketExtension.Parameter defined in an enabled extension.
setEnabledParameter(WebSocketExtension.Parameter<T>, T) - Method in class com.kaazing.net.ws.WsURLConnection
Sets the value of the specified WebSocketExtension.Parameter defined in an enabled extension.
setEnabledProtocols(Collection<String>) - Method in class com.kaazing.net.ws.WebSocket
Registers the protocols to be negotiated with the server during the handshake.
setEnabledProtocols(Collection<String>) - Method in class com.kaazing.net.ws.WsURLConnection
Registers the protocols to be negotiated with the server during the handshake.
setExpiration(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "expiration" property.
setFollowRedirect(HttpRedirectPolicy) - Method in class com.kaazing.net.sse.SseEventSource
Sets HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
setHeaders(AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "headers" property.
setLoginHandler(LoginHandler) - Method in class com.kaazing.net.auth.BasicChallengeHandler
Provide a general (non-realm-specific) login handler to be used in association with this challenge handler.
setLoginHandler(LoginHandler) - Method in class com.kaazing.net.auth.NegotiableChallengeHandler
Provide a general login handler to be used in association with this challenge handler.
setMessageId(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "messageId" property.
setNextChallengeHandler(ChallengeHandler) - Method in class com.kaazing.net.auth.ChallengeResponse
Establish the next challenge handler responsible for handling any further challenges for the request.
setPriority(Integer) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "priority" property.
setRealmLocation(String, URI) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Specify the connect location of a Kerberos service to be used for users in the named realm.
setRealmLoginHandler(String, LoginHandler) - Method in class com.kaazing.net.auth.BasicChallengeHandler
Set a Login Handler to be used if and only if a challenge request has a realm parameter matching the provided realm.
setRedirectPolicy(HttpRedirectPolicy) - Method in class com.kaazing.net.ws.WebSocket
Sets HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
setRedirectPolicy(HttpRedirectPolicy) - Method in class com.kaazing.net.ws.WsURLConnection
Sets HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
setReplyTo(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "replyTo" property.
setRetryTimeout(long) - Method in class com.kaazing.net.sse.SseEventSource
Sets the retry timeout specified in milliseconds.
setServiceName(String) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Specify the service principal name for which a ticket is desired.
setTimestamp(Timestamp) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "timestamp" property.
setType(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "type" property.
setUserId(String) - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Sets the value of "userId" property.
setWebSocketFactory(WebSocketFactory) - Method in class com.kaazing.net.auth.KerberosChallengeHandler
Sets the WebSocketFactory to be used for connecting to a protected proxy.
setWebSocketFactory(WebSocketFactory) - Method in class com.kaazing.net.ws.amqp.AmqpClientFactory
Sets the WebSocketFactory to be used to create the underlying WebSocket connection to run AMQP 0-9-1 protocol.
SseEventReader - Class in com.kaazing.net.sse
 
SseEventReader() - Constructor for class com.kaazing.net.sse.SseEventReader
 
SseEventSource - Class in com.kaazing.net.sse
SseEventSource provides an implementation of HTML5 Server-sent Events.
SseEventSource() - Constructor for class com.kaazing.net.sse.SseEventSource
 
SseEventSourceFactory - Class in com.kaazing.net.sse
SseEventSourceFactory is an abstract class that can be used to create SseEventSources by specifying the end-point.
SseEventSourceFactory() - Constructor for class com.kaazing.net.sse.SseEventSourceFactory
 
SseEventType - Enum in com.kaazing.net.sse
 
SseException - Exception in com.kaazing.net.sse
 
SseException(String) - Constructor for exception com.kaazing.net.sse.SseException
 
SseException(Exception) - Constructor for exception com.kaazing.net.sse.SseException
 

T

tableEntryArray - Variable in class com.kaazing.net.ws.amqp.AmqpArguments
 
temporal() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is temporal/transient.
TEXT_PLAIN - Static variable in class com.kaazing.net.ws.amqp.AmqpProperties
 
toString() - Method in class com.kaazing.net.auth.ChallengeRequest
 
toString() - Method in enum com.kaazing.net.http.HttpRedirectPolicy
 
toString() - Method in class com.kaazing.net.ws.amqp.AmqpArguments.AmqpTableEntry
Returns the string representation of the entry.
toString() - Method in class com.kaazing.net.ws.amqp.AmqpArguments
Returns the string/JSON representation of the table of entries.
toString() - Method in class com.kaazing.net.ws.amqp.AmqpProperties
Returns String representation of the properties.
type() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Returns the type of the parameter.

U

unbindQueue(String, String, String, AmqpArguments) - Method in class com.kaazing.net.ws.amqp.AmqpChannel
This method unbinds a queue from an exchange.
unregister(String, ChallengeHandler) - Method in class com.kaazing.net.auth.DispatchChallengeHandler
If the provided challengeHandler is registered at the provided location, clear that association such that any future challenge requests matching the location will never be handled by the provided challenge handler.
URLFactory - Class in com.kaazing.net
URLFactory supports static methods to instantiate URL objects that support custom protocols/schemes.
URLFactory() - Constructor for class com.kaazing.net.URLFactory
 
URLStreamHandlerFactorySpi - Class in com.kaazing.net
This a Service Provider Interface (SPI) class.
URLStreamHandlerFactorySpi() - Constructor for class com.kaazing.net.URLStreamHandlerFactorySpi
 

V

valueOf(String) - Static method in enum com.kaazing.net.http.HttpRedirectPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.sse.SseEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.amqp.AmqpClient.ReadyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.amqp.ChannelEvent.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.amqp.ChannelEvent.MethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.amqp.ConnectionEvent.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.WebSocketExtension.Parameter.Metadata
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kaazing.net.ws.WebSocketMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kaazing.net.http.HttpRedirectPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.sse.SseEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.amqp.AmqpClient.ReadyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.amqp.ChannelEvent.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.amqp.ChannelEvent.MethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.amqp.ConnectionEvent.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.WebSocketExtension.Parameter.Metadata
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kaazing.net.ws.WebSocketMessageType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocket - Class in com.kaazing.net.ws
WebSocket provides bi-directional communications for text and binary messaging via the Kaazing Gateway.
WebSocket() - Constructor for class com.kaazing.net.ws.WebSocket
 
WebSocketException - Exception in com.kaazing.net.ws
 
WebSocketException(String) - Constructor for exception com.kaazing.net.ws.WebSocketException
 
WebSocketException(Exception) - Constructor for exception com.kaazing.net.ws.WebSocketException
 
WebSocketException(String, Exception) - Constructor for exception com.kaazing.net.ws.WebSocketException
 
WebSocketException(int, String) - Constructor for exception com.kaazing.net.ws.WebSocketException
 
WebSocketException(int, String, Exception) - Constructor for exception com.kaazing.net.ws.WebSocketException
 
WebSocketExtension - Class in com.kaazing.net.ws
WebSocketExtension should be extended to define or register WebSocketExtension.Parameters constants that will be used by the application developers.
WebSocketExtension() - Constructor for class com.kaazing.net.ws.WebSocketExtension
Protected constructor to be invoked by the sub-class constructor.
WebSocketExtension.Parameter<T> - Class in com.kaazing.net.ws
WebSocketExtension.Parameter represents an extension parameter.
WebSocketExtension.Parameter(WebSocketExtension, String, Class<T>, EnumSet<WebSocketExtension.Parameter.Metadata>) - Constructor for class com.kaazing.net.ws.WebSocketExtension.Parameter
 
WebSocketExtension.Parameter.Metadata - Enum in com.kaazing.net.ws
 
WebSocketFactory - Class in com.kaazing.net.ws
WebSocketFactory is an abstract class that can be used to create WebSockets by specifying the end-point and the enabled protocols.
WebSocketFactory() - Constructor for class com.kaazing.net.ws.WebSocketFactory
 
WebSocketMessageReader - Class in com.kaazing.net.ws
WebSocketMessageReader is used to receive binary and text messages.
WebSocketMessageReader() - Constructor for class com.kaazing.net.ws.WebSocketMessageReader
 
WebSocketMessageType - Enum in com.kaazing.net.ws
WebSocketMessageType represents the types of the messages that are received by the WebSocketMessageReader.
WebSocketMessageWriter - Class in com.kaazing.net.ws
WebSocketMessageWriter is used to send binary and text messages.
WebSocketMessageWriter() - Constructor for class com.kaazing.net.ws.WebSocketMessageWriter
 
writeBinary(ByteBuffer) - Method in class com.kaazing.net.ws.WebSocketMessageWriter
Sends a binary message using the specified payload.
writeText(CharSequence) - Method in class com.kaazing.net.ws.WebSocketMessageWriter
Sends a text message using the specified payload.
WsURLConnection - Class in com.kaazing.net.ws
A URLConnection with support for WebSocket-specific features.
WsURLConnection(URL) - Constructor for class com.kaazing.net.ws.WsURLConnection
 
A B C D E F G H I K L M N O P Q R S T U V W 

Copyright © 2014. All Rights Reserved.