A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absoluteURI() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- absoluteURI() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- absoluteURI() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- 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 - org.swisspush.gateleen.core.util.StatusCode
- ACCEPTED - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- acquireLock(String, String, long) - Method in class org.swisspush.gateleen.core.lock.impl.RedisBasedLock
- acquireLock(String, String, long) - Method in interface org.swisspush.gateleen.core.lock.Lock
-
Try to acquire a lock.
- acquireLock(Lock, String, String, long, Logger) - Static method in class org.swisspush.gateleen.core.util.LockUtil
-
Acquire a lock.
- add(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- add(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- add(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- add(String, String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- addAll(MultiMap) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- addAll(Map<String, String>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- 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
- apply(HttpClientOptions) - Method in interface org.swisspush.gateleen.core.http.HttpClientFactory
- apply(MultiMap) - Method in interface org.swisspush.gateleen.core.http.HeaderFunction
B
- BAD_GATEWAY - org.swisspush.gateleen.core.util.StatusCode
- BAD_REQUEST - org.swisspush.gateleen.core.util.StatusCode
- BAD_REQUEST - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- BODY - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- bodyEndHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- bodyHandler(Handler<Buffer>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- 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
- buildSpec(String) - Static method in class org.swisspush.gateleen.core.json.transform.JoltSpecBuilder
-
See
JoltSpecBuilder.buildSpec(String, boolean)withfalsefor param withMetadata - buildSpec(String, boolean) - Static method in class org.swisspush.gateleen.core.json.transform.JoltSpecBuilder
-
Builds a
JoltSpecobject based on the provided string representation of the json spec. - bytesRead() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- bytesWritten() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
C
- cleanUri(String) - Static method in class org.swisspush.gateleen.core.http.UriBuilder
-
Clean the given URI from any multi slash delimiters in between uri segments
- clear() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- ClientRequestCreator - Class in org.swisspush.gateleen.core.http
-
Wrapper for the
HttpClientto create client requests. - ClientRequestCreator(HttpClient) - Constructor for class org.swisspush.gateleen.core.http.ClientRequestCreator
- close() - Method in class org.swisspush.gateleen.core.event.EventBusWriter
- close() - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- close() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- close() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- close() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- closed() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- closed() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- closeHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- closeHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- closeHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- CollectionContentComparator - Class in org.swisspush.gateleen.core.util
-
This comparator allows you to sort a list to be compliant with the natural ordering of content returned by the storage.
- CollectionContentComparator() - Constructor for class org.swisspush.gateleen.core.util.CollectionContentComparator
- CollectionResourceContainer(String, List<String>) - Constructor for class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
- compare(String, String) - Method in class org.swisspush.gateleen.core.util.CollectionContentComparator
- concatUriSegments(String...) - Static method in class org.swisspush.gateleen.core.http.UriBuilder
-
Concatenates multple URI segments in a save way and makes sure that only one slash is in between each
- CONFIG_RESOURCE_CHANGED_ADDRESS - Static variable in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- configResourceUri() - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceConsumer
- ConfigurationResourceConsumer - Class in org.swisspush.gateleen.core.configuration
-
Abstract base class for configuration resource consumers which handles initialization and registration.
- ConfigurationResourceConsumer(ConfigurationResourceManager, String, String) - Constructor for class org.swisspush.gateleen.core.configuration.ConfigurationResourceConsumer
- configurationResourceManager() - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceConsumer
- ConfigurationResourceManager - Class in org.swisspush.gateleen.core.configuration
-
Manage the modifications of configuration resources and notify observers
- ConfigurationResourceManager(Vertx, ResourceStorage) - Constructor for class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- ConfigurationResourceObserver - Interface in org.swisspush.gateleen.core.configuration
-
Interface for classes interested in configuration resources
- CONFLICT - org.swisspush.gateleen.core.util.StatusCode
- connection() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- connection() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- connection() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- CONNECTION - org.swisspush.gateleen.core.util.HttpRequestHeader
- connectionHandler(Handler<HttpConnection>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- connectionHandler(Handler<HttpConnection>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- connectionHandler(Handler<HttpConnection>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- 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
- contains(CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- contains(String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- containsHeader(MultiMap, HttpRequestHeader) - Static method in enum org.swisspush.gateleen.core.util.HttpRequestHeader
- containsNoNestedProperties(JsonObject) - Static method in class org.swisspush.gateleen.core.json.JsonUtil
- CONTENT_LENGTH - org.swisspush.gateleen.core.util.HttpRequestHeader
- CONTENT_TOO_LARGE - org.swisspush.gateleen.core.util.StatusCode
- CONTENT_TYPE - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- CONTINUE - org.swisspush.gateleen.core.util.StatusCode
- continueHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- cookies() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- 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) - 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
- COULD_NOT_VALIDATE - org.swisspush.gateleen.core.validation.ValidationStatus
- createClientRequest(HttpMethod, String, MultiMap, long, Handler<HttpClientResponse>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.ClientRequestCreator
- CREATED - org.swisspush.gateleen.core.util.StatusCode
- createHashCode(String) - Static method in class org.swisspush.gateleen.core.util.HashCodeGenerator
-
Calculates the HashCode of the provided input string.
- createHashCode(String, String) - Static method in class org.swisspush.gateleen.core.util.HashCodeGenerator
-
Joins the given parameters with a + and calculates the HashCode.
- createHttpClient(HttpClientOptions) - Method in interface org.swisspush.gateleen.core.http.HttpClientFactory
- 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
Exceptionfor aHttpServerRequest - createSHA256HashCode(String) - Static method in class org.swisspush.gateleen.core.util.HashCodeGenerator
-
Returns the SHA256 hash of the provided String or
nullifnullhas been provided. - customFrameHandler(Handler<HttpFrame>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- customFrameHandler(Handler<HttpFrame>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- customMonitoringAddress(String) - Static method in class org.swisspush.gateleen.core.util.Address
- customQueueProcessorAddress(String) - Static method in class org.swisspush.gateleen.core.util.Address
- customRedisquesAddress(String) - Static method in class org.swisspush.gateleen.core.util.Address
D
- debug(HttpServerRequest, int, String, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil
-
Logs a debug message with the provided status code and status message and request information
- 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
- 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[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- debug(String, Object, 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[]) - 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, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- delete(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- delete(RequestOptions, 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
- delete(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- delete(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- deleteAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- deleteAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- DO_NOTHING - Static variable in class org.swisspush.gateleen.core.http.HeaderFunctions
- 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 interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- drainHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- drainHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- 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
- EARLY_HINTS - org.swisspush.gateleen.core.util.StatusCode
- enableResourceLogging(boolean) - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- enableResourceLogging(boolean) - Method in interface org.swisspush.gateleen.core.logging.LoggableResource
-
Enable or disable the resource logging.
- end() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- end() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- end() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- end() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- end() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- end(Buffer) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- end(Buffer) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- end(Buffer) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- end(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- end(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- end(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- end(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- end(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- end(String) - 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 interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- end(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- end(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- end(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- END_WITH_SLASH - org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
- END_WITHOUT_SLASH - org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
- ended() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- ended() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- ended() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- endHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- endHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- endHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- endHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- entries() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- equals(Object) - Method in class org.swisspush.gateleen.core.util.Result
- err() - Method in class org.swisspush.gateleen.core.util.Result
- err(TErr) - Static method in class org.swisspush.gateleen.core.util.Result
- 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[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- error(String, Object, 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[]) - 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, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- ERROR - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- 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
- EventBusHandler(Vertx, String, String, String, String, ConfigurationResourceManager, 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, MultiMap, EventBusWriter.TransmissionMode) - Constructor for class org.swisspush.gateleen.core.event.EventBusWriter
- EventBusWriter.TransmissionMode - Enum in org.swisspush.gateleen.core.event
- exceptionHandler(Handler<Throwable>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- exceptionHandler(Handler<Throwable>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- exceptionHandler(Handler<Throwable>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- exceptionHandler(Handler<Throwable>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- exceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- exec(int) - Method in class org.swisspush.gateleen.core.lock.lua.ReleaseLockRedisCommand
- exec(int) - Method in interface org.swisspush.gateleen.core.lua.RedisCommand
- exec(int) - Method in class org.swisspush.gateleen.core.lua.RedisCommandDoNothing
- 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
- EXPECTATION_FAILED - org.swisspush.gateleen.core.util.StatusCode
- 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.
- extractRoles(MultiMap) - Method in class org.swisspush.gateleen.core.util.RoleExtractor
-
Extract the roles from the given http header
F
- failDeleteWith(Integer) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
- FAILED_DEPENDENCY - org.swisspush.gateleen.core.util.StatusCode
- failPutWith(Integer) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
- FastFaiHttpClientResponse - Interface in org.swisspush.gateleen.core.http
- FastFailHttpClientRequest - Interface in org.swisspush.gateleen.core.http
- FastFailHttpServerRequest - Interface in org.swisspush.gateleen.core.http
-
A
HttpServerRequestthrowing an exception no matter which method got called. - FastFailHttpServerResponse - Interface in org.swisspush.gateleen.core.http
-
A
HttpServerRequestthrowing an exception no matter which method got called. - FastFailMultiMap - Class in org.swisspush.gateleen.core.util
-
A simple multimap throwing
UnsupportedOperationExceptionno mather which method got called. - FastFailMultiMap() - Constructor for class org.swisspush.gateleen.core.util.FastFailMultiMap
- fetch(long) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- fetch(long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- fetch(long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- flush() - Method in class org.swisspush.gateleen.core.event.EventBusWriter
- FORBIDDEN - org.swisspush.gateleen.core.util.StatusCode
- formAttributes() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- FOUND - org.swisspush.gateleen.core.util.StatusCode
- 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
- fromString(String) - Static method in enum org.swisspush.gateleen.core.event.EventBusWriter.TransmissionMode
G
- GATEWAY_TIMEOUT - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- get() - Static method in class org.swisspush.gateleen.core.util.Unit
- get(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- get(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- get(CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- get(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- get(String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- 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
- get(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- get(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- get(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- getAbs(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- getAbs(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- getAll(CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- getAll(String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- getCollectionName() - Method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
- getDestinationUri() - Method in class org.swisspush.gateleen.core.resource.CopyTask
- getErrorMessage() - Method in class org.swisspush.gateleen.core.http.HeaderFunctions.EvalScope
- getFilename() - Method in enum org.swisspush.gateleen.core.lock.lua.LockLuaScripts
- getFilename() - Method in interface org.swisspush.gateleen.core.lua.LuaScript
- getFormAttribute(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- getHeader(CharSequence) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- getHeader(CharSequence) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- getHeader(String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
- getHeader(String) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- getHeader(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- getHeaders() - Method in class org.swisspush.gateleen.core.http.HttpRequest
- getHeaders() - Method in class org.swisspush.gateleen.core.resource.CopyTask
- getHeaderValue(T, String) - Static method in class org.swisspush.gateleen.core.util.HttpHeaderUtil
-
Helper method to find the first occurrence of a http header within the given List of headers.
- getHost() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- getHost() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- getHost() - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
- getInteger(MultiMap, HttpRequestHeader) - Static method in enum org.swisspush.gateleen.core.util.HttpRequestHeader
-
Get the value of the provided
HttpRequestHeaderas Integer. - getInteger(MultiMap, HttpRequestHeader, Integer) - Static method in enum org.swisspush.gateleen.core.util.HttpRequestHeader
-
Get the value of the provided
HttpRequestHeaderor a default value as Integer. - 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
- getLogoutput() - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- getMessage() - Method in class org.swisspush.gateleen.core.validation.ValidationResult
- 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
- getName() - Method in enum org.swisspush.gateleen.core.util.HttpRequestHeader
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- getNow(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- getNow(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
- getObservers() - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- getParam(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- getPayload() - Method in class org.swisspush.gateleen.core.http.HttpRequest
- getPort() - Method in class org.swisspush.gateleen.core.storage.HttpResourceStorage
- getRawMethod() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- getRawMethod() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- getRegisteredResource(String) - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
-
Call this method to get the validated registered resource immediately.
- getResourceNames() - Method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil.CollectionResourceContainer
- getResultBuffer() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- getScript() - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- getSha() - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- getSockJSHandlerOptions() - Method in class org.swisspush.gateleen.core.event.EventBusHandler
- getSourceUri() - Method in class org.swisspush.gateleen.core.resource.CopyTask
- getStatusCode() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- getStatusCode() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- 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 interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- getStatusMessage() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- getStatusMessage() - Method in enum org.swisspush.gateleen.core.util.StatusCode
- getStreamPriority() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- getString(MultiMap, HttpRequestHeader) - Static method in enum org.swisspush.gateleen.core.util.HttpRequestHeader
-
Get the value of the provided
HttpRequestHeaderas String. - 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.
- getTrailer(String) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- getTranslateFreeHeaders(MultiMap) - Static method in class org.swisspush.gateleen.core.util.StatusCodeTranslator
-
Creates a new MultiMap based on the given headers but without any 'x-translate-status-xxx' entries.
- getUri() - Method in class org.swisspush.gateleen.core.http.HttpRequest
- getValidationDetails() - Method in class org.swisspush.gateleen.core.validation.ValidationResult
- getValidationStatus() - Method in class org.swisspush.gateleen.core.validation.ValidationResult
- goAway(long, int, Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- goAwayHandler(Handler<GoAway>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- GONE - org.swisspush.gateleen.core.util.StatusCode
- groupHeader - Static variable in class org.swisspush.gateleen.core.util.RoleExtractor
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.
- handle(Result.Handler<TOk, TErr>) - Method in class org.swisspush.gateleen.core.util.Result
- handle(Result.RetHandler<TOk, TErr, R>) - Method in class org.swisspush.gateleen.core.util.Result
- handleConfigurationResource(HttpServerRequest) - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- handler(Handler<Buffer>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- handler(Handler<Buffer>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- handler(Handler<HttpClientResponse>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- hashCode() - Method in class org.swisspush.gateleen.core.util.Result
- HashCodeGenerator - Class in org.swisspush.gateleen.core.util
-
Generator for HashCode values.
- hasMatchingHeader(T, Pattern) - Static method in class org.swisspush.gateleen.core.util.HttpHeaderUtil
-
Helper method to check the presence of a http header matching the provided pattern.
- head(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- head(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- head(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- head(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- head(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- head(String, String, Handler<HttpClientResponse>) - 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
- HeaderFunction - Interface in org.swisspush.gateleen.core.http
- HeaderFunctions - Class in org.swisspush.gateleen.core.http
-
Helper class to create function chains for (Http) header (see
MultiMap) manipulations function chains can be created programmatically or via JSON config. - HeaderFunctions() - Constructor for class org.swisspush.gateleen.core.http.HeaderFunctions
- HeaderFunctions.EvalScope - Class in org.swisspush.gateleen.core.http
- headers - Variable in class org.swisspush.gateleen.core.http.HeaderFunctions.EvalScope
- headers() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- headers() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- headers() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- headers() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- headers() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- headers() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- headers() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- HEADERS - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- headersEndHandler(Handler<Void>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- headNow(int, String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- headNow(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- headNow(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
- headWritten() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- headWritten() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- host() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- HTTP_VERSION_NOT_SUPPORTED - org.swisspush.gateleen.core.util.StatusCode
- HttpClientFactory - Interface in org.swisspush.gateleen.core.http
-
Abstraction to create http clients.
- HttpHeaderUtil - Class in org.swisspush.gateleen.core.util
- HttpHeaderUtil() - Constructor for class org.swisspush.gateleen.core.util.HttpHeaderUtil
- 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
- HttpRequestHeader - Enum in org.swisspush.gateleen.core.util
-
Enum for HTTP request headers used in gateleen
- 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
- I_AM_A_TEAPOT - org.swisspush.gateleen.core.util.StatusCode
- ifOk(Consumer<TOk>) - Method in class org.swisspush.gateleen.core.util.Result
- increaseRequestHops(HttpServerRequest) - Static method in class org.swisspush.gateleen.core.util.HttpServerRequestUtil
-
Increases the value of the
HttpRequestHeader.X_HOPSheader. - indicatedServerName() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- info(HttpServerRequest, int, String, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil
-
Logs an info message with the provided status code and request information
- info(HttpServerRequest, StatusCode, Class<?>) - Static method in class org.swisspush.gateleen.core.util.ResponseStatusCodeLogUtil
-
Logs an info message with the provided status code and request information
- 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[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- info(String, Object, 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[]) - 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, 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.
- instanceAddress() - Static method in class org.swisspush.gateleen.core.util.Address
- INSUFFICIENT_STORAGE - org.swisspush.gateleen.core.util.StatusCode
- INTERNAL_SERVER_ERROR - org.swisspush.gateleen.core.util.StatusCode
- isChunked() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- isChunked() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- 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() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- isEmpty(CharSequence) - Static method in class org.swisspush.gateleen.core.util.StringUtils
-
Checks if a CharSequence is empty ("") or null.
- isEnded() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- isErr() - Method in class org.swisspush.gateleen.core.util.Result
- isErrorEnabled() - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- isErrorEnabled(Marker) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- isExpectMultipart() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- 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.
- isOk() - Method in class org.swisspush.gateleen.core.util.Result
- isOptionsRequest(HttpServerRequest) - Method in class org.swisspush.gateleen.core.cors.CORSHandler
- isRemoteAddressLoopbackAddress(HttpServerRequest) - Static method in class org.swisspush.gateleen.core.util.HttpServerRequestUtil
- isRequestHopsLimitExceeded(HttpServerRequest, Integer) - Static method in class org.swisspush.gateleen.core.util.HttpServerRequestUtil
-
Checks whether the request hops limit is reached based on the
HttpRequestHeader.X_HOPSheader. - 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.LocalHttpConnection
- isSSL() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
- isSSL() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- isSuccess() - Method in class org.swisspush.gateleen.core.validation.ValidationResult
- 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
- isWithMetadata() - Method in class org.swisspush.gateleen.core.json.transform.JoltSpec
- iterator() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
J
- JoltSpec - Class in org.swisspush.gateleen.core.json.transform
-
Container holding the spec configuration to transform json.
- JoltSpecBuilder - Class in org.swisspush.gateleen.core.json.transform
-
Builds a
JoltSpecobject containing a valid Jolt transform specification. - JoltSpecBuilder() - Constructor for class org.swisspush.gateleen.core.json.transform.JoltSpecBuilder
- JoltSpecException - Exception in org.swisspush.gateleen.core.json.transform
- JoltSpecException(Throwable) - Constructor for exception org.swisspush.gateleen.core.json.transform.JoltSpecException
- JoltTransformer - Class in org.swisspush.gateleen.core.json.transform
-
Performs JSON-to-JSON transformations using the Jolt library
- JoltTransformer() - Constructor for class org.swisspush.gateleen.core.json.transform.JoltTransformer
- JsonMultiMap - Class in org.swisspush.gateleen.core.json
- jsonObjectToMultiMap(JsonObject) - Static method in class org.swisspush.gateleen.core.util.JsonObjectUtils
-
Convert a
JsonObjectto aMultiMap. - JsonObjectUtils - Class in org.swisspush.gateleen.core.util
-
Utility class providing handy methods to deal with
JsonObjectobjects. - JsonUtil - Class in org.swisspush.gateleen.core.json
-
Contains functions for json handling.
K
- KEEP - org.swisspush.gateleen.core.util.ExpansionDeltaUtil.SlashHandling
L
- LENGTH_REQUIRED - org.swisspush.gateleen.core.util.StatusCode
- loadLuaScript(RedisCommand, int) - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
-
Load the get script into redis and store the sha in the class member sha.
- 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 interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- localAddress() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- 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
- LocalHttpConnection - Class in org.swisspush.gateleen.core.http
-
this is a mock-connection object which silently ignores (nearly) HTTP/1.1 relevant method calls and never throws exceptions we need this to be able to set appropriate exception- and close-handlers in e.g.
- LocalHttpConnection() - Constructor for class org.swisspush.gateleen.core.http.LocalHttpConnection
- 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
- Lock - Interface in org.swisspush.gateleen.core.lock
-
Cluster wide locks allow you to obtain exclusive locks across the cluster.
- LOCK_RELEASE - org.swisspush.gateleen.core.lock.lua.LockLuaScripts
- LOCKED - org.swisspush.gateleen.core.util.StatusCode
- LockLuaScripts - Enum in org.swisspush.gateleen.core.lock.lua
- LockUtil - Class in org.swisspush.gateleen.core.util
-
Class HttpServerRequestUtil.
- LoggableResource - Interface in org.swisspush.gateleen.core.logging
-
Interface for configuration resource manager classes to enable or disable the logging of resource changes.
- logRequest(EventBus, HttpServerRequest, int, Buffer) - Static method in class org.swisspush.gateleen.core.logging.RequestLogger
- logRequest(EventBus, HttpServerRequest, int, Buffer, MultiMap) - Static method in class org.swisspush.gateleen.core.logging.RequestLogger
- LOOP_DETECTED - org.swisspush.gateleen.core.util.StatusCode
- LuaScript - Interface in org.swisspush.gateleen.core.lua
- LuaScriptState - Class in org.swisspush.gateleen.core.lua
-
Created by webermarca on 01.07.2016.
- LuaScriptState(LuaScript, RedisClient, boolean) - Constructor for class org.swisspush.gateleen.core.lua.LuaScriptState
M
- mapOk(Function<TOk, T>) - Method in class org.swisspush.gateleen.core.util.Result
-
If this is in error state, just returns a result with the same error.
- 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.
- MESSAGE - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- method() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- method() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- method() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- METHOD - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- METHOD_NOT_ALLOWED - org.swisspush.gateleen.core.util.StatusCode
- MISDIRECTED_REQUEST - org.swisspush.gateleen.core.util.StatusCode
- 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
- MOVED_PERMANENTLY - org.swisspush.gateleen.core.util.StatusCode
- msg - Static variable in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- msg - Static variable in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- msg - Static variable in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- msg - Static variable in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- multiMapToJsonObject(MultiMap) - Static method in class org.swisspush.gateleen.core.util.JsonObjectUtils
-
Convert a
MultiMapto aJsonObject. - MULTIPLE_CHOICES - org.swisspush.gateleen.core.util.StatusCode
N
- names() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- netSocket() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- netSocket() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- Network_Authentication_Required - org.swisspush.gateleen.core.util.StatusCode
- NO_CONTENT - org.swisspush.gateleen.core.util.StatusCode
- NON_AUTHORITATIVE_INFORMATION - org.swisspush.gateleen.core.util.StatusCode
- NOT_ACCEPTABLE - org.swisspush.gateleen.core.util.StatusCode
- NOT_EXTENDED - org.swisspush.gateleen.core.util.StatusCode
- NOT_FOUND - org.swisspush.gateleen.core.util.StatusCode
- NOT_IMPLEMENTED - org.swisspush.gateleen.core.util.StatusCode
- NOT_MODIFIED - org.swisspush.gateleen.core.util.StatusCode
O
- of(Vertx) - Static method in interface org.swisspush.gateleen.core.http.HttpClientFactory
- ok() - Method in class org.swisspush.gateleen.core.util.Result
-
See https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap Returns the ok result or throws if this result is in error state.
- ok(TOk) - Static method in class org.swisspush.gateleen.core.util.Result
- OK - org.swisspush.gateleen.core.util.StatusCode
- OK - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- okOptional() - Method in class org.swisspush.gateleen.core.util.Result
-
Returns present if ok or absent if error.
- onErr(TErr) - Method in interface org.swisspush.gateleen.core.util.Result.Handler
- onErr(TErr) - Method in interface org.swisspush.gateleen.core.util.Result.RetHandler
- onOk(TOk) - Method in interface org.swisspush.gateleen.core.util.Result.Handler
- onOk(TOk) - Method in interface org.swisspush.gateleen.core.util.Result.RetHandler
- options(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- options(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- options(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- options(String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- options(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- options(String, String, Handler<HttpClientResponse>) - 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(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- optionsNow(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
- org.swisspush.gateleen.core.configuration - package org.swisspush.gateleen.core.configuration
- 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.json.transform - package org.swisspush.gateleen.core.json.transform
- org.swisspush.gateleen.core.lock - package org.swisspush.gateleen.core.lock
- org.swisspush.gateleen.core.lock.impl - package org.swisspush.gateleen.core.lock.impl
- org.swisspush.gateleen.core.lock.lua - package org.swisspush.gateleen.core.lock.lua
- org.swisspush.gateleen.core.logging - package org.swisspush.gateleen.core.logging
- org.swisspush.gateleen.core.lua - package org.swisspush.gateleen.core.lua
- 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
- org.swisspush.gateleen.core.validation - package org.swisspush.gateleen.core.validation
P
- params() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- parseFromJson(JsonArray) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
-
Example configuration (a JSON array):
- parseStaticHeadersFromJson(JsonObject) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
-
Deprecated.
- PARTIAL_CONTENT - org.swisspush.gateleen.core.util.StatusCode
- path() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- path() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- path() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- pause() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- pause() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- pause() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- PAYLOAD - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- PAYMENT_REQUIRED - org.swisspush.gateleen.core.util.StatusCode
- peerCertificateChain() - Method in class org.swisspush.gateleen.core.http.DummyHttpServerRequest
- peerCertificateChain() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- peerCertificateChain() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- 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.
- PERMANENT_REDIRECT - org.swisspush.gateleen.core.util.StatusCode
- ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- pingHandler(Handler<Buffer>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- post(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- post(RequestOptions, 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
- post(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- post(String, 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
- PRECONDITION_FAILED - org.swisspush.gateleen.core.util.StatusCode
- PRECONDITION_REQUIRED - org.swisspush.gateleen.core.util.StatusCode
- prepareResponse(HttpServerRequest, HttpClientResponse) - Static method in class org.swisspush.gateleen.core.util.HttpServerRequestUtil
-
Prepares the request's response by copying values from response.
- 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.
- PROXY_AUTHENTICATION_REQUIRED - org.swisspush.gateleen.core.util.StatusCode
- publish - org.swisspush.gateleen.core.event.EventBusWriter.TransmissionMode
- pump() - Method in class org.swisspush.gateleen.core.http.BufferBridge
- push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- pushHandler(Handler<HttpClientRequest>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- pushHandler(Handler<HttpClientRequest>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- put(int, 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(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- put(RequestOptions, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- put(String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- put(String, 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.HttpResourceStorage
- put(String, Buffer, Handler<Integer>) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
- put(String, Buffer, Handler<Integer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
- 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, MultiMap, 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, MultiMap, Buffer, Handler<Integer>) - Method in interface org.swisspush.gateleen.core.storage.ResourceStorage
- put(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- put(String, String, Handler<HttpClientResponse>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- 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(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- putHeader(CharSequence, CharSequence) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- putHeader(CharSequence, CharSequence) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putHeader(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- putHeader(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- putHeader(CharSequence, Iterable<CharSequence>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- putHeader(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- putHeader(String, Iterable<String>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- putHeader(String, Iterable<String>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putHeader(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- putHeader(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- putHeader(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- putHeader(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- putHeader(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- putMockData(String, String) - Method in class org.swisspush.gateleen.core.storage.MockResourceStorage
- putTrailer(CharSequence, CharSequence) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putTrailer(String, Iterable<String>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- putTrailer(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
Q
- query() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- query() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- query() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- queueProcessorAddress() - Static method in class org.swisspush.gateleen.core.util.Address
R
- RANGE_NOT_SATISFIABLE - org.swisspush.gateleen.core.util.StatusCode
- rawMethod() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- redirectHandler() - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- redirectHandler(Function<HttpClientResponse, Future<HttpClientRequest>>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- RedisBasedLock - Class in org.swisspush.gateleen.core.lock.impl
-
Implementation of the
Lockinterface based on a redis database. - RedisBasedLock(RedisClient) - Constructor for class org.swisspush.gateleen.core.lock.impl.RedisBasedLock
- RedisCommand - Interface in org.swisspush.gateleen.core.lua
- RedisCommandDoNothing - Class in org.swisspush.gateleen.core.lua
- RedisCommandDoNothing() - Constructor for class org.swisspush.gateleen.core.lua.RedisCommandDoNothing
- 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.
- registerObserver(ConfigurationResourceObserver, String) - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- registerResource(String, String) - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
- releaseLock(String, String) - Method in class org.swisspush.gateleen.core.lock.impl.RedisBasedLock
- releaseLock(String, String) - Method in interface org.swisspush.gateleen.core.lock.Lock
-
Try to release a lock.
- releaseLock(Lock, String, String, Logger) - Static method in class org.swisspush.gateleen.core.util.LockUtil
-
Release a lock.
- ReleaseLockRedisCommand - Class in org.swisspush.gateleen.core.lock.lua
- ReleaseLockRedisCommand(LuaScriptState, List<String>, List<String>, RedisClient, Logger, Future<Boolean>) - Constructor for class org.swisspush.gateleen.core.lock.lua.ReleaseLockRedisCommand
- remoteAddress() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- remoteAddress() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- remoteSettings() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- remoteSettingsHandler(Handler<Http2Settings>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- remove(CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- remove(String) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
- remove(String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- removeFromEndOfString(String, String) - Static method in class org.swisspush.gateleen.core.util.ExpansionDeltaUtil
-
Remove the stringToRemove from source when existing
- removeNonForwardHeaders(T) - Static method in class org.swisspush.gateleen.core.util.HttpHeaderUtil
-
Removes headers which MUST NOT be forwarded by proxies.
- 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() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- request(HttpMethod, int, 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, RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- request(HttpMethod, RequestOptions, 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
- request(HttpMethod, String, String) - 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_HEADER_FIELDS_TOO_LARGE - org.swisspush.gateleen.core.util.StatusCode
- REQUEST_HEADERS - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- REQUEST_METHOD - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- REQUEST_STATUS - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- REQUEST_TIMEOUT - org.swisspush.gateleen.core.util.StatusCode
- REQUEST_URI - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- 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
- RequestLogger - Class in org.swisspush.gateleen.core.logging
-
Logger class to manually log requests.
- 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
- requestLoggingConsumerAddress() - Static method in class org.swisspush.gateleen.core.util.Address
- reset() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- reset(long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- reset(long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- reset(long) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- RESET_CONTENT - org.swisspush.gateleen.core.util.StatusCode
- resourceChanged(String, Buffer) - Method in interface org.swisspush.gateleen.core.configuration.ConfigurationResourceObserver
-
Gets called when the resource with uri
resourceUrihas been changed. - resourceChanged(String, Buffer) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
- ResourceCollectionException - Exception in org.swisspush.gateleen.core.util
- ResourceCollectionException(String) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
- ResourceCollectionException(String, StatusCode) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
- ResourceCollectionException(String, StatusCode, Throwable) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
- ResourceCollectionException(StatusCode) - Constructor for exception org.swisspush.gateleen.core.util.ResourceCollectionException
- resourceRemoved(String) - Method in interface org.swisspush.gateleen.core.configuration.ConfigurationResourceObserver
-
Gets called when the resource with uri
resourceUrihas been removed. - resourceRemoved(String) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
- 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 interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- RESPONSE_HEADERS - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- ResponseStatusCodeLogUtil - Class in org.swisspush.gateleen.core.util
-
Utility class to log response status codes
- Result<TOk,TErr> - Class in org.swisspush.gateleen.core.util
-
A result inspired by rust.
- Result.Handler<TOk,TErr> - Interface in org.swisspush.gateleen.core.util
- Result.RetHandler<TOk,TErr,R> - Interface in org.swisspush.gateleen.core.util
- resume() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- resume() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- resume() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- RoleExtractor - Class in org.swisspush.gateleen.core.util
-
Contains functions for request handling.
- RoleExtractor() - Constructor for class org.swisspush.gateleen.core.util.RoleExtractor
- RoleExtractor(String) - Constructor for class org.swisspush.gateleen.core.util.RoleExtractor
- roleHeader - Static variable in class org.swisspush.gateleen.core.util.RoleExtractor
- RULE_UPDATE_ADDRESS - Static variable in class org.swisspush.gateleen.core.util.Address
S
- schemaResourceName() - Method in class org.swisspush.gateleen.core.configuration.ConfigurationResourceConsumer
- scheme() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- SEE_OTHER - org.swisspush.gateleen.core.util.StatusCode
- send - org.swisspush.gateleen.core.event.EventBusWriter.TransmissionMode
- sendFile(String, long, long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- sendHead() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- sendHead() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- sendHead(Handler<HttpVersion>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- sendHead(Handler<HttpVersion>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- SERVICE_UNAVAILABLE - org.swisspush.gateleen.core.util.StatusCode
- set(CharSequence, CharSequence) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- set(CharSequence, Iterable<CharSequence>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- set(String, Iterable<String>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- set(String, String) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- setAll(MultiMap) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- setAll(Map<String, String>) - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- setAlways(String, String) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
- setChunked(boolean) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setChunked(boolean) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- 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
- setEventbusBridgeMaxAddressLength(Integer) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
-
Sets the maximum address length passed to the eventbus bridge.
- setEventbusBridgeMaxHandlersPerSocket(Integer) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
-
Sets the max handlers per socket passed to the eventbus bridge.
- setEventbusBridgePingInterval(Long) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
-
Sets the ping_interval passed to the eventbus bridge.
- setEventbusBridgeReplyTimeout(Long) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
-
Sets the reply timeout passed to the eventbus bridge.
- setExceptionHandler(Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.BufferBridge
- setExpectMultipart(boolean) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- setFollowRedirects(boolean) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setHeaders(MultiMap) - Method in class org.swisspush.gateleen.core.http.HttpRequest
- setHost(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setHost(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- setIfAbsent(String, String) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
- setIfPresent(String, String) - Static method in class org.swisspush.gateleen.core.http.HeaderFunctions
- setLogoutput(boolean) - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- setMethod(HttpMethod) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- setRawMethod(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setRawMethod(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- setRoutingContexttHandler(Handler<RoutingContext>) - Method in class org.swisspush.gateleen.core.http.LocalHttpClient
- setScript(String) - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- setSha(String) - Method in class org.swisspush.gateleen.core.lua.LuaScriptState
- setSockJSHandlerOptions(SockJSHandlerOptions) - Method in class org.swisspush.gateleen.core.event.EventBusHandler
-
Sets the
SockJSHandlerOptionsto be used for the websocket connections. - setStatusCode(int) - Method in class org.swisspush.gateleen.core.http.DummyHttpServerResponse
- setStatusCode(int) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- 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 interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- setStatusMessage(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- setTimeout(long) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setTimeout(long) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- settings() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- setUri(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- setWriteQueueMaxSize(int) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- setWriteQueueMaxSize(int) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- setWriteQueueMaxSize(int) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- setWriteQueueMaxSize(int) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- shutdown() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- shutdown(long) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- shutdownHandler(Handler<Void>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- size() - Method in class org.swisspush.gateleen.core.util.FastFailMultiMap
- sslSession() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- sslSession() - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- STATUS - Static variable in class org.swisspush.gateleen.core.logging.RequestLogger
- STATUS_OK - Static variable in class org.swisspush.gateleen.core.util.RedisUtils
- statusCode() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- StatusCode - Enum in org.swisspush.gateleen.core.util
-
Enum for HTTP status codes
- StatusCodeTranslator - Class in org.swisspush.gateleen.core.util
-
Helps to translate status codes.
- StatusCodeTranslator() - Constructor for class org.swisspush.gateleen.core.util.StatusCodeTranslator
- statusMessage() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- STORAGE_PREFIX - Static variable in class org.swisspush.gateleen.core.lock.impl.RedisBasedLock
- storageAddress() - Static method in class org.swisspush.gateleen.core.util.Address
- streamId() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- streamPriorityHandler(Handler<StreamPriority>) - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- streamPriorityHandler(Handler<StreamPriority>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- StringUtils - Class in org.swisspush.gateleen.core.util
-
Utility class providing handy methods to deal with Strings.
- SWITCHING_PROTOCOLS - org.swisspush.gateleen.core.util.StatusCode
- SYNC - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
T
- TEMPORARY_REDIRECT - org.swisspush.gateleen.core.util.StatusCode
- TEXT - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- TIMEOUT - org.swisspush.gateleen.core.util.StatusCode
- 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
- TOO_EARLY - org.swisspush.gateleen.core.util.StatusCode
- TOO_MANY_REQUESTS - org.swisspush.gateleen.core.util.StatusCode
- toString() - Method in class org.swisspush.gateleen.core.util.Result
- 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[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- trace(String, Object, 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[]) - 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, Throwable) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- trailers() - Method in interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- trailers() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- transform(String, JoltSpec) - Static method in class org.swisspush.gateleen.core.json.transform.JoltTransformer
-
Transforms the provided input using the
JoltSpecspecification. - translateStatusCode(int, MultiMap) - Static method in class org.swisspush.gateleen.core.util.StatusCodeTranslator
-
Checks if there exists a handling for the given
statusCodein the headers of the request. - trim(String) - Static method in class org.swisspush.gateleen.core.util.StringUtils
-
Removes control characters (char <= 32) from both ends of this String, handling
nullby returningnull.
U
- UNAUTHORIZED - org.swisspush.gateleen.core.util.StatusCode
- Unavailable_For_Legal_Reasons - org.swisspush.gateleen.core.util.StatusCode
- Unit - Class in org.swisspush.gateleen.core.util
-
The type with only one value: the Unit object.
- UNPROCESSABLE_CONTENT - org.swisspush.gateleen.core.util.StatusCode
- UNSUPPORTED_MEDIA_TYPE - org.swisspush.gateleen.core.util.StatusCode
- updateSettings(Http2Settings) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in class org.swisspush.gateleen.core.http.LocalHttpConnection
- upgrade() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- UPGRADE_REQUIRED - org.swisspush.gateleen.core.util.StatusCode
- uploadHandler(Handler<HttpServerFileUpload>) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- uri() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- uri() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
- uri() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- URI - Static variable in class org.swisspush.gateleen.core.event.EventBusHandler
- URI_TOO_LONG - org.swisspush.gateleen.core.util.StatusCode
- UriBuilder - Class in org.swisspush.gateleen.core.http
-
Helper Class for URI manipulations
V
- VALIDATED_NEGATIV - org.swisspush.gateleen.core.validation.ValidationStatus
- VALIDATED_POSITIV - org.swisspush.gateleen.core.validation.ValidationStatus
- ValidationResult - Class in org.swisspush.gateleen.core.validation
-
Class ValidationResult represents the result of a validation using a schema.
- ValidationResult(ValidationStatus) - Constructor for class org.swisspush.gateleen.core.validation.ValidationResult
- ValidationResult(ValidationStatus, String) - Constructor for class org.swisspush.gateleen.core.validation.ValidationResult
- ValidationResult(ValidationStatus, String, JsonArray) - Constructor for class org.swisspush.gateleen.core.validation.ValidationResult
- ValidationStatus - Enum in org.swisspush.gateleen.core.validation
- 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.event.EventBusWriter.TransmissionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.swisspush.gateleen.core.lock.lua.LockLuaScripts
-
Returns the enum constant of this type with the specified name.
- 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.HttpRequestHeader
-
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.
- valueOf(String) - Static method in enum org.swisspush.gateleen.core.validation.ValidationStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.swisspush.gateleen.core.event.EventBusWriter.TransmissionMode
-
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.lock.lua.LockLuaScripts
-
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.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.HttpRequestHeader
-
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.
- values() - Static method in enum org.swisspush.gateleen.core.validation.ValidationStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIANT_ALSO_NEGOTIATES - org.swisspush.gateleen.core.util.StatusCode
- 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 interface org.swisspush.gateleen.core.http.FastFaiHttpClientResponse
- version() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerRequest
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[]) - Method in class org.swisspush.gateleen.core.http.RequestLoggerWrapper
- warn(String, Object, 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[]) - 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, 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(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(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(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(RequestOptions, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, MultiMap, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, MultiMap, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, MultiMap, WebsocketVersion, Handler<WebSocket>, Handler<Throwable>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, MultiMap, WebsocketVersion, String, Handler<WebSocket>) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocket(RequestOptions, 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
- 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(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(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(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
- websocketAbs(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(int, 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(int, String, String, MultiMap, WebsocketVersion, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(RequestOptions) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(RequestOptions, MultiMap) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(RequestOptions, MultiMap, WebsocketVersion) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(RequestOptions, 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
- websocketStream(String, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(String, String, MultiMap) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(String, String, MultiMap, WebsocketVersion) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStream(String, String, MultiMap, WebsocketVersion, String) - Method in class org.swisspush.gateleen.core.http.AbstractHttpClient
- websocketStreamAbs(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 interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- write(Buffer) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- write(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- write(Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- write(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- write(String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- write(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- write(String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- write(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- write(String, String) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- write(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- write(String, String) - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
- writeContinue() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- writeCustomFrame(int, int, Buffer) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- writeCustomFrame(int, int, Buffer) - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- writeCustomFrame(int, int, Buffer) - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- writeQueueFull() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpClientRequest
- writeQueueFull() - Method in interface org.swisspush.gateleen.core.http.FastFailHttpServerResponse
- writeQueueFull() - Method in class org.swisspush.gateleen.core.http.LocalHttpClientRequest
- writeQueueFull() - Method in class org.swisspush.gateleen.core.http.LocalHttpServerResponse
X
- X_HOPS - org.swisspush.gateleen.core.util.HttpRequestHeader
All Classes All Packages