Skip navigation links
A B C D E G H J M O P R S T U V 

A

AbtractJ4pMBeanRequest - Class in org.jolokia.client.request
A request dealing with a single MBean.
AbtractJ4pMBeanRequest(J4pType, ObjectName, J4pTargetConfig) - Constructor for class org.jolokia.client.request.AbtractJ4pMBeanRequest
 
addPath(List<String>, String) - Method in class org.jolokia.client.request.J4pRequest
 
asJSONObject() - Method in class org.jolokia.client.request.J4pResponse
Get response as JSON Object
authenticate(HttpClientBuilder, String, String) - Method in class org.jolokia.client.BasicAuthenticator
Hook called before the HTTP client has been build in order to prepare for authentication
authenticate(HttpClientBuilder, String, String) - Method in interface org.jolokia.client.J4pAuthenticator
Hook called before the HTTP client has been build in order to prepare for authentication
authenticator(J4pAuthenticator) - Method in class org.jolokia.client.J4pClientBuilder
Set the authenticator for this client
authenticator(J4pAuthenticator) - Static method in class org.jolokia.client.J4pClientBuilderFactory

B

BasicAuthenticator - Class in org.jolokia.client
Authenticator using basic authentication.
BasicAuthenticator() - Constructor for class org.jolokia.client.BasicAuthenticator
 
BasicAuthenticator(boolean) - Constructor for class org.jolokia.client.BasicAuthenticator
Constructor for basic authentication
build() - Method in class org.jolokia.client.J4pClientBuilder
Build the agent with the information given before

C

