Skip navigation links
A B C D E F G H I M O P S T U V W 

A

authentication() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets the proxy authentication type to use.

B

Base64 - Class in com.microsoft.azure.proton.transport.ws.impl
 
Base64() - Constructor for class com.microsoft.azure.proton.transport.ws.impl.Base64
 
BasicProxyChallengeProcessorImpl - Class in com.microsoft.azure.proton.transport.proxy.impl
 
bufferSize() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketSniffer
 

C

calculateHeaderSize(int) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
calculateHeaderSize(int) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 
close() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
 
com.microsoft.azure.proton.transport.proxy - package com.microsoft.azure.proton.transport.proxy
 
com.microsoft.azure.proton.transport.proxy.impl - package com.microsoft.azure.proton.transport.proxy.impl
 
com.microsoft.azure.proton.transport.ws - package com.microsoft.azure.proton.transport.ws
 
com.microsoft.azure.proton.transport.ws.impl - package com.microsoft.azure.proton.transport.ws.impl
 
configure(String, Map<String, String>, ProxyHandler, Transport) - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
configure(String, Map<String, String>, ProxyHandler, Transport) - Method in interface com.microsoft.azure.proton.transport.proxy.Proxy
 
configure(String, String, String, int, String, Map<String, String>, WebSocketHandler) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
configure(String, String, String, int, String, Map<String, String>, WebSocketHandler) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Configure WebSocket connection.
createPong(ByteBuffer, ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
createPong(ByteBuffer, ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 
createProxyRequest(String, Map<String, String>) - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyHandlerImpl
Creates a CONNECT request to the provided hostName and adds additionalHeaders to the request.
createProxyRequest(String, Map<String, String>) - Method in interface com.microsoft.azure.proton.transport.proxy.ProxyHandler
Creates a CONNECT request to the provided hostName and adds additionalHeaders to the request.
createRandomMaskingKey() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
createUpgradeRequest(String, String, String, int, String, Map<String, String>) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
createUpgradeRequest() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketUpgrade
Create the Upgrade to websocket request as per the RFC https://tools.ietf.org/html/rfc6455.
createUpgradeRequest(String, String, String, int, String, Map<String, String>) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 
createWebSocketUpgrade(String, String, String, int, String, Map<String, String>) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
credentials() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets credentials to authenticate against proxy with.

D

decodeBase64Local(byte[]) - Static method in class com.microsoft.azure.proton.transport.ws.impl.Base64
Convert a array of base64 encoded byte in a array of bytes, returning the bytes original values.
DigestProxyChallengeProcessorImpl - Class in com.microsoft.azure.proton.transport.proxy.impl
 

E

encodeBase64Local(byte[]) - Static method in class com.microsoft.azure.proton.transport.ws.impl.Base64
Convert a array of bytes in a array of MIME Base64 values.
encodeBase64StringLocal(byte[]) - Static method in class com.microsoft.azure.proton.transport.ws.impl.Base64
Convert a array of bytes in a array of MIME Base64 values.

F

FINAL_OPCODE_BINARY - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
FINBIT_MASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 

G

getEnabled() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getEnabled() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access if WebSocket enabled .
getError() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyHandler.ProxyResponseResult
 
getHeader() - Method in class com.microsoft.azure.proton.transport.proxy.impl.BasicProxyChallengeProcessorImpl
 
getHeader() - Method in class com.microsoft.azure.proton.transport.proxy.impl.DigestProxyChallengeProcessorImpl
 
getHeader() - Method in interface com.microsoft.azure.proton.transport.proxy.ProxyChallengeProcessor
 
getInputBuffer() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getInputBuffer() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getInputBuffer() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the input buffer (read only).
getIsHandshakeInProgress() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getIsProxyConfigured() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getIsSuccess() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyHandler.ProxyResponseResult
 
getLength() - Method in class com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
 
getOutputBuffer() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getOutputBuffer() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getOutputBuffer() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the output buffer (read only).
getPingBuffer() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getPingBuffer() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the ping buffer (read only).
getProxyHandler() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getProxyRequestHeaders() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getProxyState() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getSelectedTransportWrapper() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketSniffer
 
getState() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getState() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the current state of the layer.
getType() - Method in class com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
 
getUnderlyingTransport() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
getWebSocketHandler() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getWebSocketHandler() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the handler for WebSocket functions.
getWsInputBuffer() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
getWsInputBuffer() - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Access the websocket input buffer (read only).

H

hasUserDefinedCredentials() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets whether the user has defined credentials.

I

isProxyAddressConfigured() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets whether the proxy address has been configured.
isWebSocketEnabled - Variable in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 

M

makeDetermination(byte[]) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketSniffer
 
MASKBIT_MASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MAX_HEADER_LENGTH_MASKED - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MAX_HEADER_LENGTH_NOMASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MED_HEADER_LENGTH_MASKED - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MED_HEADER_LENGTH_NOMASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MIN_HEADER_LENGTH - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
MIN_HEADER_LENGTH_MASKED - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 

O

OPCODE_BINARY - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
OPCODE_CLOSE - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
OPCODE_CONTINUATION - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
OPCODE_MASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
OPCODE_PING - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
OPCODE_PONG - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 

P

PAYLOAD_EXTENDED_16 - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
PAYLOAD_EXTENDED_64 - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
PAYLOAD_LARGE_MAX - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
PAYLOAD_MASK - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
PAYLOAD_MEDIUM_MAX - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
PAYLOAD_SHORT_MAX - Static variable in interface com.microsoft.azure.proton.transport.ws.WebSocketHeader
 
Proxy - Interface in com.microsoft.azure.proton.transport.proxy
 
Proxy.ProxyState - Enum in com.microsoft.azure.proton.transport.proxy
 
proxyAddress() - Method in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets the proxy address.
ProxyAuthenticationType - Enum in com.microsoft.azure.proton.transport.proxy
Supported methods of proxy authentication.
ProxyChallengeProcessor - Interface in com.microsoft.azure.proton.transport.proxy
 
ProxyConfiguration - Class in com.microsoft.azure.proton.transport.proxy
 
ProxyConfiguration(ProxyAuthenticationType, Proxy, String, String) - Constructor for class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Creates a proxy configuration that uses the proxyAddress and authenticates with provided username, password and authentication.
ProxyHandler - Interface in com.microsoft.azure.proton.transport.proxy
 
ProxyHandler.ProxyResponseResult - Class in com.microsoft.azure.proton.transport.proxy
 
ProxyHandlerImpl - Class in com.microsoft.azure.proton.transport.proxy.impl
 
ProxyHandlerImpl() - Constructor for class com.microsoft.azure.proton.transport.proxy.impl.ProxyHandlerImpl
 
ProxyImpl - Class in com.microsoft.azure.proton.transport.proxy.impl
 
ProxyImpl() - Constructor for class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
Create proxy transport layer - which, after configuring using the ProxyImpl.configure(String, Map, ProxyHandler, Transport) API is ready for layering in qpid-proton-j transport layers, using TransportInternal.addTransportLayer(TransportLayer) API.
ProxyImpl(ProxyConfiguration) - Constructor for class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
Create proxy transport layer - which, after configuring using the ProxyImpl.configure(String, Map, ProxyHandler, Transport) API is ready for layering in qpid-proton-j transport layers, using TransportInternal.addTransportLayer(TransportLayer) API.
ProxyResponseResult(Boolean, String) - Constructor for class com.microsoft.azure.proton.transport.proxy.ProxyHandler.ProxyResponseResult
 

S

setLength(long) - Method in class com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
 
setType(WebSocketHandler.WebSocketMessageType) - Method in class com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
 
SYSTEM_DEFAULTS - Static variable in class com.microsoft.azure.proton.transport.proxy.ProxyConfiguration
Gets the system defaults for proxy configuration and authentication.

T

toString() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
toString() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketUpgrade
 

U

unwrapBuffer(ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
unwrapBuffer(ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
unwrapBuffer(ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Remove WebSocket frame from the given buffer.
unwrapBuffer(ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 

V

validateProxyResponse(ByteBuffer) - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyHandlerImpl
Verifies that buffer contains a successful CONNECT response.
validateProxyResponse(ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.proxy.ProxyHandler
Verifies that buffer contains a successful CONNECT response.
validateUpgradeReply(ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
validateUpgradeReply(byte[]) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketUpgrade
Validate the response received for 'upgrade to websockets' request from http server.
validateUpgradeReply(ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 
valueOf(String) - Static method in enum com.microsoft.azure.proton.transport.proxy.Proxy.ProxyState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.proton.transport.proxy.ProxyAuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketFrameReadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebSocketMessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.proton.transport.proxy.Proxy.ProxyState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.proton.transport.proxy.ProxyAuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketFrameReadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocket.WebSocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebSocketMessageType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebSocket - Interface in com.microsoft.azure.proton.transport.ws
 
WebSocket.WebSocketFrameReadState - Enum in com.microsoft.azure.proton.transport.ws
 
WebSocket.WebSocketState - Enum in com.microsoft.azure.proton.transport.ws
 
WebSocketHandler - Interface in com.microsoft.azure.proton.transport.ws
 
WebSocketHandler.WebSocketMessageType - Enum in com.microsoft.azure.proton.transport.ws
 
WebSocketHandler.WebsocketTuple - Class in com.microsoft.azure.proton.transport.ws
 
WebSocketHandlerImpl - Class in com.microsoft.azure.proton.transport.ws.impl
 
WebSocketHandlerImpl() - Constructor for class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
WebSocketHeader - Interface in com.microsoft.azure.proton.transport.ws
 
WebSocketImpl - Class in com.microsoft.azure.proton.transport.ws.impl
 
WebSocketImpl() - Constructor for class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
Create WebSocket transport layer - which, after configuring using the WebSocketImpl.configure(String, String, String, int, String, Map, WebSocketHandler) API is ready for layering in qpid-proton-j transport layers, using TransportInternal.addTransportLayer(TransportLayer) API.
WebSocketImpl(int) - Constructor for class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
Create WebSocket transport layer - which, after configuring using the WebSocketImpl.configure(String, String, String, int, String, Map, WebSocketHandler) API is ready for layering in qpid-proton-j transport layers, using TransportInternal.addTransportLayer(TransportLayer) API.
WebSocketSniffer - Class in com.microsoft.azure.proton.transport.ws.impl
 
WebSocketSniffer(TransportWrapper, TransportWrapper) - Constructor for class com.microsoft.azure.proton.transport.ws.impl.WebSocketSniffer
 
WebsocketTuple(long, WebSocketHandler.WebSocketMessageType) - Constructor for class com.microsoft.azure.proton.transport.ws.WebSocketHandler.WebsocketTuple
 
WebSocketUpgrade - Class in com.microsoft.azure.proton.transport.ws.impl
 
WebSocketUpgrade(String, String, String, int, String, Map<String, String>) - Constructor for class com.microsoft.azure.proton.transport.ws.impl.WebSocketUpgrade
Create WebSocketUpgrade instance, which can be used for websocket upgrade hand-shake with http server as per RFC https://tools.ietf.org/html/rfc6455.
wrap(TransportInput, TransportOutput) - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
wrap(TransportInput, TransportOutput) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
wrapBuffer(ByteBuffer, ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketHandlerImpl
 
wrapBuffer(ByteBuffer, ByteBuffer) - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
wrapBuffer(ByteBuffer, ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocket
Add WebSocket frame to send the given buffer.
wrapBuffer(ByteBuffer, ByteBuffer) - Method in interface com.microsoft.azure.proton.transport.ws.WebSocketHandler
 
writeClose() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
writePong() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
writeProxyRequest() - Method in class com.microsoft.azure.proton.transport.proxy.impl.ProxyImpl
 
writeUpgradeRequest() - Method in class com.microsoft.azure.proton.transport.ws.impl.WebSocketImpl
 
A B C D E F G H I M O P S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.