Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

absoluteURI() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
AbstractHttpClient - Class in org.swisspush.gateleen.core.http
Base class with empty method implementations.
AbstractHttpClient() - Constructor for class org.swisspush.gateleen.core.http.AbstractHttpClient
 
ACCEPTED - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
addProperty(String, String, String) - Method in class org.swisspush.gateleen.core.property.PropertyHandler
Assigns the property name to an id value of a given url.
addRefreshable(Refreshable) - Method in class org.swisspush.gateleen.core.property.PropertyHandler
Adds a new Refreshable.
Address - Class in org.swisspush.gateleen.core.util
Provides the event bus addresses in a cluster-aware way.
APPLICATION_JSON - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 

B

BAD_REQUEST - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
bodyEndHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
bodyEndHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
bodyHandler(Handler<Buffer>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
BufferBridge - Class in org.swisspush.gateleen.core.http
Support class bridging a buffer writer and dataHandler / endHandler pair.
BufferBridge(Vertx) - Constructor for class org.swisspush.gateleen.core.http.BufferBridge
 
bytesWritten() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
bytesWritten() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 

C

close() - Method in class org.swisspush.gateleen.core.event.EventBusWriter
 
close() - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
close() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
close() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
closed() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
closed() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
closeHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
closeHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
CollectionResourceContainer(String, List<String>) - Constructor for class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
 
constructRequestUri(String, MultiMap, List<String>, String, ExpansionDeltaUtil.SlashHandling) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Constructs a Request based on the given path and the given params without the paramsToRemove
containsNoNestedProperties(JsonObject) - Static method in class org.swisspush.gateleen.core.json.JsonUtil
 
CONTENT_TYPE - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
continueHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
CopyResourceHandler - Class in org.swisspush.gateleen.core.resource
Allows to copy one single resource to another destination.
CopyResourceHandler(HttpClient, String) - Constructor for class org.swisspush.gateleen.core.resource.CopyResourceHandler
 
CopyTask - Class in org.swisspush.gateleen.core.resource
Represents a copy task.
CopyTask(String, String, MultiMap, MultiMap) - Constructor for class org.swisspush.gateleen.core.resource.CopyTask
 
CORSHandler - Class in org.swisspush.gateleen.core.cors
Handles Cross-Origin Resource Sharing (CORS) requests.
CORSHandler() - Constructor for class org.swisspush.gateleen.core.cors.CORSHandler
 
createHashCode(String, String) - Static method in class org.swisspush.gateleen.core.util.HashCodeGenerator
Joins the given parameters with a + and calculates the HashCode.
createRequestExceptionHandler(HttpServerRequest, String, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Utility method to create a Exception for a HttpServerRequest
createResponseExceptionHandler(HttpServerRequest, String, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Utility method to create a Exception for a HttpServerRequest
createSHA256HashCode(String) - Static method in class org.swisspush.gateleen.core.util.HashCodeGenerator
Returns the SHA256 hash of the provided String or null if null has been provided.

D

debug(String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(Marker, String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(Marker, String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(Marker, String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(Marker, String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(Marker, String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
debug(HttpServerRequest, StatusCode, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil
Logs a debug message with the provided status code and request information
delete(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
delete(String, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.EventBusResourceStorage
 
delete(String, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
delete(String, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
 
delete(String, Handler<Integer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
 
deleteAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
deleteAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
doEnd() - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
doRequest(HttpMethod, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
doRequest(HttpMethod, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClient
 
doWrite(Buffer) - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
drainHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
drainHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
drainHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
DummyHttpServerRequest - Class in org.swisspush.gateleen.core.http
Dummy class implementing HttpServerRequest.
DummyHttpServerRequest() - Constructor for class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
DummyHttpServerResponse - Class in org.swisspush.gateleen.core.http
Dummy class implementing HttpServerResponse.
DummyHttpServerResponse() - Constructor for class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 

E

end(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
end(String, String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
end(Buffer) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
end() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
end(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
end(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
end(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
end() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
end(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
end(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
end(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
end() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
ended() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
ended() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
endHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
endHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
error(String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(Marker, String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(Marker, String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(Marker, String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(Marker, String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
error(Marker, String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
EventBusHandler - Class in org.swisspush.gateleen.core.event
Delivers a request on the event bus.
EventBusHandler(Vertx, String, String, String, String) - Constructor for class org.swisspush.gateleen.core.event.EventBusHandler
Constructs and configures the handler.
EventBusResourceStorage - Class in org.swisspush.gateleen.core.storage
Created by bovetl on 26.01.2015.
EventBusResourceStorage(EventBus, String) - Constructor for class org.swisspush.gateleen.core.storage.EventBusResourceStorage
 
EventBusWriter - Class in org.swisspush.gateleen.core.event
A writer that publishes to the event bus.
EventBusWriter(EventBus, String) - Constructor for class org.swisspush.gateleen.core.event.EventBusWriter
 
exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
ExpansionDeltaUtil - Class in org.swisspush.gateleen.core.util
Utility class providing methods used in ExpansionHandler and DeltaHandler.
ExpansionDeltaUtil.CollectionResourceContainer - Class in org.swisspush.gateleen.core.util
Simple container holding a collectionName and a list of resourceNames
ExpansionDeltaUtil.SlashHandling - Enum in org.swisspush.gateleen.core.util
 
extractCollectionFromPath(String) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Extracts the collection name from the given path.
extractCollectionResourceNames(JsonArray) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Extracts the collection resource names from the given JsonArray
extractRoles(HttpServerRequest) - Method in class org.swisspush.gateleen.core.util.RoleExtractor
Extract the roles from the request.

F

flush() - Method in class org.swisspush.gateleen.core.event.EventBusWriter
 
formAttributes() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
fromCode(int) - Static method in enum org.swisspush.gateleen.core.util.StatusCode
Returns the enum StatusCode which matches the specified http status code.
fromJson(JsonArray) - Static method in class org.swisspush.gateleen.core.json.JsonMultiMap
 

G

GATEWAY_TIMEOUT - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
get(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
get(String, Handler<Buffer>) - Method in class org.swisspush.gateleen.core.storage.EventBusResourceStorage
 
get(String, Handler<Buffer>) - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
get(String, Handler<Buffer>) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
 
get(String, Handler<Buffer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
 
getAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
getAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
getCollectionName() - Method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
 
getDestinationUri() - Method in class org.swisspush.gateleen.core.resource.CopyTask
 
getFormAttribute(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
getHeader(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
getHeader(CharSequence) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
getHeaders() - Method in class org.swisspush.gateleen.core.http.HttpRequest
 
getHeaders() - Method in class org.swisspush.gateleen.core.resource.CopyTask
 
getHost() - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
getLogger(Class<?>, HttpServerRequest) - Static method in class org.swisspush.gateleen.core.http.RequestLoggerFactory
 
getLogger(Class<?>, MultiMap) - Static method in class org.swisspush.gateleen.core.http.RequestLoggerFactory
 
getMethod() - Method in class org.swisspush.gateleen.core.http.HttpRequest
 
getMockData() - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
Synchronous access to the mocked data
getName() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
getNow(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
getNow(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
getNow(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
getParam(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
getPayload() - Method in class org.swisspush.gateleen.core.http.HttpRequest
 
getPort() - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
getResourceNames() - Method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
 
getResultBuffer() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
getSourceUri() - Method in class org.swisspush.gateleen.core.resource.CopyTask
 
getStaticHeaders() - Method in class org.swisspush.gateleen.core.resource.CopyTask
 
getStatusCode() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
getStatusCode() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
getStatusCode() - Method in exception org.swisspush.gateleen.core.util.ResourceCollectionException
 
getStatusCode() - Method in enum org.swisspush.gateleen.core.util.StatusCode
 
getStatusMessage() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
getStatusMessage() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
getStatusMessage() - Method in enum org.swisspush.gateleen.core.util.StatusCode
 
getStringOrDefault(String, String) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Returns a trimmed String containing the provided value or the provided default String.
getStringOrEmpty(String) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Returns a trimmed String containing the provided value or an empty ("") String.
getUri() - Method in class org.swisspush.gateleen.core.http.HttpRequest
 

H

handle(HttpServerRequest) - Method in class org.swisspush.gateleen.core.cors.CORSHandler
 
handle(HttpServerRequest) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
 
handle(HttpServerRequest) - Method in class org.swisspush.gateleen.core.property.PropertyHandler
Checks if the request must be handeld by the PropertyHandler.
handle(HttpServerRequest) - Method in class org.swisspush.gateleen.core.resource.CopyResourceHandler
Handles the copy task.
handler(Handler<Buffer>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
handler(Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
HashCodeGenerator - Class in org.swisspush.gateleen.core.util
Generator for HashCode values.
head(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
head(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
head(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
head(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
head(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
head(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
headAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
headAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
HEADERS - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
headers() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
headers() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
headers() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
headers() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
headersEndHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
headersEndHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
headNow(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
headNow(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
headNow(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
headWritten() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
headWritten() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
HttpRequest - Class in org.swisspush.gateleen.core.http
Represents a "disconnected" request, i.e.
HttpRequest(HttpMethod, String, MultiMap, byte[]) - Constructor for class org.swisspush.gateleen.core.http.HttpRequest
 
HttpRequest(JsonObject) - Constructor for class org.swisspush.gateleen.core.http.HttpRequest
 
HttpResourceStorage - Class in org.swisspush.gateleen.core.storage
Gives programmatic access to the resource storage.
HttpResourceStorage(Vertx) - Constructor for class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
HttpResourceStorage(Vertx, String, int) - Constructor for class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
HttpServerRequestUtil - Class in org.swisspush.gateleen.core.util
Class HttpServerRequestUtil.

I

info(String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(Marker, String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(Marker, String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(Marker, String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(Marker, String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
info(Marker, String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
install(Router) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
Configures and binds the SockJS bridge to an HttpServer.
isChunked() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
isChunked() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
isChunked() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
isDebugEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isDebugEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isEmpty(CharSequence) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Checks if a CharSequence is empty ("") or null.
isEnded() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
isErrorEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isErrorEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isExpectMultipart() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
isInfoEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isInfoEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isMetricsEnabled() - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
isNotEmpty(CharSequence) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Checks if a CharSequence is not empty ("") and not null.
isNotEmptyTrimmed(String) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Checks if a trimmed String is not empty ("") and not null.
isOptionsRequest(HttpServerRequest) - Method in class org.swisspush.gateleen.core.cors.CORSHandler
 
isRemoteAddressLoopbackAddress(HttpServerRequest) - Static method in class org.swisspush.gateleen.core.util.HttpServerRequestUtil
 
isRequestToExternalTarget(String) - Static method in class org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil
Check whether the request targets an external resource or not
isSSL() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
isTraceEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isTraceEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isValidJson(Buffer) - Static method in class org.swisspush.gateleen.core.json.JsonUtil
 
isWarnEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
isWarnEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 

J

JsonMultiMap - Class in org.swisspush.gateleen.core.json
 
JsonUtil - Class in org.swisspush.gateleen.core.json
Contains functions for json handling.

L

loadResource(String, boolean) - Static method in class org.swisspush.gateleen.core.util.ResourcesUtils
Loads the resource with the provided name from the classpath.
localAddress() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
LocalHttpClient - Class in org.swisspush.gateleen.core.http
Created by bovetl on 22.01.2015.
LocalHttpClient(Vertx) - Constructor for class org.swisspush.gateleen.core.http.LocalHttpClient
 
LocalHttpClientRequest - Class in org.swisspush.gateleen.core.http
Bridges a HttpClientRequest to a HttpServerRequest sent to a request handler.
LocalHttpClientRequest(HttpMethod, String, Vertx, Handler<RoutingContext>, HttpServerResponse) - Constructor for class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
LocalHttpServerResponse - Class in org.swisspush.gateleen.core.http
Bridges the reponses of a LocalHttpClientRequest.
LocalHttpServerResponse(Vertx, Handler<HttpClientResponse>) - Constructor for class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 

M

mapToDelimetedString(MultiMap, String) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Converts the given map to a delimited string based on the given delimiter.
METHOD - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
method() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
method() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
MockResourceStorage - Class in org.swisspush.gateleen.core.storage
Mock for the ResourceStorage based on a HashMap
MockResourceStorage() - Constructor for class org.swisspush.gateleen.core.storage.MockResourceStorage
 
MockResourceStorage(Map<String, String>) - Constructor for class org.swisspush.gateleen.core.storage.MockResourceStorage
 
monitoringAddress() - Static method in class org.swisspush.gateleen.core.util.Address
 

N

netSocket() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 

O

options(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
options(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
options(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
options(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
options(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
options(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
optionsAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
optionsAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
optionsNow(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
optionsNow(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
optionsNow(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
org.swisspush.gateleen.core.cors - package org.swisspush.gateleen.core.cors
 
org.swisspush.gateleen.core.event - package org.swisspush.gateleen.core.event
 
org.swisspush.gateleen.core.http - package org.swisspush.gateleen.core.http
 
org.swisspush.gateleen.core.json - package org.swisspush.gateleen.core.json
 
org.swisspush.gateleen.core.property - package org.swisspush.gateleen.core.property
 
org.swisspush.gateleen.core.refresh - package org.swisspush.gateleen.core.refresh
 
org.swisspush.gateleen.core.resource - package org.swisspush.gateleen.core.resource
 
org.swisspush.gateleen.core.storage - package org.swisspush.gateleen.core.storage
 
org.swisspush.gateleen.core.util - package org.swisspush.gateleen.core.util
 

P

params() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
path() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
pause() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
pause() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
PAYLOAD - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
peerCertificateChain() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
performGETRequest(HttpServerRequest, CopyTask) - Method in class org.swisspush.gateleen.core.resource.CopyResourceHandler
Performs the initial GET request to the source.
performPUTRequest(HttpServerRequest, HttpClientResponse, CopyTask) - Method in class org.swisspush.gateleen.core.resource.CopyResourceHandler
Performs the PUT request to the target.
post(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
post(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
post(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
post(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
post(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
post(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
postAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
postAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
PropertyHandler - Class in org.swisspush.gateleen.core.property
Allows you to register properties, which can be updated in realtime by a PUT request to the communication server.
PropertyHandler(String, Map<String, Object>) - Constructor for class org.swisspush.gateleen.core.property.PropertyHandler
Creates a new instance of the PropertyHandler with the given property store as a parameter.
pump() - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
put(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
put(String, MultiMap, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.EventBusResourceStorage
 
put(String, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.EventBusResourceStorage
 
put(String, MultiMap, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
put(String, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
 
put(String, MultiMap, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
 
put(String, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
 
put(String, MultiMap, Buffer, Handler<Integer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
 
put(String, Buffer, Handler<Integer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
 
putAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
putAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putHeader(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putHeader(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putHeader(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
putHeader(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
putHeader(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
putHeader(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putHeader(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putHeader(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putHeader(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putMockData(String, String) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
 
putTrailer(String, String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putTrailer(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putTrailer(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
putTrailer(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putTrailer(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putTrailer(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 

Q

query() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
queueProcessorAddress() - Static method in class org.swisspush.gateleen.core.util.Address
 

R

redisquesAddress() - Static method in class org.swisspush.gateleen.core.util.Address
 
RedisUtils - Class in org.swisspush.gateleen.core.util
Useful utilities for Redis
refresh() - Method in interface org.swisspush.gateleen.core.refresh.Refreshable
Performs a refresh.
Refreshable - Interface in org.swisspush.gateleen.core.refresh
Interface for classes which allows to be refreshed (eg.
remoteAddress() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
removeFromEndOfString(String, String) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Remove the stringToRemove from source when existing
replaceWildcardConfigs(String, Map<String, Object>) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Returns a String with replaced wildcard values from the provided properties.
REPLY_MESSAGE - Static variable in class org.swisspush.gateleen.core.util.RedisUtils
 
REPLY_STATUS - Static variable in class org.swisspush.gateleen.core.util.RedisUtils
 
REPLY_VALUE - Static variable in class org.swisspush.gateleen.core.util.RedisUtils
 
request(HttpMethod, int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
request(HttpMethod, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
request(HttpMethod, int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
request(HttpMethod, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
request(HttpMethod, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
request(HttpMethod, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
requestAbs(HttpMethod, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
requestAbs(HttpMethod, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
RequestLoggerFactory - Class in org.swisspush.gateleen.core.http
Provides logger with request uniqueid.
RequestLoggerWrapper - Class in org.swisspush.gateleen.core.http
 
RequestLoggerWrapper(Logger, String) - Constructor for class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
ResourceCollectionException - Exception in org.swisspush.gateleen.core.util
 
ResourceCollectionException(String) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
 
ResourceCollectionException(StatusCode) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
 
ResourceCollectionException(String, StatusCode) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
 
ResourceStorage - Interface in org.swisspush.gateleen.core.storage
 
ResourcesUtils - Class in org.swisspush.gateleen.core.util
Utility class providing handy methods to deal with Resources.
response() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
ResponseStatusCodeLogUtil - Class in org.swisspush.gateleen.core.util
Utility class to log response status codes
resume() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
resume() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
RoleExtractor - Class in org.swisspush.gateleen.core.util
Contains functions for request handling.
RoleExtractor(String) - Constructor for class org.swisspush.gateleen.core.util.RoleExtractor
 
RULE_UPDATE_ADDRESS - Static variable in class org.swisspush.gateleen.core.util.Address
 

S

sendFile(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
sendFile(String, long, long) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
sendFile(String, Handler<AsyncResult<Void>>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
sendFile(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
sendFile(String, long, long) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
sendFile(String, Handler<AsyncResult<Void>>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
sendHead() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setChunked(boolean) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
setChunked(boolean) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setChunked(boolean) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
setDataHandler(Handler<Buffer>) - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
setEndHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
setEventbusBridgePingInterval(Long) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
Sets the ping_interval passed to the eventbus bridge.
setExceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.BufferBridge
 
setExpectMultipart(boolean) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
setHeaders(MultiMap) - Method in class org.swisspush.gateleen.core.http.HttpRequest
 
setMethod(HttpMethod) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setRoutingContexttHandler(Handler<RoutingContext>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClient
 
setStatusCode(int) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
setStatusCode(int) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
setStatusMessage(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
setStatusMessage(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
setTimeout(long) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setUri(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
STATUS_OK - Static variable in class org.swisspush.gateleen.core.util.RedisUtils
 
StatusCode - Enum in org.swisspush.gateleen.core.util
Enum for HTTP status codes
storageAddress() - Static method in class org.swisspush.gateleen.core.util.Address
 
StringUtils - Class in org.swisspush.gateleen.core.util
Utility class providing handy methods to deal with Strings.
SYNC - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 

T

TEXT - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
TIMEOUT - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
toJson(MultiMap) - Static method in class org.swisspush.gateleen.core.json.JsonMultiMap
 
toJsonObject() - Method in class org.swisspush.gateleen.core.http.HttpRequest
 
toString() - Method in enum org.swisspush.gateleen.core.util.StatusCode
 
trace(String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(Marker, String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(Marker, String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(Marker, String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(Marker, String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trace(Marker, String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
trailers() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
trailers() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
trim(String) - Static method in class org.swisspush.gateleen.core.util.StringUtils
Removes control characters (char <= 32) from both ends of this String, handling null by returning null.

U

upgrade() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
uploadHandler(Handler<HttpServerFileUpload>) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
URI - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
 
uri() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 
uri() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 

V

validTask(HttpServerRequest, CopyTask) - Method in class org.swisspush.gateleen.core.resource.CopyResourceHandler
Checks if the copy task is valid (simple resource, not a collection).
valueOf(String) - Static method in enum org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.swisspush.gateleen.core.util.StatusCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.swisspush.gateleen.core.util.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
verifyCollectionResponse(HttpServerRequest, Buffer, Set<String>) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Verifies the result of the collection request.
verifyCollectionResponse(String, Buffer, Set<String>) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
Verifies the result of the collection request.
version() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
 

W

warn(String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(Marker, String) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(Marker, String, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(Marker, String, Object, Object) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(Marker, String, Object[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
warn(Marker, String, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
 
websocket(int, String, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(int, String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocket(String, MultiMap, WebsocketVersion, String, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(int, String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(int, String, String, MultiMap) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, String, MultiMap) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(int, String, String, MultiMap, WebsocketVersion) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(int, String, String, MultiMap, WebsocketVersion, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, MultiMap) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, MultiMap, WebsocketVersion) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
websocketStream(String, MultiMap, WebsocketVersion, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
 
write(char[], int, int) - Method in class org.swisspush.gateleen.core.event.EventBusWriter
 
write(Buffer) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
write(String, String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
write(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
write(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
write(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
write(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
write(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
write(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
write(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
writeContinue() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
writeContinue() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
writeQueueFull() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
 
writeQueueFull() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
 
writeQueueFull() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links