connectionTimeout(int) - Method in class org.jolokia.client.J4pClientBuilder
Determines the timeout in milliseconds until a connection is established.
connectionTimeout(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory
contentCharset(String) - Method in class org.jolokia.client.J4pClientBuilder
Defines the charset to be used per default for encoding content body.
contentCharset(Charset) - Method in class org.jolokia.client.J4pClientBuilder
Defines the charset to be used per default for encoding content body.
contentCharset(String) - Static method in class org.jolokia.client.J4pClientBuilderFactory
cookieStore(CookieStore) - Method in class org.jolokia.client.J4pClientBuilder
Use the given cookie store.
cookieStore(CookieStore) - Static method in class org.jolokia.client.J4pClientBuilderFactory
createHttpClient() - Method in class org.jolokia.client.J4pClientBuilder
 

D

DEFAULT - Static variable in class org.jolokia.client.request.ValidatingResponseExtractor
Extractor which only considers status code 200 as valid
defaultMaxConnectionsPerRoute(int) - Method in class org.jolokia.client.J4pClientBuilder
Sets the maximum number of connections per route allowed when using J4pClientBuilder.pooledConnections()
defaultMaxConnectionsPerRoute(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory

E

escape(String) - Static method in class org.jolokia.client.request.J4pRequest
Escape a input (like the part of an path) so that it can be safely used e.g.
execute(REQ) - Method in class org.jolokia.client.J4pClient
Execute a single J4pRequest returning a single response.
execute(REQ, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.J4pClient
Execute a single J4pRequest returning a single response.
execute(REQ, String) - Method in class org.jolokia.client.J4pClient
Execute a single J4pRequest which returns a single response.
execute(REQ, String, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.J4pClient
Execute a single J4pRequest which returns a single response.
execute(REQ, String, Map<J4pQueryParameter, String>, J4pResponseExtractor) - Method in class org.jolokia.client.J4pClient
Execute a single J4pRequest which returns a single response.
execute(List<REQ>) - Method in class org.jolokia.client.J4pClient
Execute multiple requests at once.
execute(List<REQ>, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.J4pClient
Execute multiple requests at once.
execute(List<REQ>, Map<J4pQueryParameter, String>, J4pResponseExtractor) - Method in class org.jolokia.client.J4pClient
Execute multiple requests at once.
execute(T...) - Method in class org.jolokia.client.J4pClient
Execute multiple requests at once.
expectContinue(boolean) - Method in class org.jolokia.client.J4pClientBuilder
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
expectContinue(boolean) - Static method in class org.jolokia.client.J4pClientBuilderFactory
extract(REQ, JSONObject) - Method in interface org.jolokia.client.request.J4pResponseExtractor
Extract a response object for the given request and the returned JSON structure
extract(REQ, JSONObject) - Method in class org.jolokia.client.request.ValidatingResponseExtractor
 
extractJsonResponse(HttpResponse) - Method in class org.jolokia.client.request.J4pRequestHandler
Extract the complete JSON response out of a HTTP response

G

getAgentVersion() - Method in class org.jolokia.client.request.J4pVersionResponse
The version of the Jolokia agent
getArguments() - Method in class org.jolokia.client.request.J4pExecRequest
List of arguments used for executing
getAttribute() - Method in class org.jolokia.client.request.J4pReadRequest
If this request is for a single attribute, this attribute is returned by this getter.
getAttribute() - Method in class org.jolokia.client.request.J4pWriteRequest
The attribute encapsulated within this request
getAttributes() - Method in class org.jolokia.client.request.J4pReadRequest
Get all attributes of this request.
getAttributes(ObjectName) - Method in class org.jolokia.client.request.J4pReadResponse
Get the name of all attributes fetched for a certain MBean name.
getAttributes() - Method in class org.jolokia.client.request.J4pReadResponse
Get all attributes obtained.
getErrorType() - Method in exception org.jolokia.client.exception.J4pRemoteException
Java class of remote exception in string representation
getErrorValue() - Method in exception org.jolokia.client.exception.J4pRemoteException
Get value of the remote error.
getExtraInfo() - Method in class org.jolokia.client.request.J4pVersionResponse
Any extra information specific to a certain application server type or null if no extra information is provided
getHttpClient() - Method in class org.jolokia.client.J4pClient
Expose the embedded HttpClient for tuning connection parameters.
getHttpRequest(J4pRequest, String, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.request.J4pRequestHandler
Get the HttpRequest for executing the given single request
getHttpRequest(List<T>, Map<J4pQueryParameter, String>) - Method in class org.jolokia.client.request.J4pRequestHandler
Get an HTTP Request for requesting multiples requests at once
getJ4pServerUrl() - Method in class org.jolokia.client.request.J4pRequestHandler
Get the J4p Server URL
getMBeanNames() - Method in class org.jolokia.client.request.J4pSearchResponse
Return the list of MBean names as strings
getObjectName() - Method in class org.jolokia.client.request.AbtractJ4pMBeanRequest
Get the object name for the MBean on which this request operates
getObjectNames() - Method in class org.jolokia.client.request.J4pReadResponse
Get all MBean names for which the request fetched values.
getObjectNames() - Method in class org.jolokia.client.request.J4pSearchResponse
Get the found names as a list of ObjectName objects.
getOperation() - Method in class org.jolokia.client.request.J4pExecRequest
Name of the operation to execute
getParam() - Method in enum org.jolokia.client.request.J4pQueryParameter
 
getPassword() - Method in class org.jolokia.client.request.J4pTargetConfig
 
getPath() - Method in class org.jolokia.client.request.J4pReadRequest
Get the path for extracting parts of the return value
getPath() - Method in class org.jolokia.client.request.J4pWriteRequest
Get path to value
getPreferredHttpMethod() - Method in class org.jolokia.client.request.J4pRequest
The preferred HTTP method to use (either 'GET' or 'POST')
getProduct() - Method in class org.jolokia.client.request.J4pVersionResponse
Product detected by the Jolokia agent or null if it could not be detected
getProtocolVersion() - Method in class org.jolokia.client.request.J4pVersionResponse
Jolokia protocol version by the remote Jolokia agent
getRemoteExceptions() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
Get the list of J4pRemoteException.
getRemoteStackTrace() - Method in exception org.jolokia.client.exception.J4pRemoteException
Get the server side stack trace as string.
getRequest() - Method in exception org.jolokia.client.exception.J4pRemoteException
Get the request leading to this exception.
getRequest() - Method in class org.jolokia.client.request.J4pResponse
Get the request associated with this response
getRequestDate() - Method in class org.jolokia.client.request.J4pResponse
Date when the request was processed
getResponse() - Method in exception org.jolokia.client.exception.J4pRemoteException
Get the response string, or null if unavailable
getResponses() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
Get the a list of responses for successful requests.
getResults() - Method in exception org.jolokia.client.exception.J4pBulkRemoteException
Get the result list.
getStatus() - Method in exception org.jolokia.client.exception.J4pRemoteException
Get status of this response (similar in meaning of HTTP status)
getTargetConfig() - Method in class org.jolokia.client.request.J4pRequest
Get a target configuration for use with an agent in JSR-160 proxy mode
getType() - Method in class org.jolokia.client.request.J4pRequest
Get the type of the request
getType() - Method in class org.jolokia.client.request.J4pResponse
Get the request/response type
getUri() - Method in class org.jolokia.client.J4pClient
Get base URL for Jolokia requests
getUrl() - Method in class org.jolokia.client.request.J4pTargetConfig
 
getUser() - Method in class org.jolokia.client.request.J4pTargetConfig
 
getValue(ObjectName, String) - Method in class org.jolokia.client.request.J4pReadResponse
Get the value for a certain MBean and a given attribute.
getValue(String) - Method in class org.jolokia.client.request.J4pReadResponse
Get the value for a single attribute.
getValue() - Method in class org.jolokia.client.request.J4pResponse
Get the value of this response
getValue() - Method in enum org.jolokia.client.request.J4pType
 
getValue() - Method in class org.jolokia.client.request.J4pWriteRequest
The new value to set
getVendor() - Method in class org.jolokia.client.request.J4pVersionResponse
Get the vendor of the remote application server or null if the Jolokia agent could not detect the server

H

hasAllAttributes() - Method in class org.jolokia.client.request.J4pReadRequest
Whether all attributes should be fetched
hasSingleAttribute() - Method in class org.jolokia.client.request.J4pReadRequest
Whether this request represents a request for a single attribute

J

J4pAuthenticator - Interface in org.jolokia.client
Authenticator which is called during construction and which can perform a different login than Basic-Authentication against the plain JolokiaUrl
J4pBulkRemoteException - Exception in org.jolokia.client.exception
Exception thrown when a bulk request fails on the remote side
J4pBulkRemoteException(List) - Constructor for exception org.jolokia.client.exception.J4pBulkRemoteException
Constructor
J4pClient - Class in org.jolokia.client
Client class for accessing the j4p agent
J4pClient(String) - Constructor for class org.jolokia.client.J4pClient
Construct a new client for a given server url
J4pClient(String, HttpClient) - Constructor for class org.jolokia.client.J4pClient
Constructor for a given agent URl and a given HttpClient
J4pClient(String, HttpClient, J4pTargetConfig) - Constructor for class org.jolokia.client.J4pClient
Constructor using a given Agent URL, HttpClient and a proxy target config.
J4pClient(String, HttpClient, J4pTargetConfig, J4pResponseExtractor) - Constructor for class org.jolokia.client.J4pClient
Constructor using a given Agent URL, HttpClient and a proxy target config.
J4pClientBuilder - Class in org.jolokia.client
A builder for a J4pClient.
J4pClientBuilder() - Constructor for class org.jolokia.client.J4pClientBuilder
Package access constructor, use static method on J4pClient for creating the builder.
J4pClientBuilderFactory - Class in org.jolokia.client
Hook class for easily creating J4pClient with the a builder.
J4pClientBuilderFactory() - Constructor for class org.jolokia.client.J4pClientBuilderFactory
 
J4pConnectException - Exception in org.jolokia.client.exception
Exception thrown when the connection to the server fails.
J4pConnectException(String, ConnectException) - Constructor for exception org.jolokia.client.exception.J4pConnectException
Constructor
J4pException - Exception in org.jolokia.client.exception
Base exception potentially raised when communicating with the server
J4pException(String) - Constructor for exception org.jolokia.client.exception.J4pException
Constructor with a simple message
J4pException(String, Throwable) - Constructor for exception org.jolokia.client.exception.J4pException
Exception with a nested exception
J4pExecRequest - Class in org.jolokia.client.request
A execute request for executing a JMX operation
J4pExecRequest(ObjectName, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
New client request for executing a JMX operation
J4pExecRequest(J4pTargetConfig, ObjectName, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
New client request for executing a JMX operation
J4pExecRequest(String, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
New client request for executing a JMX operation
J4pExecRequest(J4pTargetConfig, String, String, Object...) - Constructor for class org.jolokia.client.request.J4pExecRequest
New client request for executing a JMX operation
J4pExecResponse - Class in org.jolokia.client.request
Response for an execute request
J4pListRequest - Class in org.jolokia.client.request
Request for list JMX information
J4pListRequest() - Constructor for class org.jolokia.client.request.J4pListRequest
Default constructor to be used when all meta information should be fetched.
J4pListRequest(J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pListRequest
Default constructor to be used when all meta information should be fetched.
J4pListRequest(String) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor using a path to restrict the information returned by the list command
J4pListRequest(J4pTargetConfig, String) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor using a path to restrict the information returned by the list command
J4pListRequest(List<String>) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor using a list of path elements to restrict the information
J4pListRequest(J4pTargetConfig, List<String>) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor using a list of path elements to restrict the information
J4pListRequest(ObjectName) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor for fetching the meta data of a specific MBean
J4pListRequest(J4pTargetConfig, ObjectName) - Constructor for class org.jolokia.client.request.J4pListRequest
Constructor for fetching the meta data of a specific MBean
J4pListResponse - Class in org.jolokia.client.request
Response for a J4pListRequest
J4pQueryParameter - Enum in org.jolokia.client.request
Query parameters which can be used when requesting the server
J4pReadRequest - Class in org.jolokia.client.request
A read request to get one or more attributes from one or more MBeans within a single request.
J4pReadRequest(ObjectName, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
Create a READ request to request one or more attributes from the remote j4p agent
J4pReadRequest(J4pTargetConfig, ObjectName, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
Create a READ request to request one or more attributes from the remote j4p agent
J4pReadRequest(String, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
Create a READ request to request one or more attributes from the remote j4p agent
J4pReadRequest(J4pTargetConfig, String, String...) - Constructor for class org.jolokia.client.request.J4pReadRequest
Create a READ request to request one or more attributes from the remote j4p agent
J4pReadResponse - Class in org.jolokia.client.request
Response for a J4pType.READ request.
J4pRemoteException - Exception in org.jolokia.client.exception
Exception occurred on the remote side (i.e the server).
J4pRemoteException(J4pRequest, String, String, int, String, JSONObject) - Constructor for exception org.jolokia.client.exception.J4pRemoteException
Constructor for a remote exception
J4pRemoteException(J4pRequest, JSONObject) - Constructor for exception org.jolokia.client.exception.J4pRemoteException
 
J4pRequest - Class in org.jolokia.client.request
Request object abstracting a request to a j4p agent.
J4pRequest(J4pType, J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pRequest
Constructor for subclasses
J4pRequestHandler - Class in org.jolokia.client.request
Class doing the hard work of conversion between HTTP request/responses and J4p request/responses.
J4pRequestHandler(String, J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pRequestHandler
Constructor
J4pResponse<T extends J4pRequest> - Class in org.jolokia.client.request
Representation of a j4p Response as sent by the j4p agent.
J4pResponse(T, JSONObject) - Constructor for class org.jolokia.client.request.J4pResponse
 
J4pResponseExtractor - Interface in org.jolokia.client.request
An extractor can be used to add special behaviour to the extraction process before a J4pResponse is created.
J4pSearchRequest - Class in org.jolokia.client.request
Request for a MBean search
J4pSearchRequest(ObjectName) - Constructor for class org.jolokia.client.request.J4pSearchRequest
Create request with a objectname, which can be a pattern
J4pSearchRequest(J4pTargetConfig, ObjectName) - Constructor for class org.jolokia.client.request.J4pSearchRequest
Create request with a objectname, which can be a pattern
J4pSearchRequest(String) - Constructor for class org.jolokia.client.request.J4pSearchRequest
Create a search request
J4pSearchRequest(J4pTargetConfig, String) - Constructor for class org.jolokia.client.request.J4pSearchRequest
Create a search request
J4pSearchResponse - Class in org.jolokia.client.request
Response for a J4pSearchRequest
J4pTargetConfig - Class in org.jolokia.client.request
Configuration for a JSR-160 proxy request for specifying the target server.
J4pTargetConfig(String, String, String) - Constructor for class org.jolokia.client.request.J4pTargetConfig
Constructor
J4pTimeoutException - Exception in org.jolokia.client.exception
Exception thrown in case of an timeout
J4pTimeoutException(String, ConnectTimeoutException) - Constructor for exception org.jolokia.client.exception.J4pTimeoutException
Exception thrown when a timeout occured
J4pType - Enum in org.jolokia.client.request
 
J4pVersionRequest - Class in org.jolokia.client.request
Request for version and server information
J4pVersionRequest() - Constructor for class org.jolokia.client.request.J4pVersionRequest
Plain Constructor
J4pVersionRequest(J4pTargetConfig) - Constructor for class org.jolokia.client.request.J4pVersionRequest
Constructor with using a proxy configuration
J4pVersionResponse - Class in org.jolokia.client.request
Response for J4pVersion request
J4pWriteRequest - Class in org.jolokia.client.request
Request for setting the value of an attribute, optionally with an inner path.
J4pWriteRequest(ObjectName, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
Constructor for a write request
J4pWriteRequest(J4pTargetConfig, ObjectName, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
Constructor for a write request
J4pWriteRequest(String, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
Constructor for a write request
J4pWriteRequest(J4pTargetConfig, String, String, Object, String...) - Constructor for class org.jolokia.client.request.J4pWriteRequest
Constructor for a write request
J4pWriteResponse - Class in org.jolokia.client.request
Response for a J4pWriteRequest.

M

maxConnectionPoolTimeout(int) - Method in class org.jolokia.client.J4pClientBuilder
Sets the timeout in milliseconds used when retrieving a connection from the connection manager.
maxConnectionPoolTimeout(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory
maxTotalConnections(int) - Method in class org.jolokia.client.J4pClientBuilder
Sets the maximum number of connections allowed when using J4pClientBuilder.pooledConnections().
maxTotalConnections(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory

O

OPTIONAL - Static variable in class org.jolokia.client.request.ValidatingResponseExtractor
Extractor which permits code 200 and 404 (NotFound) as possible values.
org.jolokia.client - package org.jolokia.client
 
org.jolokia.client.exception - package org.jolokia.client.exception
 
org.jolokia.client.request - package org.jolokia.client.request
 

P

password(String) - Method in class org.jolokia.client.J4pClientBuilder
Password for authentication
password(String) - Static method in class org.jolokia.client.J4pClientBuilderFactory
pooledConnections() - Method in class org.jolokia.client.J4pClientBuilder
Use a pooled connection manager for connecting to the agent, which uses a pool of connections (see #maxTotalConnections(int), {@link #maxConnectionPoolTimeout(int) {@link #defaultMaxConnectionsPerRoute}} for tuning the pool
pooledConnections() - Static method in class org.jolokia.client.J4pClientBuilderFactory
preemptive() - Method in class org.jolokia.client.BasicAuthenticator
Alternative way for specifying preemptiveness
proxy(String) - Method in class org.jolokia.client.J4pClientBuilder
Set the proxy for this client
proxy(String, int) - Method in class org.jolokia.client.J4pClientBuilder
Set the proxy for this client
proxy(String, int, String, String) - Method in class org.jolokia.client.J4pClientBuilder
Set the proxy for this client

R

responseExtractor(J4pResponseExtractor) - Method in class org.jolokia.client.J4pClientBuilder
Set the response extractor to use for handling single responses.
responseExtractor(J4pResponseExtractor) - Static method in class org.jolokia.client.J4pClientBuilderFactory
 

S

serializeArgumentToJson(Object) - Method in class org.jolokia.client.request.J4pRequest
Serialize an object to an string or JSON structure for write/exec POST requests.
serializeArgumentToRequestPart(Object) - Method in class org.jolokia.client.request.J4pRequest
Serialize an object to a string which can be uses as URL part in a GET request when object should be transmitted to the agent.
setPath(String) - Method in class org.jolokia.client.request.J4pReadRequest
Set the path for diving into the return value
setPath(String) - Method in class org.jolokia.client.request.J4pWriteRequest
Set the path to retrieve
setPreferredHttpMethod(String) - Method in class org.jolokia.client.request.J4pRequest
Set the preferred HTTP method, either 'GET' or 'POST'.
singleConnection() - Method in class org.jolokia.client.J4pClientBuilder
Use a single threaded client for connecting to the agent.
singleConnection() - Static method in class org.jolokia.client.J4pClientBuilderFactory
socketBufferSize(int) - Method in class org.jolokia.client.J4pClientBuilder
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
socketBufferSize(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory
socketTimeout(int) - Method in class org.jolokia.client.J4pClientBuilder
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
socketTimeout(int) - Static method in class org.jolokia.client.J4pClientBuilderFactory
splitPath(String) - Method in class org.jolokia.client.request.J4pRequest
Split up a path taking into account proper escaping (as descibed in the reference manual).
sslConnectionSocketFactory(ConnectionSocketFactory) - Method in class org.jolokia.client.J4pClientBuilder
Set the SSL connection factory to use when connecting via SSL.

T

target(String) - Method in class org.jolokia.client.J4pClientBuilder
Target service URL when using the agent as a JSR-160 proxy
targetPassword(String) - Method in class org.jolokia.client.J4pClientBuilder
Target password for proxy mode.
targetUser(String) - Method in class org.jolokia.client.J4pClientBuilder
Target user for proxy mode.
tcpNoDelay(boolean) - Method in class org.jolokia.client.J4pClientBuilder
Determines whether Nagle's algorithm is to be used.
tcpNoDelay(boolean) - Static method in class org.jolokia.client.J4pClientBuilderFactory
toJson() - Method in class org.jolokia.client.request.J4pTargetConfig
Get a JSON representation of this target configuration

U

url(String) - Method in class org.jolokia.client.J4pClientBuilder
The Agent URL to connect to
url(String) - Static method in class org.jolokia.client.J4pClientBuilderFactory
useProxyFromEnvironment() - Method in class org.jolokia.client.J4pClientBuilder
Set the proxy for this client based on http_proxy system environment variable
user(String) - Method in class org.jolokia.client.J4pClientBuilder
User to use for authentication
user(String) - Static method in class org.jolokia.client.J4pClientBuilderFactory

V

ValidatingResponseExtractor - Class in org.jolokia.client.request
A response extractor which does validation based on Jolokia status codes.
ValidatingResponseExtractor(int...) - Constructor for class org.jolokia.client.request.ValidatingResponseExtractor
 
valueOf(String) - Static method in enum org.jolokia.client.request.J4pQueryParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jolokia.client.request.J4pType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jolokia.client.request.J4pQueryParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jolokia.client.request.J4pType
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H J M O P R S T U V 
Skip navigation links

Copyright © 2018. All rights reserved.