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, InternalMessageType) - Method in class ch.squaredesk.nova.comm.http.HttpRpcInvocation
 
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
 
HttpReplyInfo - Class in ch.squaredesk.nova.comm.http
 
HttpReplyInfo(int) - Constructor for class ch.squaredesk.nova.comm.http.HttpReplyInfo
 
HttpRequestMethod - Enum in ch.squaredesk.nova.comm.http
 
HttpRpcInvocation<InternalMessageType> - Class in ch.squaredesk.nova.comm.http
 
HttpRpcInvocation(InternalMessageType, HttpSpecificInfo, Consumer<Pair<InternalMessageType, HttpReplyInfo>>, Consumer<Throwable>) - Constructor for class ch.squaredesk.nova.comm.http.HttpRpcInvocation
 
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
 
HttpSpecificInfo - Class in ch.squaredesk.nova.comm.http
 
HttpSpecificInfo(HttpRequestMethod) - Constructor for class ch.squaredesk.nova.comm.http.HttpSpecificInfo
 
HttpSpecificInfo(HttpRequestMethod, Map<String, String>) - Constructor for class ch.squaredesk.nova.comm.http.HttpSpecificInfo
 

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.HttpSpecificInfo
 
port(int) - Method in class ch.squaredesk.nova.comm.http.HttpServerConfiguration.Builder
 
port - Variable in class ch.squaredesk.nova.comm.http.HttpServerConfiguration
 

R

requestMethod - Variable in class ch.squaredesk.nova.comm.http.HttpSpecificInfo
 
requests(String) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
requests(String) - Method in class ch.squaredesk.nova.comm.http.RpcServer
 
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
 

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, HttpSpecificInfo, Long, TimeUnit) - Method in class ch.squaredesk.nova.comm.http.HttpAdapter
 
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
 
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.HttpReplyInfo
 

T

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

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.