Index

A C D G H O P S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

appendBody(String) - Method in class org.metricshub.http.HttpResponse
Append content to the body of the HTTP response
appendHeader(String, String) - Method in class org.metricshub.http.HttpResponse
Add one header value

C

createSocket(String, int) - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 
createSocket(InetAddress, int) - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 

D

DEFAULT_USER_AGENT - Static variable in class org.metricshub.http.HttpClient
The default User-Agent to use if the userAgent value is not provided to the HttpClient.

G

getBody() - Method in class org.metricshub.http.HttpResponse
 
getDefaultCipherSuites() - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 
getHeader() - Method in class org.metricshub.http.HttpResponse
Get the HTTP header as a single string like below:
getStatusCode() - Method in class org.metricshub.http.HttpResponse
 
getSupportedCipherSuites() - Method in class org.metricshub.http.ProtocolOverridingSSLSocketFactory
 

H

HttpClient - Class in org.metricshub.http
Simple HTTP Client implementation for Java's HttpURLConnection.
It has no external dependencies and facilitates the execution of HTTP requests.
HttpClient() - Constructor for class org.metricshub.http.HttpClient
 
HttpResponse - Class in org.metricshub.http
Represents an HTTP Response in a simplified way Status code (200, 400, etc.) Header (Content-type: application/json, etc.) Body
HttpResponse() - Constructor for class org.metricshub.http.HttpResponse
Create a new HTTP Response

O

org.metricshub.http - package org.metricshub.http
 

P

ProtocolOverridingSSLSocketFactory - Class in org.metricshub.http
A SSLSocketFactory which uses an existing SSLSocketFactory to delegate its operations to and overrides the enabled protocols to the protocols that were passed to its constructor
ProtocolOverridingSSLSocketFactory(SSLSocketFactory, String[]) - Constructor for class org.metricshub.http.ProtocolOverridingSSLSocketFactory
Constructs a ProtocolOverridingSSLSocketFactory with the given delegate SSLSocketFactory and array of enabled protocols.

S

sendRequest(String, String, String[], String, char[], String, int, String, char[], String, Map<String, String>, String, int, String) - Static method in class org.metricshub.http.HttpClient
 
setStatusCode(int) - Method in class org.metricshub.http.HttpResponse
Sets the HTTP status code

T

toString() - Method in class org.metricshub.http.HttpResponse
 
A C D G H O P S T 
All Classes and Interfaces|All Packages|Constant Field Values