A B C D E G H L M N R S T U V W 

A

anonymous() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is anonymous or named.

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
 

C

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 HTTP 401 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.
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.
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
 
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() - 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.
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 corresponding sub-class of ChallengeHandler
create(Class<T>, ClassLoader) - Static method in class com.kaazing.net.auth.ChallengeHandler
Creates a new instance of the corresponding sub-class of ChallengeHandler with specified ClassLoader
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.
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

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.

G

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.
getBinary() - Method in class com.kaazing.net.ws.WebSocketMessageReader
Returns the payload of the last received message.
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.
getCode() - Method in exception com.kaazing.net.ws.WebSocketException
 
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.
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 HttpRedirectOption that was specified at on the factory.
getDefaultFollowRedirect() - Method in class com.kaazing.net.ws.WebSocketFactory
Returns the default HttpRedirectOption that was specified at on the factory.
getDefaultParameter(WebSocketExtension.Parameter<T>) - Method in class com.kaazing.net.ws.WebSocketFactory
Returns the default value of the specified WebSocketExtension.Parameter.
getDefaultRetryTimeout() - Method in class com.kaazing.net.sse.SseEventSourceFactory
Returns the default retry timeout.
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.
getEventReader() - Method in class com.kaazing.net.sse.SseEventSource
Returns a SseEventReader that can be used to receive events based on the SseEventType.
getFollowRedirect() - Method in class com.kaazing.net.sse.SseEventSource
Returns HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
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.
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.
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.
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.
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.
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).
getRetryTimeout() - Method in class com.kaazing.net.sse.SseEventSource
Returns the retry timeout in milliseconds.
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.
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.
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.WebSocketMessageReader
Returns the WebSocketMessageType of the already received message.
getWebSocketExtension(String) - Static method in class com.kaazing.net.ws.WebSocketExtension
Returns the WebSocketExtension with the specified name.
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.

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.
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.

R

register(String, ChallengeHandler) - Method in class com.kaazing.net.auth.DispatchChallengeHandler
Register a challenge handler to respond to challenges at one or more locations.
required() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is required.

S

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.
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 HttpRedirectOption that is to be inherited by all the EventSources created using this factory instance.
setDefaultFollowRedirect(HttpRedirectPolicy) - Method in class com.kaazing.net.ws.WebSocketFactory
Sets the default HttpRedirectOption that is to be inherited by all the WebSockets created using this factory instance.
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.
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.
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.
setFollowRedirect(HttpRedirectPolicy) - Method in class com.kaazing.net.sse.SseEventSource
Sets HttpRedirectPolicy indicating the policy for following HTTP redirects (3xx).
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.
setNextChallengeHandler(ChallengeHandler) - Method in class com.kaazing.net.auth.ChallengeResponse
Establish the next challenge handler responsible for handling any further challenges for the request.
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).
setRetryTimeout(long) - Method in class com.kaazing.net.sse.SseEventSource
Sets the retry timeout specified in milliseconds.
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

temporal() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Indicates whether the parameter is temporal/transient.
toString() - Method in class com.kaazing.net.auth.ChallengeRequest
 
toString() - Method in enum com.kaazing.net.http.HttpRedirectPolicy
 
type() - Method in class com.kaazing.net.ws.WebSocketExtension.Parameter
Returns the type of the parameter.

U

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.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.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 G H L M N R S T U V W 

Copyright © 2015. All Rights Reserved.