Skip navigation links
B C H I K M P R S T V 

B

build() - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
builder(Class<MessageType>) - Static method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
builder() - Static method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
Builder() - Constructor for class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 

C

ch.squaredesk.nova.comm.http - package ch.squaredesk.nova.comm.http
 
complete(int, MessageType) - Method in interface ch.squaredesk.nova.comm.http.RpcCompletor
 
complete(int, InternalMessageType) - Method in class ch.squaredesk.nova.comm.http.RpcInvocation
 
createInstance() - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 

H

HttpAdapter<MessageType> - Class in ch.squaredesk.nova.comm.http
 
HttpAdapter.Builder<MessageType> - Class in ch.squaredesk.nova.comm.http
 
HttpRequestMethod - Enum in ch.squaredesk.nova.comm.http
 
HttpServerConfiguration - Class in ch.squaredesk.nova.comm.http
 
HttpServerConfiguration.Builder - Class in ch.squaredesk.nova.comm.http
 
HttpServerFactory - Class in ch.squaredesk.nova.comm.http
 

I

interfaceName(String) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
interfaceName - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
isSslEnabled - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 

K

key - Variable in enum ch.squaredesk.nova.comm.http.MediaType
 

M

MediaType - Enum in ch.squaredesk.nova.comm.http
 

P

parameters - Variable in class ch.squaredesk.nova.comm.http.RequestInfo
 
port(int) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
port - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 

R

ReplyInfo - Class in ch.squaredesk.nova.comm.http
 
ReplyInfo(int) - Constructor for class ch.squaredesk.nova.comm.http.ReplyInfo
 
ReplyMessageMetaData - Class in ch.squaredesk.nova.comm.http
 
ReplyMessageMetaData(URL) - Constructor for class ch.squaredesk.nova.comm.http.ReplyMessageMetaData
 
ReplyMessageMetaData(URL, ReplyInfo) - Constructor for class ch.squaredesk.nova.comm.http.ReplyMessageMetaData
 
RequestInfo - Class in ch.squaredesk.nova.comm.http
 
RequestInfo(HttpRequestMethod) - Constructor for class ch.squaredesk.nova.comm.http.RequestInfo
 
RequestInfo(HttpRequestMethod, Map<String, String>) - Constructor for class ch.squaredesk.nova.comm.http.RequestInfo
 
RequestMessageMetaData - Class in ch.squaredesk.nova.comm.http
 
RequestMessageMetaData(URL) - Constructor for class ch.squaredesk.nova.comm.http.RequestMessageMetaData
 
RequestMessageMetaData(URL, RequestInfo) - Constructor for class ch.squaredesk.nova.comm.http.RequestMessageMetaData
 
requestMethod - Variable in class ch.squaredesk.nova.comm.http.RequestInfo
 
requests(String) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
requests(String) - Method in class ch.squaredesk.nova.comm.http.RpcServer
 
RpcClient<InternalMessageType> - Class in ch.squaredesk.nova.comm.http
 
RpcClient(String, AsyncHttpClient, MessageMarshaller<InternalMessageType, String>, MessageUnmarshaller<String, InternalMessageType>, Metrics) - Constructor for class ch.squaredesk.nova.comm.http.RpcClient
 
RpcCompletor<MessageType> - Interface in ch.squaredesk.nova.comm.http
 
RpcInvocation<InternalMessageType> - Class in ch.squaredesk.nova.comm.http
 
RpcInvocation(IncomingMessage<InternalMessageType, RequestMessageMetaData>, Consumer<Pair<InternalMessageType, ReplyInfo>>, Consumer<Throwable>) - Constructor for class ch.squaredesk.nova.comm.http.RpcInvocation
 
RpcReply<T> - Class in ch.squaredesk.nova.comm.http
 
RpcReply(T, ReplyMessageMetaData) - Constructor for class ch.squaredesk.nova.comm.http.RpcReply
 
RpcServer<InternalMessageType> - Class in ch.squaredesk.nova.comm.http
 
RpcServer(HttpServer, MessageMarshaller<InternalMessageType, String>, MessageUnmarshaller<String, InternalMessageType>, Metrics) - Constructor for class ch.squaredesk.nova.comm.http.RpcServer
 
RpcServer(String, HttpServer, MessageMarshaller<InternalMessageType, String>, MessageUnmarshaller<String, InternalMessageType>, Metrics) - Constructor for class ch.squaredesk.nova.comm.http.RpcServer
 

S

sendGetRequest(String) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendGetRequest(String, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendPostRequest(String, RequestMessageType) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendPostRequest(String, RequestMessageType, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendPutRequest(String, RequestMessageType) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendPutRequest(String, RequestMessageType, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(String, RequestMessageType) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(String, RequestMessageType, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(String, RequestMessageType, HttpRequestMethod) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(String, RequestMessageType, HttpRequestMethod, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(String, RequestMessageType, RequestInfo, Long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sendRequest(InternalMessageType, RequestMessageMetaData, long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.RpcClient
 
serverFor(HttpServerConfiguration) - Static method in class ch.squaredesk.nova.comm.http.HttpServerFactory
 
setDefaultRequestTimeout(long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
setHttpServer(HttpServer) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
setIdentifier(String) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
setRpcClient(RpcClient<MessageType>) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
setRpcServer(RpcServer<MessageType>) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
shutdown() - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
sslKeyStorePass(String) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
sslKeyStorePass - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
sslKeyStorePath(String) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
sslKeyStorePath - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
sslNeedsClientAuth - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
sslTrustStorePass(String) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
sslTrustStorePass - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
sslTrustStorePath(String) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
sslTrustStorePath - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
start() - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
statusCode - Variable in class ch.squaredesk.nova.comm.http.ReplyInfo
 

T

toString() - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 
toString() - Method in class ch.squaredesk.nova.comm.http.ReplyInfo
 
toString() - Method in class ch.squaredesk.nova.comm.http.RequestInfo
 

V

validate() - Method in class ch.squaredesk.nova.comm.http.HttpAdapter.Builder
 
valueOf(String) - Static method in enum ch.squaredesk.nova.comm.http.HttpRequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ch.squaredesk.nova.comm.http.MediaType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ch.squaredesk.nova.comm.http.HttpRequestMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ch.squaredesk.nova.comm.http.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
B C H I K M P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.