Index

A C D E F G H I K L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractFileHandler - Class in i5.las2peer.connectors.webConnector.handler
 
AbstractFileHandler() - Constructor for class i5.las2peer.connectors.webConnector.handler.AbstractFileHandler
 
ACCESS_TOKEN_KEY - Static variable in class i5.las2peer.connectors.webConnector.util.AuthenticationManager
 
addAgentDetailsToJson(EthereumNode, AgentImpl, JSONObject, Boolean, Boolean) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
addHeader(String, String) - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
addTXLogInfo(EthereumNode, JSONObject, String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
AgentSession - Class in i5.las2peer.connectors.webConnector.util
 
AgentSession(String, PassphraseAgentImpl) - Constructor for class i5.las2peer.connectors.webConnector.util.AgentSession
 
AgentsHandler - Class in i5.las2peer.connectors.webConnector.handler
 
AgentsHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
authenticateAgent(MultivaluedMap<String, String>, String) - Method in class i5.las2peer.connectors.webConnector.util.AuthenticationManager
Returns agent for various authentication methods, including OIDC with auto-registration.
authenticateAgent(MultivaluedMap<String, String>, String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
AuthenticationManager - Class in i5.las2peer.connectors.webConnector.util
 
AuthenticationManager(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.util.AuthenticationManager
 
AuthHandler - Class in i5.las2peer.connectors.webConnector.handler
 
AuthHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.AuthHandler
 

C

checkEth() - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
clamp(float, float, float) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
ClientResponse - Class in i5.las2peer.connectors.webConnector.client
 
ClientResponse(int) - Constructor for class i5.las2peer.connectors.webConnector.client.ClientResponse
 
COOKIE_SESSIONID_KEY - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
CORSResponseFilter - Class in i5.las2peer.connectors.webConnector.util
 
CORSResponseFilter(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.util.CORSResponseFilter
 
crossOriginResourceDomain - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
crossOriginResourceMaxAge - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 

D

DEFAULT - Static variable in class i5.las2peer.connectors.webConnector.util.MimeTypes
 
DEFAULT_CROSS_ORIGIN_RESOURCE_DOMAIN - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_CROSS_ORIGIN_RESOURCE_MAX_AGE - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_DEFAULT_OIDC_PROVIDER - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_ENABLE_CROSS_ORIGIN_RESOURCE_SHARING - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_HTTP_PORT - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_HTTPS_PORT - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_MAX_CONNECTIONS - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_MAX_REQUEST_BODY_SIZE - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_MAX_THREADS - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_ONLY_LOCAL_SERVICES - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_ROUTE - Static variable in class i5.las2peer.connectors.webConnector.handler.WebappHandler
 
DEFAULT_SESSION_TIMEOUT - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_START_HTTP - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DEFAULT_START_HTTPS - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
DefaultHandler - Class in i5.las2peer.connectors.webConnector.handler
 
DefaultHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
defaultOIDCProvider - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
destroySession(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 

E

enableCrossOriginResourceSharing - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
enableHttpHttps(boolean, boolean) - Method in class i5.las2peer.connectors.webConnector.WebConnector
enables/disables HTTP/HTTPs
EthereumHandler - Class in i5.las2peer.connectors.webConnector.handler
 
EthereumHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 

F

filter(ContainerRequestContext, ContainerResponseContext) - Method in class i5.las2peer.connectors.webConnector.util.CORSResponseFilter
 

G

generateMnemonic() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
generateToken() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
genericTransactionDataToJSON(GenericTransactionData, ConcurrentMap<String, String>) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
get(String) - Static method in class i5.las2peer.connectors.webConnector.util.MimeTypes
Infer MIME-type from file name
getAgent() - Method in class i5.las2peer.connectors.webConnector.util.AgentSession
 
getCACert() - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getCACertificate() - Method in class i5.las2peer.connectors.webConnector.WebConnector
Gets the currently used CA certificate.
getCoreVersion() - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getCrossOriginResourceDomain() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getCrossOriginResourceMaxAge() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getCurrentAgentId(UriInfo, HttpHeaders) - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getCurrentAgentJson(UriInfo, HttpHeaders) - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getCurrentAgentXml(UriInfo, HttpHeaders) - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getFavicon() - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
getHeader(String) - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
getHeaders() - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
getHTTP(String, String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_HTTPUtil
 
getHttpCode() - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
getHttpEndpoint() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getHttpPort() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getHttpsEndpoint() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getHttpsPort() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getL2pNode() - Method in class i5.las2peer.connectors.webConnector.WebConnector
get the node, this connector is running at / for
getLastActive() - Method in class i5.las2peer.connectors.webConnector.util.AgentSession
 
getLockOidc() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getLogin(UriInfo, HttpHeaders) - Method in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 
getLogout(String) - Method in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 
getMyHostname() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getNodeIDsOfAdminNodes(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
getNodeStatus(UriInfo) - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
getOidcClientId() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getOidcClientSecret() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getOrCreateSession(PassphraseAgentImpl) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getRawNodeId() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getRawNodeIdAsJson() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getRawResponse() - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
getRegisteredServices() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getResponse() - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
getRootCAFilename() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getServiceAuthors() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
Deprecated.
getServiceDeployments() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getServiceReleases() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getSessionById(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
getSessionId() - Method in class i5.las2peer.connectors.webConnector.util.AgentSession
 
getStructuredServiceData() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getTags() - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
getValidate(String) - Method in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 

H

handleAddTransaction(String, String, Float, String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleChangeGroup(String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleChangePassphrase(String, String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleCreateAgent(String, String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleCreateGroup(String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleDashboardList(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleDELETE(List<PathSegment>, UriInfo, HttpHeaders, InputStream) - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
handleExportAgent(String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleGET(List<PathSegment>, UriInfo, HttpHeaders) - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
handleGetAdminServices(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleGetAgent(String, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handleGetCoinbaseBalance() - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleGetGenericTxLogSent(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleGetKnownNodeInfo(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleGetOtherNodeInfo() - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
handleGetWallet(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleListAgents(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleListProfiles(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleLoadGroup(String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
handlePOST(List<PathSegment>, UriInfo, HttpHeaders, InputStream) - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
handlePUT(List<PathSegment>, UriInfo, HttpHeaders, InputStream) - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
handleRateAgent(String, String, Integer) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleRegisterProfile(String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleRegistration(String) - Method in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 
handleRequestFaucet(UriInfo, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
handleSearchService(String, String) - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
Deprecated.
handleServicePackageUpload(String, InputStream, String) - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
handleStartService(String, String) - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
handleStopService(String, String) - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
handleUploadAgent(InputStream, String, String) - Method in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
httpPort - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
httpsPort - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 

I

i5.las2peer.connectors.webConnector - package i5.las2peer.connectors.webConnector
 
i5.las2peer.connectors.webConnector.client - package i5.las2peer.connectors.webConnector.client
 
i5.las2peer.connectors.webConnector.handler - package i5.las2peer.connectors.webConnector.handler
 
i5.las2peer.connectors.webConnector.util - package i5.las2peer.connectors.webConnector.util
 
isCrossOriginResourceSharing() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 

K

KeystoreManager - Class in i5.las2peer.connectors.webConnector.util
 
KeystoreManager() - Constructor for class i5.las2peer.connectors.webConnector.util.KeystoreManager
 

L

L2P_HTTPUtil - Class in i5.las2peer.connectors.webConnector.util
 
L2P_HTTPUtil() - Constructor for class i5.las2peer.connectors.webConnector.util.L2P_HTTPUtil
 
L2P_JSONUtil - Class in i5.las2peer.connectors.webConnector.util
 
L2P_JSONUtil() - Constructor for class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
loadOrCreateKeystore(String, String, char[]) - Static method in class i5.las2peer.connectors.webConnector.util.KeystoreManager
 
lock(String) - Method in class i5.las2peer.connectors.webConnector.util.NameLock
 
logError(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
Logs an error.
logError(String, Throwable) - Method in class i5.las2peer.connectors.webConnector.WebConnector
Logs an error with throwable.
logMessage(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
Logs a message.

M

maxConnections - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
maxRequestBodySize - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
maxThreads - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
MimeTypes - Class in i5.las2peer.connectors.webConnector.util
 
MimeTypes() - Constructor for class i5.las2peer.connectors.webConnector.util.MimeTypes
 
MiniClient - Class in i5.las2peer.connectors.webConnector.client
Very simple client to communicate with the las2peer web connector
MiniClient() - Constructor for class i5.las2peer.connectors.webConnector.client.MiniClient
 

N

NameLock - Class in i5.las2peer.connectors.webConnector.util
Utility class to lock by name.
NameLock() - Constructor for class i5.las2peer.connectors.webConnector.util.NameLock
 
nodeInformationToJSON(NodeInformation) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 

O

OIDC_PROVIDER_KEY - Static variable in class i5.las2peer.connectors.webConnector.util.AuthenticationManager
 
oidcClientId - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
oidcClientSecret - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
oidcProviderInfos - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
oidcProviders - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
onlyLocalServices - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 

P

parseContactGroupsResponse(String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
parseMobSOSGroupServiceNames(String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
parseMobSOSGroupURLs(String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
parseMobSOSModels(String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
parseMobSOSSuccessResponse(String) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
postLogout(String) - Method in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 
processRequest(String) - Method in class i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
 
processRequest(String) - Method in class i5.las2peer.connectors.webConnector.handler.WebappHandler
 

R

RESOURCE_NAME - Static variable in class i5.las2peer.connectors.webConnector.handler.WebappHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.AgentsHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.AuthHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.EthereumHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
 
RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.WebappHandler
 
ROOT_RESOURCE_PATH - Static variable in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
rootPath() - Method in class i5.las2peer.connectors.webConnector.handler.DefaultHandler
 
rootPath() - Method in class i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
 
rootPath() - Method in class i5.las2peer.connectors.webConnector.handler.WebappHandler
 
rootPath() - Method in class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 

S

sendRequest(String, String, String) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
send request to server
sendRequest(String, String, String, String, String, Map<String, String>) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
send request to server
sendRequest(String, String, String, Map<String, String>) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
send request to server
serveFile(String) - Method in class i5.las2peer.connectors.webConnector.handler.AbstractFileHandler
 
serveFile(String) - Method in class i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
 
ServicesHandler - Class in i5.las2peer.connectors.webConnector.handler
 
ServicesHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
SESSION_COOKIE - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
setAddressPort(String, int) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
Deprecated.
Use MiniClient.setConnectorEndpoint(String) instead. set address and port
setConnectorEndpoint(String) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
Sets the connectors endpoint URI this client should connect to.
setCrossOriginResourceDomain(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the cross origin resource domain
setCrossOriginResourceMaxAge(int) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
setCrossOriginResourceSharing(boolean) - Method in class i5.las2peer.connectors.webConnector.WebConnector
allow cross origin resource sharing
setHttpPort(Integer) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the port for the HTTP connector to listen to
setHttpsPort(Integer) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the port for the web connector to listen to for the secure line
setLogFile(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the log file for this connector
setLogin(String, String) - Method in class i5.las2peer.connectors.webConnector.client.MiniClient
set login data
setLogStream(OutputStream) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set a stream to log all messages to
setPreferLocalServices(boolean) - Method in class i5.las2peer.connectors.webConnector.WebConnector
prefer local services
setRawResponse(byte[]) - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
setResponse(String) - Method in class i5.las2peer.connectors.webConnector.client.ClientResponse
 
setSocketTimeout(int) - Method in class i5.las2peer.connectors.webConnector.WebConnector
Deprecated.
This method is no longer supported and will be removed in the future.
setSslKeyPassword(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the SSL key password
setSslKeystore(String) - Method in class i5.las2peer.connectors.webConnector.WebConnector
set the location of the SSL keystore
showKeysForMnemonic(String) - Method in class i5.las2peer.connectors.webConnector.handler.ServicesHandler
 
SSL_INSTANCE_NAME - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
sslKeyPassword - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
sslKeystore - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
start(Node) - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
startHttp - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
startHttps - Variable in class i5.las2peer.connectors.webConnector.WebConnector
 
stop() - Method in class i5.las2peer.connectors.webConnector.WebConnector
 
SwaggerUIHandler - Class in i5.las2peer.connectors.webConnector.handler
 
SwaggerUIHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.handler.SwaggerUIHandler
 

T

timestampToString(BigInteger) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 
toResponse(Throwable) - Method in class i5.las2peer.connectors.webConnector.util.WebConnectorExceptionMapper
 
touch() - Method in class i5.las2peer.connectors.webConnector.util.AgentSession
 
transactionToJSON(BlockchainTransactionData) - Static method in class i5.las2peer.connectors.webConnector.util.L2P_JSONUtil
 

U

unlock(String) - Method in class i5.las2peer.connectors.webConnector.util.NameLock
 

W

WEB_CONNECTOR - Static variable in class i5.las2peer.connectors.webConnector.WebConnector
 
WebappHandler - Class in i5.las2peer.connectors.webConnector.handler
 
WebappHandler() - Constructor for class i5.las2peer.connectors.webConnector.handler.WebappHandler
 
WebConnector - Class in i5.las2peer.connectors.webConnector
Starter class for registering the Web Connector at the las2peer server.
WebConnector() - Constructor for class i5.las2peer.connectors.webConnector.WebConnector
create a new web connector instance.
WebConnector(boolean, int, boolean, int) - Constructor for class i5.las2peer.connectors.webConnector.WebConnector
create a new web connector instance.
WebConnector(Integer) - Constructor for class i5.las2peer.connectors.webConnector.WebConnector
 
WebConnectorExceptionMapper - Class in i5.las2peer.connectors.webConnector.util
 
WebConnectorExceptionMapper(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.util.WebConnectorExceptionMapper
 
WebConnectorRequestHandler - Class in i5.las2peer.connectors.webConnector
A HttpServer RequestHandler for handling requests to the las2peer Web Connector.
WebConnectorRequestHandler(WebConnector) - Constructor for class i5.las2peer.connectors.webConnector.WebConnectorRequestHandler
 
writeCertificateToPEMFile(Certificate, String) - Static method in class i5.las2peer.connectors.webConnector.util.KeystoreManager
 
writeCertificateToPEMStream(Certificate, OutputStreamWriter) - Static method in class i5.las2peer.connectors.webConnector.util.KeystoreManager
 
A C D E F G H I K L M N O P R S T U W 
All Classes and Interfaces|All Packages|Constant Field Values