跳过导航链接
A B C D E G H I J N O P R S T U W 

A

acceptCompress(boolean) - 类 中的方法net.apexes.wsonrpc.client.JsonRpc
 
asyncInvoke(String, String, Object[], Class<T>) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 

B

Base64 - net.apexes.wsonrpc.client.support.websocket中的类
A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.
Base64() - 类 的构造器net.apexes.wsonrpc.client.support.websocket.Base64
 
binaryWrapper(BinaryWrapper) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
blockClose() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Blocks until both threads exit.

C

client(String) - 类 中的静态方法net.apexes.wsonrpc.client.Wsonrpc
 
client(String) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
close() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Close down the socket.
config() - 类 中的静态方法net.apexes.wsonrpc.client.Wsonrpc
 
connect() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Start up the socket.
connect() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClient
连接服务端,在连接上之前调用此方法的线程都将阻塞
connect() - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
connector(WebsocketConnector) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
connectTimeout(int) - 类 中的方法net.apexes.wsonrpc.client.JsonRpc
 
connectTimeout(int) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
connectToServer(WsonrpcClientEndpoint, URI) - 类 中的方法net.apexes.wsonrpc.client.support.JavaWebsocketConnector
 
connectToServer(WsonrpcClientEndpoint, URI) - 类 中的方法net.apexes.wsonrpc.client.support.SimpleWebsocketConnector
 
connectToServer(WsonrpcClientEndpoint, URI) - 类 中的方法net.apexes.wsonrpc.client.support.TyrusWebsocketConnector
 
connectToServer(WsonrpcClientEndpoint, URI) - 接口 中的方法net.apexes.wsonrpc.client.WebsocketConnector
 
create() - 类 中的静态方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 

D

decode(char[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded char array.
decode(byte[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded byte array.
decode(String) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded String.
decodeFast(char[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded char array that is known to be resonably well formatted.
decodeFast(byte[]) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded byte array that is known to be resonably well formatted.
decodeFast(String) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Decodes a BASE64 encoded string that is known to be resonably well formatted.

E

encodeToByte(byte[], boolean) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.Base64
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
errorProcessor(WsonrpcErrorProcessor) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 

G

getBytes() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 
getConnectTimeout() - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
getConnectTimeout() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfig
 
getConnectTimeout() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientEndpoint
 
getConnectTimeout() - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
getServiceRegistry() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClient
 
getServiceRegistry() - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
getText() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 
getURI() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfig
 
getWebsocketConnector() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfig
 

H

headers - 类 中的变量net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
HttpJsonRpcRemote - net.apexes.wsonrpc.client中的类
 
HttpJsonRpcRemote(URL, JsonImplementor) - 类 的构造器net.apexes.wsonrpc.client.HttpJsonRpcRemote
 

I

invoke(String, String, Object[]) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
invoke(String, String, Object[], Class<T>, int) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
invoker() - 类 中的方法net.apexes.wsonrpc.client.JsonRpc
 
invoker(WsonrpcClient) - 类 中的静态方法net.apexes.wsonrpc.client.Wsonrpc
 
invoker(WsonrpcClient) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
isAcceptCompress() - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
isBinary() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 
isText() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 

J

JavaWebsocketConnector - net.apexes.wsonrpc.client.support中的类
基于 WebSocketClient的连接
JavaWebsocketConnector() - 类 的构造器net.apexes.wsonrpc.client.support.JavaWebsocketConnector
 
json(JsonImplementor) - 类 中的方法net.apexes.wsonrpc.client.JsonRpc
 
json(JsonImplementor) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientConfigBuilder
 
JsonRpc - net.apexes.wsonrpc.client中的类
 
jsonRpcControl - 类 中的变量net.apexes.wsonrpc.client.HttpJsonRpcRemote
 

N

net.apexes.wsonrpc.client - 程序包 net.apexes.wsonrpc.client
 
net.apexes.wsonrpc.client.support - 程序包 net.apexes.wsonrpc.client.support
 
net.apexes.wsonrpc.client.support.websocket - 程序包 net.apexes.wsonrpc.client.support.websocket
 

O

onClose(CloseReason) - 类 中的方法net.apexes.wsonrpc.client.support.TyrusWebsocketConnector.WebSocketEndpointAdapter
 
onClose() - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketEventHandler
 
onClose(int, String) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientEndpoint
 
onClose(int, String) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
onClose(WsonrpcClient, int, String) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientListener
 
onError(Throwable) - 类 中的方法net.apexes.wsonrpc.client.support.TyrusWebsocketConnector.WebSocketEndpointAdapter
 
onError(WebSocketException) - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketEventHandler
 
onError(Throwable) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientEndpoint
 
onError(Throwable) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
onLogMessage(String) - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketEventHandler
 
onMessage(ByteBuffer) - 类 中的方法net.apexes.wsonrpc.client.support.TyrusWebsocketConnector.WebSocketEndpointAdapter
 
onMessage(WebSocketMessage) - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketEventHandler
 
onMessage(byte[]) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientEndpoint
 
onMessage(byte[]) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
onOpen(Session) - 类 中的方法net.apexes.wsonrpc.client.support.TyrusWebsocketConnector.WebSocketEndpointAdapter
 
onOpen() - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketEventHandler
 
onOpen(WebSocketSession) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientEndpoint
 
onOpen(WebSocketSession) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
onOpen(WsonrpcClient) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientListener
 
onSentMessage(byte[]) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientListener
 
onSentPing() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClientListener
 

P

ping() - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
 
ping() - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClient
 

R

rand - 类 中的变量net.apexes.wsonrpc.client.HttpJsonRpcRemote
 

S

send(String) - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Send a TEXT message over the socket
send(byte[]) - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Send a BINARY message over the socket
setAcceptCompress(boolean) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
setClientListener(WsonrpcClientListener) - 接口 中的方法net.apexes.wsonrpc.client.WsonrpcClient
 
setClientListener(WsonrpcClientListener) - 类 中的方法net.apexes.wsonrpc.client.WsonrpcClientImpl
 
setConnectTimeout(int) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
setEventHandler(WebSocketEventHandler) - 类 中的方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Must be called before connect().
setHeader(String, String) - 类 中的方法net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
setHostnameVerifier(HostnameVerifier) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
 
setName(Thread, String) - 接口 中的方法net.apexes.wsonrpc.client.support.websocket.ThreadInitializer
 
setThreadFactory(ThreadFactory, ThreadInitializer) - 类 中的静态方法net.apexes.wsonrpc.client.support.websocket.WebSocketClient
 
SimpleWebsocketConnector - net.apexes.wsonrpc.client.support中的类
基于 WebSocketClient的连接
SimpleWebsocketConnector() - 类 的构造器net.apexes.wsonrpc.client.support.SimpleWebsocketConnector
 

T

ThreadInitializer - net.apexes.wsonrpc.client.support.websocket中的接口
 
TyrusWebsocketConnector - net.apexes.wsonrpc.client.support中的类
基于Tyrus jdk client JdkClientContainer的连接
TyrusWebsocketConnector() - 类 的构造器net.apexes.wsonrpc.client.support.TyrusWebsocketConnector
 
TyrusWebsocketConnector.WebSocketEndpointAdapter - net.apexes.wsonrpc.client.support中的类
 

U

url - 类 中的变量net.apexes.wsonrpc.client.HttpJsonRpcRemote
 
url(String) - 类 中的静态方法net.apexes.wsonrpc.client.JsonRpc
 

W

WebSocketClient - net.apexes.wsonrpc.client.support.websocket中的类
 
WebSocketClient(URI) - 类 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Create a websocket to connect to a given server
WebSocketClient(URI, String) - 类 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Create a websocket to connect to a given server.
WebSocketClient(URI, String, Map<String, String>) - 类 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketClient
Create a websocket to connect to a given server.
WebsocketConnector - net.apexes.wsonrpc.client中的接口
 
WebSocketEndpointAdapter(WsonrpcClientEndpoint) - 类 的构造器net.apexes.wsonrpc.client.support.TyrusWebsocketConnector.WebSocketEndpointAdapter
 
WebSocketEventHandler - net.apexes.wsonrpc.client.support.websocket中的接口
 
WebSocketException - net.apexes.wsonrpc.client.support.websocket中的异常错误
 
WebSocketException(String) - 异常错误 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketException
 
WebSocketException(String, Throwable) - 异常错误 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketException
 
WebSocketMessage - net.apexes.wsonrpc.client.support.websocket中的类
 
WebSocketMessage(byte[]) - 类 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 
WebSocketMessage(String) - 类 的构造器net.apexes.wsonrpc.client.support.websocket.WebSocketMessage
 
Wsonrpc - net.apexes.wsonrpc.client中的类
 
WsonrpcClient - net.apexes.wsonrpc.client中的接口
 
WsonrpcClientConfig - net.apexes.wsonrpc.client中的接口
 
WsonrpcClientConfigBuilder - net.apexes.wsonrpc.client中的类
 
WsonrpcClientEndpoint - net.apexes.wsonrpc.client中的接口
 
WsonrpcClientImpl - net.apexes.wsonrpc.client中的类
 
WsonrpcClientImpl(WsonrpcClientConfig) - 类 的构造器net.apexes.wsonrpc.client.WsonrpcClientImpl
 
WsonrpcClientListener - net.apexes.wsonrpc.client中的接口
 
A B C D E G H I J N O P R S T U W 
跳过导航链接

Copyright © 2017. All rights reserved.