- Cache<K,V> - Interface in org.apache.pekko.http.caching.javadsl
-
- Cache<K,V> - Class in org.apache.pekko.http.caching.scaladsl
-
API MAY CHANGE
General interface implemented by all cache implementations.
- Cache() - Constructor for class org.apache.pekko.http.caching.scaladsl.Cache
-
- cache(Cache<K, RouteResult>, PartialFunction<RequestContext, K>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives$
-
Wraps its inner Route with caching support using the given pekko.http.caching.scaladsl.Cache
implementation and
keyer function.
- cache(Cache<K, RouteResult>, PartialFunction<RequestContext, K>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives
-
Wraps its inner Route with caching support using the given pekko.http.caching.scaladsl.Cache
implementation and
keyer function.
- cache(Cache<K, RouteResult>, PartialFunction<RequestContext, K>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CachingDirectives
-
Wraps its inner Route with caching support using the given Cache
implementation and
keyer function.
- Cache$minusControl - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Cache$minusControl(Seq<CacheDirective>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- Cache$minusControl$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Cache$minusControl$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl$
-
- CacheConditionDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- CacheConditionDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
-
- CacheConditionDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- CacheConditionDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CacheConditionDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives$
-
- CacheControl - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Cache-Control` header.
- CacheControl() - Constructor for class org.apache.pekko.http.javadsl.model.headers.CacheControl
-
- CacheControlHeader - Interface in org.apache.pekko.http.impl.model.parser
-
- cachedHostConnectionPool(int, int, int, int, int, FiniteDuration, Duration, ClientConnectionSettings) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- cachedHostConnectionPool(String) - Method in class org.apache.pekko.http.javadsl.Http
-
Returns a pekko.stream.javadsl.Flow
which dispatches incoming HTTP requests to the per-ActorSystem pool of outgoing
HTTP connections to the given target host endpoint.
- cachedHostConnectionPool(ConnectHttp) - Method in class org.apache.pekko.http.javadsl.Http
-
Returns a pekko.stream.javadsl.Flow
which dispatches incoming HTTP requests to the per-ActorSystem pool of outgoing
HTTP connections to the given target host endpoint.
- cachedHostConnectionPool(ConnectHttp, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Returns a pekko.stream.javadsl.Flow
which dispatches incoming HTTP requests to the per-ActorSystem pool of outgoing
HTTP connections to the given target host endpoint.
- cachedHostConnectionPool(String, int, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Returns a pekko.stream.scaladsl.Flow
which dispatches incoming HTTP requests to the per-ActorSystem pool of outgoing
HTTP connections to the given target host endpoint.
- cachedHostConnectionPoolHttps(ConnectHttp, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Same as cachedHostConnectionPool
but with HTTPS encryption.
- cachedHostConnectionPoolHttps(ConnectHttp) - Method in class org.apache.pekko.http.javadsl.Http
-
Same as cachedHostConnectionPool
but with HTTPS encryption.
- cachedHostConnectionPoolHttps(String, int, HttpsConnectionContext, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- CacheDirective - Interface in org.apache.pekko.http.javadsl.model.headers
-
- CacheDirective - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.CacheDirective$
-
- CacheDirective$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirective$
-
- CacheDirective.CustomCacheDirective - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective.CustomCacheDirective$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective.FieldNamesDirective - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective.RequestDirective - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirective.ResponseDirective - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives - Class in org.apache.pekko.http.javadsl.model.headers
-
- CacheDirectives - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives
-
- CacheDirectives$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
- CacheDirectives.immutableDirective$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
https://tools.ietf.org/html/rfc8246
- CacheDirectives.max$minusage - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.1.1 and
http://tools.ietf.org/html/rfc7234#section-5.2.2.8
- CacheDirectives.max$minusage$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.max$minusstale - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.max$minusstale$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.min$minusfresh - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.min$minusfresh$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.must$minusrevalidate$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.no$minuscache - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.no$minuscache$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.no$minusstore$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.no$minustransform$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.only$minusif$minuscached$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheDirectives.proxy$minusrevalidate$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.2.7
- CacheDirectives.s$minusmaxage - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a fuller description of the use case, see
http://tools.ietf.org/html/rfc7234#section-5.2.2.9
- CacheDirectives.s$minusmaxage$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- CacheJavaMapping - Class in org.apache.pekko.http.caching
-
INTERNAL API
- CacheJavaMapping() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping
-
- CacheJavaMapping$ - Class in org.apache.pekko.http.caching
-
INTERNAL API
- CacheJavaMapping$() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping$
-
- CacheJavaMapping.Implicits$ - Class in org.apache.pekko.http.caching
-
- CacheJavaMapping.Implicits$.CachingSettings - Class in org.apache.pekko.http.caching
-
- CacheJavaMapping.Implicits$.CachingSettings$ - Class in org.apache.pekko.http.caching
-
- CacheJavaMapping.Implicits$.LfuCacheSettings - Class in org.apache.pekko.http.caching
-
- CacheJavaMapping.Implicits$.LfuCacheSettings$ - Class in org.apache.pekko.http.caching
-
- cacheMapping() - Method in class org.apache.pekko.http.caching.CacheJavaMapping$
-
- cacheMapping() - Static method in class org.apache.pekko.http.caching.CacheJavaMapping
-
- CachingDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- CachingDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.CachingDirectives
-
- CachingDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- CachingDirectives$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- CachingDirectives$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.CachingDirectives$
-
- CachingDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CachingDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.CachingDirectives$
-
- cachingEnabled() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- cachingProhibited(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives$
-
Passes only requests to the inner route that explicitly forbid caching with a Cache-Control
header with either
a no-cache
or max-age=0
setting.
- cachingProhibited(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives
-
Passes only requests to the inner route that explicitly forbid caching with a Cache-Control
header with either
a no-cache
or max-age=0
setting.
- cachingProhibited() - Method in interface org.apache.pekko.http.scaladsl.server.directives.CachingDirectives
-
Passes only requests to the inner route that explicitly forbid caching with a Cache-Control
header with either
a no-cache
or max-age=0
setting.
- CachingSettings() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings
-
- CachingSettings - Class in org.apache.pekko.http.caching.javadsl
-
Public API but not intended for subclassing
- CachingSettings() - Constructor for class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- CachingSettings - Class in org.apache.pekko.http.caching.scaladsl
-
Public API but not intended for subclassing
- CachingSettings() - Constructor for class org.apache.pekko.http.caching.scaladsl.CachingSettings
-
- CachingSettings$() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings$
-
- CachingSettings$ - Class in org.apache.pekko.http.caching.javadsl
-
- CachingSettings$() - Constructor for class org.apache.pekko.http.caching.javadsl.CachingSettings$
-
- CachingSettings$ - Class in org.apache.pekko.http.caching.scaladsl
-
- CachingSettings$() - Constructor for class org.apache.pekko.http.caching.scaladsl.CachingSettings$
-
- CachingSettingsImpl - Class in org.apache.pekko.http.caching.impl.settings
-
INTERNAL API
- CachingSettingsImpl(LfuCacheSettings) - Constructor for class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- CachingSettingsImpl$ - Class in org.apache.pekko.http.caching.impl.settings
-
INTERNAL API
- CachingSettingsImpl$() - Constructor for class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl$
-
- callback() - Method in class org.apache.pekko.http.impl.util.CollectorStage.Scheduled
-
- callerName() - Method in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer$
-
- callerName() - Static method in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- canBePushed() - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutlet
-
- canBeRetried() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext
-
- canBeRetried() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Determines whether this request can be safely retried, which is the case only of the request method is idempotent.
- cancel() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- cancel() - Method in interface org.apache.pekko.testkit.Coroner.WatchHandle
-
Will try to ensure that the Coroner has finished reporting.
- CANCEL$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.CANCEL$
-
- cancellationStrategyAttributeForDelay(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.Http$
-
- cancellationStrategyAttributeForDelay(FiniteDuration) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- cancelRejection(Rejection, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections equal to the given one
to the list of rejections potentially coming back from the inner route.
- cancelRejection(Rejection, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- cancelRejection(Rejection, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- cancelRejection(Rejection) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections equal to the given one
to the list of rejections potentially coming back from the inner route.
- cancelRejections(Iterable<Class<?>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections of one of the given classes
to the list of rejections potentially coming back from the inner route.
- cancelRejections(Predicate<Rejection>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections for which the given filter function returns true
to the list of rejections potentially coming back from the inner route.
- cancelRejections(Iterable<Class<?>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- cancelRejections(Predicate<Rejection>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- cancelRejections(Iterable<Class<?>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- cancelRejections(Predicate<Rejection>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- cancelRejections(Seq<Class<?>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections of one of the given classes
to the list of rejections potentially coming back from the inner route.
- cancelRejections(Function1<Rejection, Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Adds a TransformationRejection cancelling all rejections for which the given filter function returns true
to the list of rejections potentially coming back from the inner route.
- CancelSecond(Source<T, Mat>, Source<T, Object>) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- CancelSecond(Source<T, Mat>, Source<T, Object>) - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- cancelSource(Source<?, ?>, Materializer) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
Tries to guess whether a source needs to cancelled and how.
- cancelSource(Source<?, ?>, Materializer) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
Tries to guess whether a source needs to cancelled and how.
- cancelStream() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- cancelStream() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- canEqual(Object) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- canEqual(Object) - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- canEqual(Object) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- canEqual(Object) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- canEqual(Object) - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- canEqual(Object) - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- canEqual(Object) - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- canEqual(Object) - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- canEqual(Object) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- canEqual(Object) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- canSend() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- canSend() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
Designates whether nextFrame can be called to get the next frame.
- canWorkWithPartialData() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase.Inflate
-
- CaptureMaterializationAndTerminationOp$() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.CaptureMaterializationAndTerminationOp$
-
- captureMaterializationTerminationAndKillSwitch(Source<T, Mat>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- captureMaterializationTerminationAndKillSwitch(Source<T, Mat>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- captureTermination(Source<T, Mat>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- captureTermination(Source<T, Mat>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- captureTermination(T) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
INTERNAL API
- CaptureTerminationOp$() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.CaptureTerminationOp$
-
- CaseBuilder() - Constructor for class org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc.CaseBuilder
-
- CaseInfo(String, String) - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo
-
- caseInfo() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.IndexedCaseInfo
-
- CaseInfo$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo$
-
- caseInfoFormat() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo$
-
- CaseResult(WSClientAutobahnTest.CaseInfo, WSClientAutobahnTest.CaseStatus) - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseResult
-
- CaseResult$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseResult$
-
- CaseStatus(String) - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus
-
- CaseStatus$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus$
-
- caseStatusFormat() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus$
-
- cause() - Method in interface org.apache.pekko.http.cors.javadsl.CorsRejection
-
- cause() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection
-
- cause() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Failed
-
- cause() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerErredOut
-
- cause() - Method in exception org.apache.pekko.http.impl.engine.ws.ProtocolException
-
- cause() - Method in interface org.apache.pekko.http.javadsl.server.AuthenticationFailedRejection
-
- cause() - Method in interface org.apache.pekko.http.javadsl.server.CircuitBreakerOpenRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- cause() - Method in interface org.apache.pekko.http.scaladsl.server.RejectionWithOptionalCause
-
- cause() - Method in class org.apache.pekko.http.scaladsl.server.ValidationRejection
-
- challenge() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- challenge() - Method in interface org.apache.pekko.http.javadsl.server.AuthenticationFailedRejection
-
- challenge() - Method in class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection
-
- challenges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- challenges() - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- challengesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate$
-
- challengesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- challengesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate$
-
- challengesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- characterClasses() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
-
- characterClasses() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder
-
- CharacterClasses - Class in org.apache.pekko.http.impl.model.parser
-
- CharacterClasses() - Constructor for class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- CharacterClasses$ - Class in org.apache.pekko.http.impl.model.parser
-
- CharacterClasses$() - Constructor for class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- CharArrayMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- CharArrayMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- charArrayMarshaller(MediaType.WithOpenCharset) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- charArrayMarshaller(MediaType.WithFixedCharset) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- CharArrayMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- CharArrayMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- charArrayMarshaller(MediaType.WithOpenCharset) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- charArrayMarshaller(MediaType.WithFixedCharset) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- charArrayToEntity() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- charArrayToEntity() - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- charArrayUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
- charAt(int) - Method in class org.apache.pekko.http.impl.util.ByteStringParserInput
-
- charCount() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- charCount() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- charCount() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- charCount() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- CharRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.CharRenderer$
-
- charset() - Method in interface org.apache.pekko.http.impl.model.parser.ContentDispositionHeader
-
- charset() - Method in interface org.apache.pekko.http.javadsl.model.ContentType.NonBinary
-
- charset() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType.NonBinary
-
- charset() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset
-
- charset() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset
-
- charset() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- charset() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- charset() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- CharsetNegotiator - Class in org.apache.pekko.http.scaladsl.server
-
- CharsetNegotiator(Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.server.CharsetNegotiator
-
- charsetOption() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.Binary
-
- charsetOption() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType
-
- charsetOption() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType.NonBinary
-
- charsetOption() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset
-
- charsetOption() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- charsetRange() - Method in class org.apache.pekko.http.javadsl.model.ContentTypeRange
-
- charsetRange() - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- charsetRanges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- charsetRangesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset$
-
- charsetRangesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- charsetWithUtf8Failover() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- CharsRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.CharsRenderer$
-
- check(Tuple2<String, String>) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec
-
- check(int) - Method in class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- check(int) - Method in class org.apache.pekko.http.impl.util.ByteStringRendering
-
- check(int) - Method in class org.apache.pekko.http.impl.util.CustomCharsetByteStringRendering
-
- check(int) - Method in interface org.apache.pekko.http.impl.util.Rendering
-
- check(int) - Method in class org.apache.pekko.http.impl.util.StringRendering
-
- check(Function0<T>) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- check(Config) - Method in class org.apache.pekko.http.Version$
-
- check(Config) - Static method in class org.apache.pekko.http.Version
-
- CheckContentLengthTransformer(long) - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer
-
- CheckContentLengthTransformer$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer$
-
- checkNoRegularHeadersBeforePseudoHeader(String, boolean) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- checkNoRegularHeadersBeforePseudoHeader(String, boolean) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- checkRequiredPseudoHeader(String, Object) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- checkRequiredPseudoHeader(String, Object) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- checkSameOrigin(HttpOriginRange, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- checkSameOrigin(HttpOriginRange, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- checkSameOrigin(HttpOriginRange, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Checks that request comes from the same origin.
- checkSameOrigin(HttpOriginRange.Default) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Checks that request comes from the same origin.
- checkUniquePseudoHeader(String, Object) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- checkUniquePseudoHeader(String, Object) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- children() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityNode
-
- chooseSubstream(Set<Object>) - Method in interface org.apache.pekko.http.impl.engine.http2.StreamPrioritizer
-
Choose a substream from a set of substream ids that have data available
- chooseSubstream(Set<Object>) - Method in class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer.First$
-
- chosenSubprotocol() - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse
-
If valid, returns Some(subprotocol)
(if any was requested), or None
if none was
chosen or offered.
- chosenSubprotocol() - Method in class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade
-
- chunk() - Method in class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- chunk() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityChunk
-
- Chunk(ByteString, String) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk
-
- Chunk$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk$
-
- CHUNKED - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- CHUNKED - Static variable in class org.apache.pekko.http.javadsl.model.TransferEncodings
-
- chunked() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- chunked() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- Chunked(ContentType, Source<HttpEntity.ChunkStreamPart, Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- Chunked$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked$
-
- chunked$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.chunked$
-
- ChunkedBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- ChunkedBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- chunkedEntity(Option<Content$minusType>) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- chunkedStart() - Method in class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- chunkedStart() - Method in class org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
-
- chunkPart() - Method in class org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
-
- chunkRequestComplete() - Method in class org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
-
- chunks() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- chunks() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- chunks() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- chunksStream() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- chunksStream() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- ChunkStreamPart() - Constructor for class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
- ChunkStreamPart() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart
-
- ChunkStreamPart$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart$
-
- ChunkTransformer() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- ChunkTransformer$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer$
-
- CircuitBreakerOpenRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by the onCompleteWithBreaker
directive.
- CircuitBreakerOpenRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the onCompleteWithBreaker
directive.
- CircuitBreakerOpenRejection(CircuitBreakerOpenException) - Constructor for class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection
-
- CircuitBreakerOpenRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- CircuitBreakerOpenRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection$
-
- classEqualityConstraint() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- ClassMagnet<T> - Interface in org.apache.pekko.http.scaladsl.server.util
-
A magnet that wraps a ClassTag
- ClassMagnet$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- ClassMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ClassMagnet$
-
- classTag() - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet
-
- classTag() - Method in interface org.apache.pekko.http.scaladsl.server.util.ClassMagnet
-
- cleanUp() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- cleanUp() - Method in interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface
-
- clear() - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Clears the cache by removing all entries.
- clear() - Method in class org.apache.pekko.http.caching.LfuCache
-
- clear() - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Clears the cache by removing all entries.
- clear() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- clear() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- clear() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- clicks() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns this instant as "clicks", i.e. as milliseconds since January 1, 1970, 00:00:00 GMT
- clicks() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- client() - Method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
-
- client() - Static method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry
-
- client() - Method in interface org.apache.pekko.http.impl.engine.http2.TelemetrySpi
-
Flow to intercept server connections.
- client(Config) - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- client(Config) - Static method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- client(Config) - Method in class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
- client(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
- Client$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake.Client$
-
- clientAuth() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- clientAuth() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
- ClientCancellationSpec - Class in org.apache.pekko.http.impl.engine.client
-
- ClientCancellationSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec
-
- ClientCancellationSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.client
-
- clientConnectionContext() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- clientConnectionFlow(Http.ServerBinding, SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP$
-
- clientConnectionFlow(Http.ServerBinding, SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- clientConnectionFlow(Http.ServerBinding, SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
-
- clientConnectionFlow(Http.ServerBinding, SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- clientConnectionFlow(Http.ServerBinding, SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
-
- ClientConnectionPreface() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
The client connection preface starts with a sequence of 24 octets,
which in hex notation is:
0x505249202a20485454502f322e300d0a0d0a534d0d0a0d0a
That is, the connection preface starts with the string "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n".
- ClientConnectionPreface() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
The client connection preface starts with a sequence of 24 octets,
which in hex notation is:
0x505249202a20485454502f322e300d0a0d0a534d0d0a0d0a
That is, the connection preface starts with the string "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n".
- ClientConnectionSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- ClientConnectionSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- ClientConnectionSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- ClientConnectionSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- ClientConnectionSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ClientConnectionSettings$
-
- ClientConnectionSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- ClientConnectionSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings$
-
- ClientConnectionSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ClientConnectionSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings$
-
- ClientConnectionSettings.LogUnencryptedNetworkBytes$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ClientConnectionSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ClientConnectionSettingsImpl(Option<User$minusAgent>, FiniteDuration, Duration, int, Option<Object>, WebSocketSettings, Seq<Inet.SocketOption>, ParserSettings, FiniteDuration, Option<InetSocketAddress>, Http2ClientSettings, ClientTransport) - Constructor for class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- ClientConnectionSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ClientConnectionSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl$
-
- ClientConnectionSettingsSpec - Class in org.apache.pekko.http.scaladsl.settings
-
- ClientConnectionSettingsSpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettingsSpec
-
- clientDemux(Http2ClientSettings, HttpHeaderParser) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
Creates substreams for every stream and manages stream state machines
and handles priorization (TODO: later)
- clientDemux(Http2ClientSettings, HttpHeaderParser) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
Creates substreams for every stream and manages stream state machines
and handles priorization (TODO: later)
- ClientError(int, String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError
-
- ClientError$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError$
-
- clientFromRoot(Config) - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- clientFromRoot(Config) - Static method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- clientImplementation() - Method in interface org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.ClientEchoes
-
- clientImplementation() - Method in interface org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.ClientProbes
-
- clientImplementation() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- clientLayer() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- clientLayer(Host) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a client layer stage using the configured default pekko.http.javadsl.settings.ClientConnectionSettings
.
- clientLayer(Host, ClientConnectionSettings) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a client layer stage using the given pekko.http.javadsl.settings.ClientConnectionSettings
.
- clientLayer(Host, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a client layer stage using the given ClientConnectionSettings
.
- clientLayer(Host) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Constructs a pekko.http.scaladsl.Http.ClientLayer
stage using the configured default pekko.http.scaladsl.settings.ClientConnectionSettings
,
configured using the pekko.http.client
config section.
- clientLayer(Host, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Constructs a pekko.http.scaladsl.Http.ClientLayer
stage using the given pekko.http.scaladsl.settings.ClientConnectionSettings
.
- ClientMeta(InetSocketAddress) - Constructor for class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes.ClientMeta
-
- ClientMeta$() - Constructor for class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes.ClientMeta$
-
- ClientRejectsExtension() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- ClientServerHttp2EnabledSpec - Class in org.apache.pekko.http.scaladsl
-
- ClientServerHttp2EnabledSpec() - Constructor for class org.apache.pekko.http.scaladsl.ClientServerHttp2EnabledSpec
-
- ClientServerSpec - Class in org.apache.pekko.http.scaladsl
-
- ClientServerSpec() - Constructor for class org.apache.pekko.http.scaladsl.ClientServerSpec
-
- ClientServerSpecBase - Class in org.apache.pekko.http.scaladsl
-
- ClientServerSpecBase(boolean) - Constructor for class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- ClientServerSpecBase.TestSetup - Class in org.apache.pekko.http.scaladsl
-
- clientSetApplicationProtocols(SSLEngine, String[]) - Method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
- clientSetApplicationProtocols(SSLEngine, String[]) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
-
- clientSetApplicationProtocols(SSLEngine, String[]) - Method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport$
-
- clientSetApplicationProtocols(SSLEngine, String[]) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport
-
- clientSettings() - Method in interface org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec.Context
-
- ClientSpec - Class in org.apache.pekko.http.scaladsl
-
- ClientSpec() - Constructor for class org.apache.pekko.http.scaladsl.ClientSpec
-
- clientStack(ClientConnectionSettings, LoggingAdapter, TelemetrySpi) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- clientStack(ClientConnectionSettings, LoggingAdapter, TelemetrySpi) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- ClientTestSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageSpec.ClientTestSetup
-
- ClientTransport - Class in org.apache.pekko.http.javadsl
-
(Still unstable) SPI for implementors of custom client transports.
- ClientTransport() - Constructor for class org.apache.pekko.http.javadsl.ClientTransport
-
- ClientTransport - Interface in org.apache.pekko.http.scaladsl
-
Abstraction to allow the creation of alternative transports to run HTTP on.
- ClientTransport$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ClientTransport$
-
- ClientTransport$ - Class in org.apache.pekko.http.javadsl
-
(Still unstable) entry point to create or access predefined client transports.
- ClientTransport$() - Constructor for class org.apache.pekko.http.javadsl.ClientTransport$
-
- ClientTransport$ - Class in org.apache.pekko.http.scaladsl
-
(Still unstable) entry point to create or access predefined client transports.
- ClientTransport$() - Constructor for class org.apache.pekko.http.scaladsl.ClientTransport$
-
- ClientTransportTestSetup() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- ClientTransportWithCustomResolverSpec - Class in org.apache.pekko.http.scaladsl
-
- ClientTransportWithCustomResolverSpec() - Constructor for class org.apache.pekko.http.scaladsl.ClientTransportWithCustomResolverSpec
-
- Close$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Close$
-
- CloseBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- CloseBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- closeCode() - Method in interface org.apache.pekko.http.javadsl.model.ws.PeerClosedConnectionException
-
- closeCode() - Method in exception org.apache.pekko.http.scaladsl.model.ws.PeerClosedConnectionException
-
- CloseCodes$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- CloseConnection() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory
-
- CloseConnection() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- CloseConnection$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection$
-
- Closed() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Accessor for nested Scala object
- Closed$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Closed$
-
- CloseDelimited(ContentType, Source<ByteString, Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- CloseDelimited$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited$
-
- closeFrame(int, String, Option<Object>) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
- closeFrame(int, boolean, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- closeFrame(int, boolean, ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- closeFrame(int, boolean, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- closeFrame(int, boolean, ByteString) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- closeFrameData(int, ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- closeFrameData(int, ByteString) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- closeNetworkInput() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- closeNetworkInput() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- closeNetworkInput() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- closeReason() - Method in interface org.apache.pekko.http.javadsl.model.ws.PeerClosedConnectionException
-
- closeReason() - Method in exception org.apache.pekko.http.scaladsl.model.ws.PeerClosedConnectionException
-
- closeRequested() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- closeRequested() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- closeRequested() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
-
- CloseRequested$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$
-
- closeStream(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- closeTimeout() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- closingExtension() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- code() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.ActivelyCloseWithCode
-
- code() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed
-
- code() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.AbstractOpcode
-
- code() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Other
-
- code() - Method in interface org.apache.pekko.http.impl.engine.ws.Protocol.Opcode
-
- Coder - Enum in org.apache.pekko.http.javadsl.coding
-
A coder is an implementation of the predefined encoders/decoders defined for HTTP.
- Coder - Interface in org.apache.pekko.http.scaladsl.coding
-
Marker trait for A combined Encoder and Decoder
- Coders - Class in org.apache.pekko.http.scaladsl.coding
-
- Coders() - Constructor for class org.apache.pekko.http.scaladsl.coding.Coders
-
- Coders$ - Class in org.apache.pekko.http.scaladsl.coding
-
- Coders$() - Constructor for class org.apache.pekko.http.scaladsl.coding.Coders$
-
- CodingDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- CodingDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
- CodingDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- CodingDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CodingDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
-
- codings() - Method in interface org.apache.pekko.http.impl.model.parser.AcceptEncodingHeader
-
- collapseDotSegments(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- collapseDotSegments(Uri.Path) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- Collect<T> - Interface in org.apache.pekko.http.impl.util
-
- collect(PartialFunction<T, R>, Seq<Rejection>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- collect(PartialFunction<T, R>, Seq<Rejection>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- collectAndCompleteNow() - Method in interface org.apache.pekko.http.impl.util.Collect
-
- collectBytesTo(Seq<ByteString>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- collectedData() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- CollectingIncomingData(FrameEvent.ParsedHeadersFrame, Map<AttributeKey<?>, Object>, ByteString, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- CollectingIncomingData$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData$
-
- CollectorStage<T> - Class in org.apache.pekko.http.impl.util
-
Stage similar to Sink.seq that provides a side-channel to get at the collection at any point.
- CollectorStage() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage
-
- CollectorStage$ - Class in org.apache.pekko.http.impl.util
-
- CollectorStage$() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage$
-
- CollectorStage.Completed - Class in org.apache.pekko.http.impl.util
-
- CollectorStage.Completed$ - Class in org.apache.pekko.http.impl.util
-
- CollectorStage.Initialized$ - Class in org.apache.pekko.http.impl.util
-
- CollectorStage.Scheduled - Class in org.apache.pekko.http.impl.util
-
- CollectorStage.Scheduled$ - Class in org.apache.pekko.http.impl.util
-
- CollectorStage.State - Interface in org.apache.pekko.http.impl.util
-
State of the callback infrastructure
- CollectorStage.Uninitialized$ - Class in org.apache.pekko.http.impl.util
-
- colonSlashEOI() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- colonSlashEOI() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- combined(Function1<A, B>, Marshaller<B, C>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a
Marshaller
combined of the provided
marshal
function
and an implicit Marshaller which is able to produce the required final type.
- combined(Function1<A, B>, Marshaller<B, C>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a
Marshaller
combined of the provided
marshal
function
and an implicit Marshaller which is able to produce the required final type.
- comment() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- comment(int) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- comment() - Method in class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- comment() - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- CommonActions - Interface in org.apache.pekko.http.impl.model.parser
-
INTERNAL API
- CommonRules - Interface in org.apache.pekko.http.impl.model.parser
-
- comp() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- comp() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- comp() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonBinary
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader$
-
- companion() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader
-
- companion() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- companion() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- compare(Timestamp, Timestamp) - Method in class org.apache.pekko.http.impl.util.Timestamp.Ordering$
-
- compare(DateTime) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- compile() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- compile() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- compile() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- compile() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- compile() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- compile() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- compile() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- compile() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- compile() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- compileOnlySpec(Function0<BoxedUnit>) - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettingsSpec
-
- complete() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- complete() - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutlet
-
- Complete - Interface in org.apache.pekko.http.javadsl.server
-
- complete(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(HttpResponse) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(T, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, Iterable<HttpHeader>, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, Iterable<HttpHeader>, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(StatusCode, String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(Iterable<HttpHeader>, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(Iterable<HttpHeader>, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- complete(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(HttpResponse) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(T, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, Iterable<HttpHeader>, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, Iterable<HttpHeader>, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(StatusCode, String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(Iterable<HttpHeader>, ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(Iterable<HttpHeader>, RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(ResponseEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(RequestEntity) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- complete(String) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using an HTTP 200 OK status code and the given body as UTF-8 entity.
- complete(HttpResponse) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given http response.
- complete(StatusCode) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code.
- complete(T, Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given value into an http response.
- complete(StatusCode, Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code and headers, marshalling the given value as response entity.
- complete(StatusCode, Iterable<HttpHeader>, ResponseEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code, headers, and response entity.
- complete(StatusCode, Iterable<HttpHeader>, RequestEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code, headers, and response entity.
- complete(StatusCode, T, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code, marshalling the given value as response entity.
- complete(StatusCode, ResponseEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code and response entity.
- complete(StatusCode, RequestEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code and response entity.
- complete(StatusCode, String) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given status code and the given body as UTF-8.
- complete(Iterable<HttpHeader>, T, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK, adding the given headers, and marshalling the given value as response entity.
- complete(Iterable<HttpHeader>, ResponseEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK, adding the given headers and response entity.
- complete(Iterable<HttpHeader>, RequestEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK, adding the given headers and response entity.
- complete(ResponseEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK with the given value as response entity.
- complete(RequestEntity) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK with the given value as response entity.
- complete(T, Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- complete(HttpResponse) - Method in class org.apache.pekko.http.javadsl.server.RouteResults$
-
- complete(HttpResponse) - Static method in class org.apache.pekko.http.javadsl.server.RouteResults
-
- complete(Function0<ToResponseMarshallable>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Completes the request using the given arguments.
- complete(StatusCode, Function0<T>, Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Completes the request using the given arguments.
- complete(StatusCode, Seq<HttpHeader>, Function0<T>, Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Completes the request using the given arguments.
- complete(ToResponseMarshallable) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Completes the request with the given ToResponseMarshallable.
- complete(ToResponseMarshallable) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- Complete(HttpResponse) - Constructor for class org.apache.pekko.http.scaladsl.server.RouteResult.Complete
-
- Complete$() - Constructor for class org.apache.pekko.http.scaladsl.server.RouteResult.Complete$
-
- completed() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- Completed(Try<Tuple2<Seq<T>, Object>>) - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Completed
-
- Completed$() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Completed$
-
- completeOK(T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOK(T, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOK(T, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request as HTTP 200 OK, marshalling the given value as response entity.
- completeOKWithFuture(Future<T>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithFuture(CompletionStage<RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithFuture(CompletionStage<T>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithFuture(Future<T>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOKWithFuture(CompletionStage<RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOKWithFuture(CompletionStage<T>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOKWithFuture(Future<T>, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given value into an http response.
- completeOKWithFuture(CompletionStage<RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given future value into an http response.
- completeOKWithFuture(CompletionStage<T>, Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request with an OK
status code by marshalling the given value into an http response.
- completeOKWithFutureString(Future<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithFutureString(CompletionStage<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithFutureString(Future<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOKWithFutureString(CompletionStage<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOKWithFutureString(Future<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given future value into an http response.
- completeOKWithFutureString(CompletionStage<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given future value into an http response.
- completeOKWithSource(Source<T, M>, Marshaller<T, RequestEntity>, EntityStreamingSupport) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOKWithSource(Source<T, M>, Marshaller<T, RequestEntity>, EntityStreamingSupport) - Method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOrRecoverWith(Supplier<CompletionStage<T>>, Marshaller<T, RequestEntity>, Function<Throwable, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeOrRecoverWith(Supplier<CompletionStage<T>>, Marshaller<T, RequestEntity>, Function<Throwable, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeOrRecoverWith(Supplier<CompletionStage<T>>, Marshaller<T, RequestEntity>, Function<Throwable, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a CompletionStage
and runs the inner route when the stage has failed
with the stage's failure exception as an extraction of type Throwable
.
- completeOrRecoverWith(CompleteOrRecoverWithMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FutureDirectives
-
"Unwraps" a Future[T]
and runs the inner route when the future has failed
with the future's failure exception as an extraction of type Throwable
.
- CompleteOrRecoverWithMagnet - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- CompleteOrRecoverWithMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CompleteOrRecoverWithMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet$
-
- completeWith(Marshaller<T, ? extends HttpResponse>, Consumer<Consumer<T>>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWith(Marshaller<T, ? extends HttpResponse>, Consumer<Consumer<T>>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWith(Marshaller<T, ? extends HttpResponse>, Consumer<Consumer<T>>) - Method in class org.apache.pekko.http.javadsl.server.directives.MarshallingDirectives
-
Uses the marshaller for the given type to produce a completion function that is passed to its inner function.
- completeWith(HttpResponse) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- completeWith(Marshaller<T, HttpResponse>, Function1<Function1<T, BoxedUnit>, BoxedUnit>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
-
Uses the marshaller for the given type to produce a completion function that is passed to its inner function.
- completeWithFuture(Future<T>, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFuture(CompletionStage<HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFuture(CompletionStage<T>, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFuture(Future<T>, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFuture(CompletionStage<HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFuture(CompletionStage<T>, Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFuture(Future<T>, Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given value into an http response.
- completeWithFuture(CompletionStage<HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given future value into an http response.
- completeWithFuture(CompletionStage<T>, Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given value into an http response.
- completeWithFutureResponse(Future<HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFutureResponse(Future<HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFutureResponse(Future<HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request by marshalling the given future value into an http response.
- completeWithFutureStatus(Future<StatusCode>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFutureStatus(CompletionStage<StatusCode>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithFutureStatus(Future<StatusCode>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFutureStatus(CompletionStage<StatusCode>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completeWithFutureStatus(Future<StatusCode>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given future status code.
- completeWithFutureStatus(CompletionStage<StatusCode>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request using the given future status code.
- completeWithSource(Source<T, M>, Marshaller<T, ByteString>, EntityStreamingSupport) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- completeWithSource(Source<T, M>, Marshaller<T, ByteString>, EntityStreamingSupport) - Method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- completion() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- completion() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- completionHandling() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- completionHandling() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- CompletionIsEntityStreamError() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser$
-
- CompletionIsMessageStartError() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser$
-
- CompletionOk() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser$
-
- completionSignal() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- completionSignal() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- completionStage() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity.DiscardedEntity
-
This future completes successfully once the underlying entity stream has been successfully
drained (and fails otherwise).
- completionStage() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.DiscardedEntity
-
This future completes successfully once the underlying entity stream has been
successfully drained (and fails otherwise).
- completionStage() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessage.DiscardedEntity
-
This future completes successfully once the underlying entity stream has been
successfully drained (and fails otherwise).
- completionStageCovariant(CompletionStage<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- completionTimeout() - Method in class org.apache.pekko.http.impl.engine.http2.Http2ClientDemux
-
- completionTimeout() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- completionTimeout() - Method in class org.apache.pekko.http.impl.engine.http2.Http2ServerDemux
-
- completionTimeout() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- completionTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- CompletionTimeout$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Demux.CompletionTimeout$
-
- compose(Function<C, A>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- compose(Function1<C, A>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- composeWithEC(Function1<ExecutionContext, Function1<C, A>>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- COMPRESS - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- COMPRESS - Static variable in class org.apache.pekko.http.javadsl.model.TransferEncodings
-
- compress(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
Compresses the given input and returns compressed data.
- compress(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- compress(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- compress(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- compress() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- compress() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- compress$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.compress$
-
- compressAndFinish(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
Combines `compress` + `finish`
- compressAndFinish(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- compressAndFinish(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- compressAndFinish(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- compressAndFlush(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
Combines `compress` + `flush`
- compressAndFlush(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- compressAndFlush(ByteString) - Method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- compressAndFlush(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- Compressibility(boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.Compressibility
-
- compressible() - Method in interface org.apache.pekko.http.javadsl.model.MediaType.Compressibility
-
- COMPRESSIBLE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- compressible() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Compressibility
-
- Compressible$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.Compressible$
-
- COMPRESSION_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.COMPRESSION_ERROR$
-
- Compressor - Class in org.apache.pekko.http.scaladsl.coding
-
- Compressor() - Constructor for class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
- compressWithBuffer(ByteString, byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- compressWithBuffer(ByteString, byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- concat(Route, Seq<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- concat(Route, Route...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- concat(Route, Seq<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- concat(Route, Route...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- concat(Route, Route...) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Used to chain multiple alternate routes using comma,
rather than having to explicitly call route1.orElse(route2).orElse(route3).
- concat(Route, Seq<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Used to chain multiple alternate routes using comma,
rather than having to explicitly call route1.orElse(route2).orElse(route3).
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- concat(PathMatcher1<T>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- concat(PathMatcher2<T1, T2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- concat(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- concat(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- concat(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- concat(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- concat(Seq<Function1<RequestContext, Future<RouteResult>>>) - Method in interface org.apache.pekko.http.scaladsl.server.RouteConcatenation
-
Tries the supplied routes in sequence, returning the result of the first route that doesn't reject the request.
- condHolds(FiniteDuration, Function0<T>) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
Makes sure the given condition "f" holds in the timer period of "in".
- conditional(EntityTag, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(DateTime, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(EntityTag, DateTime, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(Optional<EntityTag>, Optional<DateTime>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(EntityTag, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- conditional(DateTime, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- conditional(EntityTag, DateTime, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- conditional(Optional<EntityTag>, Optional<DateTime>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- conditional(EntityTag, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- conditional(DateTime, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- conditional(EntityTag, DateTime, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- conditional(Optional<EntityTag>, Optional<DateTime>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- conditional(EntityTag) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(DateTime) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(EntityTag, DateTime) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditional(Option<EntityTag>, Option<DateTime>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives
-
Wraps its inner route with support for Conditional Requests as defined
by http://tools.ietf.org/html/rfc7232
In particular the algorithm defined by http://tools.ietf.org/html/rfc7232#section-6
is implemented by this directive.
- conditionalFor(long, long) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
- config() - Method in class org.apache.pekko.http.javadsl.testkit.ActorSystemResource
-
- config(String) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettingsSpec
-
- config() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- configAdditions() - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl$
-
- configAdditions() - Static method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- configOverrides() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- ConfigSpec - Class in org.apache.pekko.http
-
- ConfigSpec() - Constructor for class org.apache.pekko.http.ConfigSpec
-
- ConfigurablePing - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ConfigurablePing() - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing
-
- ConfigurablePing$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ConfigurablePing$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing$
-
- ConfigurablePing.DisabledPingState$ - Class in org.apache.pekko.http.impl.engine.http2
-
- ConfigurablePing.EnabledPingState - Class in org.apache.pekko.http.impl.engine.http2
-
- ConfigurablePing.PingState - Interface in org.apache.pekko.http.impl.engine.http2
-
- ConfigurablePing.PingState$ - Class in org.apache.pekko.http.impl.engine.http2
-
- ConfigurablePing.Tick$ - Class in org.apache.pekko.http.impl.engine.http2
-
- configuredSystem(String, Function1<ActorSystem, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
-
- CONFLICT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Conflict() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Conflict() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- conflictingContentTypeHeaderProcessingMode() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- conflictingContentTypeHeaderProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- ConflictingContentTypeHeaderProcessingMode$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$
-
- ConjunctionMagnet<L> - Interface in org.apache.pekko.http.scaladsl.server
-
- ConjunctionMagnet$ - Class in org.apache.pekko.http.scaladsl.server
-
- ConjunctionMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$
-
- CONNECT - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- CONNECT() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- CONNECT() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- CONNECT_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.CONNECT_ERROR$
-
- Connected$() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Connected$
-
- ConnectedState() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedState
-
- ConnectHttp - Class in org.apache.pekko.http.javadsl
-
- ConnectHttp() - Constructor for class org.apache.pekko.http.javadsl.ConnectHttp
-
- ConnectHttp$ - Class in org.apache.pekko.http.javadsl
-
- ConnectHttp$() - Constructor for class org.apache.pekko.http.javadsl.ConnectHttp$
-
- ConnectHttpImpl - Class in org.apache.pekko.http.javadsl
-
INTERNAL API
- ConnectHttpImpl(String, int) - Constructor for class org.apache.pekko.http.javadsl.ConnectHttpImpl
-
- ConnectHttpsImpl - Class in org.apache.pekko.http.javadsl
-
INTERNAL API
- ConnectHttpsImpl(String, int, Optional<HttpsConnectionContext>) - Constructor for class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- ConnectHttpsImpl$ - Class in org.apache.pekko.http.javadsl
-
- ConnectHttpsImpl$() - Constructor for class org.apache.pekko.http.javadsl.ConnectHttpsImpl$
-
- ConnectHttpSpec - Class in org.apache.pekko.http.javadsl
-
- ConnectHttpSpec() - Constructor for class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- Connecting(PoolFlow.RequestContext) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting
-
- Connecting$() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Connecting$
-
- Connecting$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting$
-
- connectingTimeout() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- connectingTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- connection() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Connection - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Connection` header.
- Connection() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Connection
-
- Connection - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Connection(Seq<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- Connection$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Connection$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Connection$
-
- ConnectionAbort() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- connectionClosed() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- connectionCloseExpected(HttpProtocol, Option<Connection>) - Method in class org.apache.pekko.http.scaladsl.model.HttpMessage$
-
- connectionCloseExpected() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns true if this message is an:
- HttpRequest and the client does not want to reuse the connection after the response for this request has been received
- HttpResponse and the server will close the connection after this response
- connectionContext() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- connectionContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- connectionContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttpImpl
-
- connectionContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- ConnectionContext - Class in org.apache.pekko.http.javadsl
-
- ConnectionContext() - Constructor for class org.apache.pekko.http.javadsl.ConnectionContext
-
- connectionContext() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- ConnectionContext - Interface in org.apache.pekko.http.scaladsl
-
- ConnectionContext$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ConnectionContext$
-
- ConnectionContext$ - Class in org.apache.pekko.http.javadsl
-
- ConnectionContext$() - Constructor for class org.apache.pekko.http.javadsl.ConnectionContext$
-
- ConnectionContext$ - Class in org.apache.pekko.http.scaladsl
-
- ConnectionContext$() - Constructor for class org.apache.pekko.http.scaladsl.ConnectionContext$
-
- ConnectionContextSpec - Class in org.apache.pekko.http.javadsl
-
- ConnectionContextSpec() - Constructor for class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- connectionLevel() - Method in class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements
-
- connectionOpenRequested() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- ConnectionPoolSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- ConnectionPoolSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- ConnectionPoolSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- ConnectionPoolSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- ConnectionPoolSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ConnectionPoolSettings$
-
- ConnectionPoolSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- ConnectionPoolSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings$
-
- ConnectionPoolSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ConnectionPoolSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings$
-
- ConnectionPoolSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ConnectionPoolSettingsImpl(int, int, int, int, int, Duration, FiniteDuration, FiniteDuration, Duration, Duration, ClientConnectionSettings, Duration, Seq<Tuple2<Regex, ConnectionPoolSettings>>) - Constructor for class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- ConnectionPoolSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ConnectionPoolSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl$
-
- ConnectionPoolSettingsSpec - Class in org.apache.pekko.http.scaladsl.settings
-
- ConnectionPoolSettingsSpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettingsSpec
-
- ConnectionPoolSetup - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ConnectionPoolSetup(ConnectionPoolSettings, ConnectionContext, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- ConnectionPoolSetup$ - Class in org.apache.pekko.http.impl.settings
-
- ConnectionPoolSetup$() - Constructor for class org.apache.pekko.http.impl.settings.ConnectionPoolSetup$
-
- ConnectionResetByPeerMessage() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec
-
- connectionSettings() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- connectionSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- connectionSource() - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Creates a pekko.stream.javadsl.Source
of pekko.http.javadsl.IncomingConnection
instances which represents a prospective HTTP server binding
on the given endpoint
.
- connectionSource() - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Creates a pekko.stream.scaladsl.Source
of pekko.http.scaladsl.Http.IncomingConnection
instances which represents a prospective HTTP server binding
on the given endpoint
.
- ConnectionTerminator(Promise<Function1<FiniteDuration, Future<Http.HttpTerminated>>>) - Constructor for class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage.ConnectionTerminator
-
- connectionTo(String) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a builder which will create a single connection to a host every time the built flow is materialized.
- connectionTo(String) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Creates a builder which will create a single connection to a host every time the built flow is materialized.
- ConnectionUpgradeHeader() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- ConnectionUpgradeHeader() - Method in class org.apache.pekko.http.impl.engine.ws.Handshake$
-
- ConnectionUpgradeHeader() - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake
-
- ConnectionWasAbortedException() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling$
-
- connectTo(String, int, ClientConnectionSettings, ActorSystem) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.KillSwitchedClientTransport
-
- connectTo(String, int, ClientConnectionSettings, ActorSystem) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport
-
- connectTo(String, int, ClientConnectionSettings, ActorSystem) - Method in class org.apache.pekko.http.javadsl.ClientTransport
-
- connectTo(String, int, ClientConnectionSettings, ActorSystem) - Method in interface org.apache.pekko.http.scaladsl.ClientTransport
-
- ConnectWithHttps - Class in org.apache.pekko.http.javadsl
-
- ConnectWithHttps() - Constructor for class org.apache.pekko.http.javadsl.ConnectWithHttps
-
- connNr(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- ConnNrHeader(int) - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- ConnNrHeader$() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader$
-
- connSource() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- connSourceSub() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- Cons(String, String, Uri.Query) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- Cons$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons$
-
- ConstructFromTuple<T,R> - Interface in org.apache.pekko.http.scaladsl.server.util
-
Constructor for instances of type R
which can be created from a tuple of type T
.
- ConstructFromTuple$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- ConstructFromTuple$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ConstructFromTuple$
-
- ConstructFromTupleInstances - Class in org.apache.pekko.http.scaladsl.server.util
-
- ConstructFromTupleInstances() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- contain() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- contain() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- contain() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- contain() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- contain() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- contain() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- contain() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- contain() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- contain() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- content() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective
-
- Content$minusDisposition - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusDisposition(ContentDispositionType, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- Content$minusDisposition$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
Document https://tools.ietf.org/html/rfc6266 updates document https://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html .
- Content$minusDisposition$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition$
-
- Content$minusEncoding - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusEncoding(Seq<HttpEncoding>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- Content$minusEncoding$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusEncoding$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding$
-
- Content$minusLength - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusLength(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- Content$minusLength$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusLength$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength$
-
- Content$minusLocation - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusLocation(Uri) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- Content$minusLocation$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusLocation$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation$
-
- Content$minusRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusRange(RangeUnit, ContentRange) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- Content$minusRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange$
-
- Content$minusType - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusType(ContentType) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- Content$minusType$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Content$minusType$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Content$minusType$
-
- CONTENT_TOO_LARGE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- ContentDisposition - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Content-Disposition` header.
- ContentDisposition() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentDisposition
-
- contentDispositionFilenameSafeChars() - Method in class org.apache.pekko.http.impl.util.Rendering$
-
- ContentDispositionHeader - Interface in org.apache.pekko.http.impl.model.parser
-
- contentDispositionHeader() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
The potentially present Content-Disposition
header.
- contentDispositionHeader() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- ContentDispositionType - Interface in org.apache.pekko.http.javadsl.model.headers
-
- ContentDispositionType - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionType$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentDispositionType$
-
- ContentDispositionTypes - Class in org.apache.pekko.http.javadsl.model.headers
-
- ContentDispositionTypes - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes
-
- ContentDispositionTypes$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes$
-
- ContentDispositionTypes.attachment$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes.Ext - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes.Ext$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes.form$minusdata$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes.inline$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentDispositionTypes.Predefined - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ContentEncoding - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Content-Encoding` header.
- ContentEncoding() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentEncoding
-
- contentHistogram() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Returns the number of header values stored per header type.
- ContentLength - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Content-Length` header.
- ContentLength() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentLength
-
- contentLength() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- contentLength() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- contentLength() - Method in interface org.apache.pekko.http.scaladsl.model.UniversalEntity
-
- ContentLength$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.ContentLength$
-
- ContentLengthBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- ContentLengthBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- ContentLengthHeaderParserCRLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ContentLengthHeaderParserCRLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserCRLFSpec
-
- ContentLengthHeaderParserLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ContentLengthHeaderParserLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserLFSpec
-
- ContentLengthHeaderParserSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ContentLengthHeaderParserSpec(String, String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- contentLengthOption() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- contentLengthOption() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Some(content length) if a length is defined for this entity, None otherwise.
- contentLengthOption() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- contentLengthOption() - Method in interface org.apache.pekko.http.scaladsl.model.UniversalEntity
-
- ContentLengthParser$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers.ContentLengthParser$
-
- ContentLocation - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `ContentLocation` header.
- ContentLocation() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentLocation
-
- ContentNegotiator - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator(Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
- ContentNegotiator$ - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator$() - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator$
-
- ContentNegotiator.Alternative - Interface in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator.Alternative$ - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator.Alternative$.ContentType - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator.Alternative$.ContentType$ - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator.Alternative$.MediaType - Class in org.apache.pekko.http.scaladsl.server
-
- ContentNegotiator.Alternative$.MediaType$ - Class in org.apache.pekko.http.scaladsl.server
-
- ContentRange - Class in org.apache.pekko.http.javadsl.model
-
- ContentRange() - Constructor for class org.apache.pekko.http.javadsl.model.ContentRange
-
- ContentRange - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Content-Range` header.
- ContentRange() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentRange
-
- contentRange() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentRange
-
- ContentRange - Interface in org.apache.pekko.http.scaladsl.model
-
- contentRange() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- contentRange() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- contentRange() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
- ContentRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentRange$
-
- ContentRange$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange$
-
- ContentRange.Default - Class in org.apache.pekko.http.scaladsl.model
-
Models a satisfiable HTTP content-range.
- ContentRange.Default$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentRange.Other - Class in org.apache.pekko.http.scaladsl.model
-
An other-range-resp
.
- ContentRange.Other$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentRange.Unsatisfiable - Class in org.apache.pekko.http.scaladsl.model
-
An unsatisfiable content-range.
- ContentRange.Unsatisfiable$ - Class in org.apache.pekko.http.scaladsl.model
-
- contentRangeHeader() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
The Content-Range
header of this part.
- ContentTooLarge() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ContentTooLarge() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- contentType(Option<Content$minusType>) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- contentType(String, String, Seq<Tuple2<String, String>>, Option<HttpCharset>, Builder<Tuple2<String, String>, Map<String, String>>) - Method in interface org.apache.pekko.http.impl.model.parser.ContentTypeHeader
-
- contentType() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Write-side, defines what Content-Type the Marshaller should offer and the final Content-Type of the response.
- ContentType - Interface in org.apache.pekko.http.javadsl.model
-
Represents an Http content-type.
- ContentType - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Content-Type` header.
- ContentType() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ContentType
-
- contentType() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentType
-
- contentType() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the response's content-type
- contentType() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Write-side, defines what Content-Type the Marshaller should offer and the final Content-Type of the response.
- contentType() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType
-
- ContentType - Interface in org.apache.pekko.http.scaladsl.model
-
A ContentType
represents a specific MediaType / HttpCharset combination.
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- contentType() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
The ContentType
associated with this entity.
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- contentType() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- ContentType(ContentType) - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- contentType() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- contentType() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- ContentType$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.ContentType$
-
- ContentType$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentType$
-
- ContentType$ - Class in org.apache.pekko.http.javadsl.model
-
- ContentType$() - Constructor for class org.apache.pekko.http.javadsl.model.ContentType$
-
- ContentType$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentType$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType$
-
- ContentType$() - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType$
-
- ContentType.$u003B$u0020charset$eq$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentType.Binary - Interface in org.apache.pekko.http.javadsl.model
-
Represents a content-type which we know not to contain text (will never have a charset)
- ContentType.Binary - Class in org.apache.pekko.http.scaladsl.model
-
Represents a content-type which we know not to contain text (will never have have a charset)
- ContentType.Binary$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentType.NonBinary - Interface in org.apache.pekko.http.javadsl.model
-
Represents a content-type which we know to contain text, and has a specified charset.
- ContentType.NonBinary - Interface in org.apache.pekko.http.scaladsl.model
-
Represents a content-type which we know to contain text, and has a specified charset.
- ContentType.WithCharset - Interface in org.apache.pekko.http.javadsl.model
-
Represents a content-type which we know to contain text, and the charset is known at runtime.
- ContentType.WithCharset - Class in org.apache.pekko.http.scaladsl.model
-
Represents a content-type which we know to contain text, and the charset is known at runtime.
- ContentType.WithCharset$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentType.WithFixedCharset - Interface in org.apache.pekko.http.javadsl.model
-
Represents a content-type which we know to contain text, where the charset always has the same predefined value.
- ContentType.WithFixedCharset - Class in org.apache.pekko.http.scaladsl.model
-
Represents a content-type which we know to contain text, where the charset always has the same predefined value.
- ContentType.WithFixedCharset$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentType.WithMissingCharset - Interface in org.apache.pekko.http.javadsl.model
-
Represents a content-type which we know to contain text, and would be better off having a charset,
but the client hasn't provided that.
- ContentType.WithMissingCharset - Class in org.apache.pekko.http.scaladsl.model
-
Represents a content-type which we know to contain text, and would be better off having a charset,
but the client or server hasn't provided that.
- ContentType.WithMissingCharset$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentTypeBinary$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeBinary$
-
- ContentTypeHeader - Interface in org.apache.pekko.http.impl.model.parser
-
- ContentTypeNonBinary$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeNonBinary$
-
- ContentTypeOverrider<T> - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- ContentTypeOverrider$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- ContentTypeOverrider$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
- ContentTypeRange - Class in org.apache.pekko.http.javadsl.model
-
A data structure that combines an acceptable media range and an acceptable charset range into one
structure to be used with unmarshalling.
- ContentTypeRange() - Constructor for class org.apache.pekko.http.javadsl.model.ContentTypeRange
-
- ContentTypeRange - Class in org.apache.pekko.http.scaladsl.model
-
- ContentTypeRange(MediaRange, HttpCharsetRange) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- ContentTypeRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeRange$
-
- ContentTypeRange$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentTypeRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentTypeRange$
-
- ContentTypeResolver - Interface in org.apache.pekko.http.javadsl.server.directives
-
Implement this interface to provide a custom mapping from a file name to a
[[org.apache.pekko.http.javadsl.model.ContentType]].
- ContentTypeResolver - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- ContentTypeResolver$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- ContentTypeResolver$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver$
-
- ContentTypes - Class in org.apache.pekko.http.javadsl.model
-
Contains the set of predefined content-types for convenience.
- ContentTypes - Class in org.apache.pekko.http.scaladsl.model
-
- ContentTypes() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentTypes
-
- ContentTypes$ - Class in org.apache.pekko.http.scaladsl.model
-
- ContentTypes$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentTypes$
-
- contentTypeString() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns a string representation of the response's content-type
- ContentTypeWithCharset$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeWithCharset$
-
- ContentTypeWithFixedCharset$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeWithFixedCharset$
-
- context() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor
-
- context() - Method in class org.apache.pekko.http.impl.util.EventStreamLogger
-
- context() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- CONTINUATION$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.CONTINUATION$
-
- Continuation$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Continuation$
-
- ContinuationFrame(int, boolean, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame
-
- ContinuationFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame$
-
- CONTINUE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Continue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Continue() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- controller(ServerSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- controller(ServerSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- ControllerStage(ServerSettings, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- convert(Directive<Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet
-
Deprecated.
- convertArray(T[]) - Static method in class org.apache.pekko.http.impl.util.Util
-
- ConvertCompletionStage(CompletionStage<T>) - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.ConvertCompletionStage
-
- ConvertCompletionStage$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.ConvertCompletionStage$
-
- convertDirectoryListing$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertDirectoryListing$
-
- convertDirectoryRenderer$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertDirectoryRenderer$
-
- convertEntityStreamingSupport$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertEntityStreamingSupport$
-
- ConvertFieldDefAndConcatenate$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
-
Deprecated.
- convertIterable(Iterable<T>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertLogEntry$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertLogEntry$
-
- convertMapToScala(Map<K, V>) - Method in class org.apache.pekko.http.ccompat.MapHelpers$
-
- convertMapToScala(Map<K, V>) - Static method in class org.apache.pekko.http.ccompat.MapHelpers
-
- convertMapToScala(Map<String, String>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertOption(Option<T>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertOptionalToScala(Optional<T>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertOptionalToScala(OptionalLong) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertOptionalToScala(OptionalInt) - Static method in class org.apache.pekko.http.impl.util.Util
-
- ConvertParamDefAndConcatenate$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$.ConvertParamDefAndConcatenate$
-
Deprecated.
- convertParserSettings$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertParserSettings$
-
- convertPublisher(Source<T, Unit>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- convertRouteResult$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertRouteResult$
-
- convertRouteSettings$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertRouteSettings$
-
- convertSeqToScala(Seq<J>, J2SMapping<J>) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Implicits$
-
- convertSeqToScala(Seq<J>, J2SMapping<J>) - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Implicits$
-
- convertToScala(J, J2SMapping<J>) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Implicits$
-
- convertToScala(J, J2SMapping<J>) - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Implicits$
-
- cookie() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Cookie - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Cookie` header.
- Cookie() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Cookie
-
- cookie() - Method in class org.apache.pekko.http.javadsl.model.headers.SetCookie
-
- cookie(String, Function<HttpCookiePair, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- cookie(String, Function<HttpCookiePair, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Extracts the HttpCookiePair
with the given name.
- cookie(String, Function<HttpCookiePair, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- cookie() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- Cookie - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Cookie(Seq<HttpCookiePair>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- cookie() - Method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- cookie(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
Extracts the HttpCookiePair
with the given name.
- Cookie$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Cookie$
-
- Cookie$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Cookie$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
- CookieDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- CookieDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
- CookieDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- CookieDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CookieDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.CookieDirectives$
-
- cookieName() - Method in interface org.apache.pekko.http.javadsl.server.MissingCookieRejection
-
- cookieName() - Method in class org.apache.pekko.http.scaladsl.server.MissingCookieRejection
-
- cookiePairsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
- cookiePairsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- cookieParsingMode() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- cookieParsingMode() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- cookieParsingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- CookieParsingMode$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.CookieParsingMode$
-
- CookieParsingMode$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$
-
- cookies() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- cookies() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
All cookies provided by the client in one or more Cookie
headers.
- copy(String, String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
INTERNAL API
- copy(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- copy(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>, Option<SameSite>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- copy(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- copy(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- copy(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given components.
- copy(Set<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- copy(Set<ContentTypeRange>, Option<ContentType>) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- copy(Set<ContentTypeRange>) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- copy(Set<ContentTypeRange>, Option<ContentType>) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- copyDeep(Function1<ConnectionPoolSettings, ConnectionPoolSettings>, int, int, int, int, int, Duration, FiniteDuration, FiniteDuration, Duration, Duration, ClientConnectionSettings, Duration) - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
INTERNAL API
- Coroner - Class in org.apache.pekko.testkit
-
The Coroner can be used to print a diagnostic report of the JVM state,
including stack traces and deadlocks.
- Coroner() - Constructor for class org.apache.pekko.testkit.Coroner
-
- Coroner$ - Class in org.apache.pekko.testkit
-
The Coroner can be used to print a diagnostic report of the JVM state,
including stack traces and deadlocks.
- Coroner$() - Constructor for class org.apache.pekko.testkit.Coroner$
-
- Coroner.WatchHandle - Interface in org.apache.pekko.testkit
-
Used to cancel the Coroner after calling watch
.
- correlationAttributes() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- correlationAttributes() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
-
- correlationAttributes() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- correlationAttributes() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- CorrespondsTo - Annotation Type in org.apache.pekko.http.javadsl.server.directives
-
INTERNAL API – used for consistency specs
Used to hint at consistency spec implementations that a given JavaDSL method corresponds to a
method of given name in ScalaDSL.
- cors(Supplier<Route>) - Method in class org.apache.pekko.http.cors.javadsl.CorsDirectives$
-
- cors(CorsSettings, Supplier<Route>) - Method in class org.apache.pekko.http.cors.javadsl.CorsDirectives$
-
- cors(Supplier<Route>) - Static method in class org.apache.pekko.http.cors.javadsl.CorsDirectives
-
- cors(CorsSettings, Supplier<Route>) - Static method in class org.apache.pekko.http.cors.javadsl.CorsDirectives
-
- cors() - Method in interface org.apache.pekko.http.cors.scaladsl.CorsDirectives
-
Wraps its inner route with support for the CORS mechanism, enabling cross origin requests.
- cors(CorsSettings) - Method in interface org.apache.pekko.http.cors.scaladsl.CorsDirectives
-
Wraps its inner route with support for the CORS mechanism, enabling cross origin requests.
- CorsDirectives - Class in org.apache.pekko.http.cors.javadsl
-
- CorsDirectives() - Constructor for class org.apache.pekko.http.cors.javadsl.CorsDirectives
-
- CorsDirectives - Interface in org.apache.pekko.http.cors.scaladsl
-
Provides directives that implement the CORS mechanism, enabling cross origin requests.
- CorsDirectives$ - Class in org.apache.pekko.http.cors.javadsl
-
- CorsDirectives$() - Constructor for class org.apache.pekko.http.cors.javadsl.CorsDirectives$
-
- CorsDirectives$ - Class in org.apache.pekko.http.cors.scaladsl
-
- CorsDirectives$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsDirectives$
-
- CorsJavaMapping - Class in org.apache.pekko.http.cors
-
- CorsJavaMapping() - Constructor for class org.apache.pekko.http.cors.CorsJavaMapping
-
- CorsJavaMapping$ - Class in org.apache.pekko.http.cors
-
- CorsJavaMapping$() - Constructor for class org.apache.pekko.http.cors.CorsJavaMapping$
-
- CorsJavaMapping.Implicits$ - Class in org.apache.pekko.http.cors
-
- CorsJavaMapping.Implicits$.CorsSettingsMapping - Class in org.apache.pekko.http.cors
-
- CorsJavaMapping.Implicits$.CorsSettingsMapping$ - Class in org.apache.pekko.http.cors
-
- CorsRejection - Interface in org.apache.pekko.http.cors.javadsl
-
Rejection created by the CORS directives.
- CorsRejection - Class in org.apache.pekko.http.cors.scaladsl
-
Rejection created by the CORS directives.
- CorsRejection(CorsRejection.Cause) - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection
-
- CorsRejection$ - Class in org.apache.pekko.http.cors.javadsl
-
- CorsRejection$() - Constructor for class org.apache.pekko.http.cors.javadsl.CorsRejection$
-
- CorsRejection$ - Class in org.apache.pekko.http.cors.scaladsl
-
- CorsRejection$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection$
-
- CorsRejection.Cause - Interface in org.apache.pekko.http.cors.javadsl
-
Signals the cause of the failed CORS request.
- CorsRejection.Cause - Interface in org.apache.pekko.http.cors.scaladsl
-
Signals the cause of the failed CORS request.
- CorsRejection.InvalidHeaders - Interface in org.apache.pekko.http.cors.javadsl
-
Signals the CORS request was rejected because its headers were invalid.
- CorsRejection.InvalidHeaders - Class in org.apache.pekko.http.cors.scaladsl
-
Signals the CORS request was rejected because its headers were invalid.
- CorsRejection.InvalidHeaders$ - Class in org.apache.pekko.http.cors.scaladsl
-
- CorsRejection.InvalidMethod - Interface in org.apache.pekko.http.cors.javadsl
-
Signals the CORS request was rejected because its method was invalid.
- CorsRejection.InvalidMethod - Class in org.apache.pekko.http.cors.scaladsl
-
Signals the CORS request was rejected because its method was invalid.
- CorsRejection.InvalidMethod$ - Class in org.apache.pekko.http.cors.scaladsl
-
- CorsRejection.InvalidOrigin - Interface in org.apache.pekko.http.cors.javadsl
-
Signals the CORS request was rejected because its origin was invalid.
- CorsRejection.InvalidOrigin - Class in org.apache.pekko.http.cors.scaladsl
-
Signals the CORS request was rejected because its origin was invalid.
- CorsRejection.InvalidOrigin$ - Class in org.apache.pekko.http.cors.scaladsl
-
- CorsRejection.Malformed - Interface in org.apache.pekko.http.cors.javadsl
-
Signals the CORS request was malformed.
- CorsRejection.Malformed$ - Class in org.apache.pekko.http.cors.scaladsl
-
Signals the CORS request was malformed.
- corsRejectionHandler() - Method in class org.apache.pekko.http.cors.javadsl.CorsDirectives$
-
- corsRejectionHandler() - Static method in class org.apache.pekko.http.cors.javadsl.CorsDirectives
-
- corsRejectionHandler() - Method in class org.apache.pekko.http.cors.scaladsl.CorsDirectives$
-
- CorsSettings - Class in org.apache.pekko.http.cors.javadsl.settings
-
Public API but not intended for subclassing
- CorsSettings() - Constructor for class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- CorsSettings - Class in org.apache.pekko.http.cors.scaladsl.settings
-
Settings used by the CORS directives.
- CorsSettings() - Constructor for class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- CorsSettings$ - Class in org.apache.pekko.http.cors.javadsl.settings
-
- CorsSettings$() - Constructor for class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
- CorsSettings$ - Class in org.apache.pekko.http.cors.scaladsl.settings
-
- CorsSettings$() - Constructor for class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$
-
- CorsSettingsImpl - Class in org.apache.pekko.http.cors.scaladsl.settings
-
INTERNAL API
- CorsSettingsImpl(boolean, boolean, HttpOriginMatcher, HttpHeaderRange, Seq<HttpMethod>, Seq<String>, Option<Object>) - Constructor for class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- CorsSettingsImpl$ - Class in org.apache.pekko.http.cors.scaladsl.settings
-
- CorsSettingsImpl$() - Constructor for class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl$
-
- CorsSettingsMapping() - Constructor for class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping
-
- CorsSettingsMapping$() - Constructor for class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping$
-
- counter() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- CR() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- CR() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- CR() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser$
-
- CR() - Static method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser
-
- create(Config) - Method in class org.apache.pekko.http.caching.javadsl.CachingSettings$
-
- create(String) - Method in class org.apache.pekko.http.caching.javadsl.CachingSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.caching.javadsl.CachingSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- create(String) - Static method in class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- create(Config) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings$
-
- create(String) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- create(String) - Static method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- create(ActorSystem) - Method in class org.apache.pekko.http.caching.LfuCache$
-
Java API
Creates a new pekko.http.caching.LfuCache
using configuration of the system,
with optional expiration depending on whether a non-zero and finite timeToLive and/or timeToIdle is set or not.
- create(CachingSettings) - Method in class org.apache.pekko.http.caching.LfuCache$
-
Java API
Creates a new pekko.http.caching.LfuCache
, with optional expiration depending
on whether a non-zero and finite timeToLive and/or timeToIdle is set or not.
- create(ActorSystem) - Static method in class org.apache.pekko.http.caching.LfuCache
-
Java API
Creates a new pekko.http.caching.LfuCache
using configuration of the system,
with optional expiration depending on whether a non-zero and finite timeToLive and/or timeToIdle is set or not.
- create(CachingSettings) - Static method in class org.apache.pekko.http.caching.LfuCache
-
Java API
Creates a new pekko.http.caching.LfuCache
, with optional expiration depending
on whether a non-zero and finite timeToLive and/or timeToIdle is set or not.
- create(String...) - Static method in class org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
-
- create(HttpOrigin...) - Static method in class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
-
- create(Config) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
Creates an instance of settings using the given Config.
- create(String) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
Creates an instance of settings using the given String of config overrides to override settings set in the class
loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
- create(ActorSystem) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
Creates an instance of CorsSettings using the configuration provided by the given ActorSystem.
- create(Config) - Static method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
Creates an instance of settings using the given Config.
- create(String) - Static method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
Creates an instance of settings using the given String of config overrides to override settings set in the class
loader of this class (i.e. by application.conf or reference.conf files in the class loader of this class).
- create(ActorSystem) - Static method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
Creates an instance of CorsSettings using the configuration provided by the given ActorSystem.
- create(ActorSystem) - Method in class org.apache.pekko.http.impl.engine.http2.TelemetrySpi$
-
- create(boolean) - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler$
-
- create(boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameHandler
-
- create(boolean, FiniteDuration, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler$
-
- create(boolean, FiniteDuration, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- create(boolean) - Method in class org.apache.pekko.http.impl.engine.ws.MessageToFrameRenderer$
-
- create(boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.MessageToFrameRenderer
-
- create() - Method in interface org.apache.pekko.http.impl.engine.ws.StreamingCharsetDecoder
-
- create() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
-
- create() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder
-
- create(String, Class<U>) - Static method in class org.apache.pekko.http.javadsl.model.AttributeKey
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.Authority
-
Returns a Authority created by parsing the given string representation.
- create(long, long) - Static method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- create(long, long, long) - Static method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- create(long, long, OptionalLong) - Static method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- create(MediaType.Binary) - Static method in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- create(MediaType.WithFixedCharset) - Static method in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- create(MediaType.WithOpenCharset, HttpCharset) - Static method in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- create(long) - Static method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a new DateTime instance representing the instant as defined by "clicks" i.e. from the
number of milliseconds since the start of "the epoch", namely January 1, 1970, 00:00:00 GMT.
- create(int, int, int, int, int, int) - Static method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a new DateTime instance by interpreting the given date/time components as an instant in
GMT.
- create(Pair<String, String>...) - Static method in class org.apache.pekko.http.javadsl.model.FormData
-
Creates the FormData from the given parameters.
- create(Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.FormData
-
Creates the FormData from the given parameters.
- create(Iterable<Pair<String, String>>) - Static method in class org.apache.pekko.http.javadsl.model.FormData
-
Creates a FormData from the given parameters.
- create(MediaRange...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Accept
-
- create(HttpCharsetRange...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AcceptCharset
-
- create(HttpEncoding) - Static method in class org.apache.pekko.http.javadsl.model.headers.AcceptEncoding
-
- create(HttpEncodingRange...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AcceptEncoding
-
- create(LanguageRange...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AcceptLanguage
-
- create(RangeUnit...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AcceptRanges
-
- create(boolean) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowCredentials
-
- create(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowHeaders
-
- create(HttpMethod...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowMethods
-
- create(HttpOriginRange) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowOrigin
-
- create(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlExposeHeaders
-
- create(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlMaxAge
-
- create(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlRequestHeaders
-
- create(HttpMethod) - Static method in class org.apache.pekko.http.javadsl.model.headers.AccessControlRequestMethod
-
- create(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.Age
-
- create(HttpMethod...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Allow
-
- create(HttpCredentials) - Static method in class org.apache.pekko.http.javadsl.model.headers.Authorization
-
- create(CacheDirective...) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheControl
-
- create(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Connection
-
- create(ContentDispositionType, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentDisposition
-
- create(HttpEncoding...) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentEncoding
-
- create(Uri) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentLocation
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentLocation
-
- create(RangeUnit, ContentRange) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentRange
-
- create(ContentType) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentType
-
- create(HttpCookiePair...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Cookie
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.Cookie
-
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.Date
-
- create(String, boolean) - Static method in class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- create(EntityTag...) - Static method in class org.apache.pekko.http.javadsl.model.headers.EntityTagRange
-
- create(EntityTag) - Static method in class org.apache.pekko.http.javadsl.model.headers.ETag
-
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.Expires
-
- create(InetSocketAddress) - Static method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- create(String, int) - Static method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- create(Authority) - Static method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- create(String, String, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- create(String, Option<String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- create(String, Option<String>, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- create(String, String, Optional<String>, Optional<String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- create(String, String, Optional<DateTime>, OptionalLong, Optional<String>, Optional<String>, boolean, boolean, Optional<String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- create(String, String, Optional<DateTime>, OptionalLong, Optional<String>, Optional<String>, boolean, boolean, Optional<String>, Optional<SameSite>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- create(String, String, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- create(HttpEncoding) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
-
- create(String, Host) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpOrigin
-
- create(HttpOrigin...) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
-
- create(EntityTagRange) - Static method in class org.apache.pekko.http.javadsl.model.headers.IfMatch
-
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.IfModifiedSince
-
- create(EntityTagRange) - Static method in class org.apache.pekko.http.javadsl.model.headers.IfNoneMatch
-
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.IfUnmodifiedSince
-
- create(String, String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Language
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LastEventId
-
Creates a Last-Event-ID header.
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.LastModified
-
- create(LinkValue...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Link
-
- create(Uri, LinkParam...) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkValue
-
- create(Uri) - Static method in class org.apache.pekko.http.javadsl.model.headers.Location
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.Location
-
- create(String) - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
Creates a new ModeledCustomHeader
from the value checking that the format is correct.
- create(HttpOrigin...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Origin
-
- create(String, String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- create(HttpChallenge...) - Static method in class org.apache.pekko.http.javadsl.model.headers.ProxyAuthenticate
-
- create(HttpCredentials) - Static method in class org.apache.pekko.http.javadsl.model.headers.ProxyAuthorization
-
- create(RangeUnit, ByteRange...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Range
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.RangeUnit
-
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.RawHeader
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.RawRequestURI
-
- create(Uri) - Static method in class org.apache.pekko.http.javadsl.model.headers.Referer
-
- create(RemoteAddress) - Static method in class org.apache.pekko.http.javadsl.model.headers.RemoteAddress
-
Deprecated.
- create(Long) - Static method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
- create(DateTime) - Static method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
- create(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.SecWebSocketProtocol
-
- create(ProductVersion...) - Static method in class org.apache.pekko.http.javadsl.model.headers.Server
-
- create(HttpCookie) - Static method in class org.apache.pekko.http.javadsl.model.headers.SetCookie
-
- create(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.StrictTransportSecurity
-
- create(long, boolean) - Static method in class org.apache.pekko.http.javadsl.model.headers.StrictTransportSecurity
-
- create(TransferEncoding...) - Static method in class org.apache.pekko.http.javadsl.model.headers.TE
-
- create(TimeoutAccess) - Static method in class org.apache.pekko.http.javadsl.model.headers.TimeoutAccess
-
- create(SSLSession) - Static method in class org.apache.pekko.http.javadsl.model.headers.TlsSessionInfo
-
- create(TransferEncoding...) - Static method in class org.apache.pekko.http.javadsl.model.headers.TransferEncoding
-
- create(ProductVersion...) - Static method in class org.apache.pekko.http.javadsl.model.headers.UserAgent
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.UserAgent
-
- create(HttpChallenge...) - Static method in class org.apache.pekko.http.javadsl.model.headers.WWWAuthenticate
-
- create(RemoteAddress...) - Static method in class org.apache.pekko.http.javadsl.model.headers.XForwardedFor
-
- create(Host) - Static method in class org.apache.pekko.http.javadsl.model.headers.XForwardedHost
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.XForwardedProto
-
- create(RemoteAddress) - Static method in class org.apache.pekko.http.javadsl.model.headers.XRealIp
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.Host
-
Parse the given Host string using the default charset and parsing-mode.
- create(String, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Host
-
Parse the given Host string using the given charset and the default parsing-mode.
- create(String, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Host
-
Parse the given Host string using the given charset and parsing-mode.
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(byte[]) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ByteString) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType.NonBinary, String) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, byte[]) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, ByteString) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, File) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, Path) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, File, int) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, Path, int) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, long, Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ContentType, Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- create(ByteString, String) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Creates a chunk from data and extension.
- create(ByteString) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Creates a chunk from data with an empty extension.
- create() - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a default request to be modified using the `withX` methods.
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a default request to the specified URI to be modified using the `withX` methods.
- create() - Static method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns a default response to be changed using the `withX` methods.
- create(MediaType) - Static method in class org.apache.pekko.http.javadsl.model.MediaRanges
-
Creates a custom universal media-range for a given main-type.
- create(MediaType, float) - Static method in class org.apache.pekko.http.javadsl.model.MediaRanges
-
Creates a custom universal media-range for a given main-type and qValue.
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query created by parsing the given undecoded string representation.
- create(String, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query created by parsing the given undecoded string representation with the provided
parsing mode.
- create(String, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query created by parsing the given undecoded string representation with the provided
charset and parsing mode.
- create(Pair<String, String>...) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query from the given parameters.
- create(Iterable<Pair<String, String>>) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query from the given parameters.
- create(Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a Query from the given parameters.
- create(InetAddress) - Static method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- create(InetSocketAddress) - Static method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- create(byte[]) - Static method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Creates a [[ServerSentEvent]].
- create(String, String) - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Creates a [[ServerSentEvent]].
- create(String, String, String) - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Creates a [[ServerSentEvent]].
- create(String, int) - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Creates a [[ServerSentEvent]].
- create(String, Optional<String>, Optional<String>, OptionalInt) - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Creates a [[ServerSentEvent]].
- create(SSLSession) - Method in class org.apache.pekko.http.javadsl.model.SslSessionInfo$
-
- create() - Method in class org.apache.pekko.http.javadsl.model.Trailer$
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a Uri created by parsing the given string representation.
- create(Uri) - Static method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the Java DSL representation of a Scala DSL Uri.
- create(String, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a Uri created by parsing the given string representation with the provided parsing
mode.
- create(String, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a Uri created by parsing the given string representation with the provided charset and
parsing mode.
- create(ByteString) - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
-
Creates a strict binary message.
- create(Source<ByteString, ?>) - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
-
Creates a streamed binary message.
- create(ByteString) - Static method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
Creates a strict binary message.
- create(Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
Creates a streamed binary message.
- create(String) - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage$
-
Creates a strict text message.
- create(Source<String, ?>) - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage$
-
Creates a streamed text message.
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
Creates a strict text message.
- create(Source<String, ?>) - Static method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
Creates a streamed text message.
- create(Uri) - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
-
Creates a WebSocketRequest to a target URI.
- create(String) - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
-
Creates a WebSocketRequest to a target URI.
- create(Uri) - Static method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
Creates a WebSocketRequest to a target URI.
- create(String) - Static method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
Creates a WebSocketRequest to a target URI.
- create(Object, Logging.LogLevel) - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- create(Object, Logging.LogLevel) - Static method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- create(HttpEncoding) - Method in class org.apache.pekko.http.javadsl.server.UnacceptedResponseEncodingRejection$
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.Http2ServerSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.Http2ServerSettings$
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- create(Config) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings$
-
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings$
-
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings$
-
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- create(ActorSystem) - Method in interface org.apache.pekko.http.javadsl.settings.SettingsCompanion
-
WARNING: This MUST overridden in sub-classes as otherwise won't be usable (return type) from Java.
- create(Config) - Method in interface org.apache.pekko.http.javadsl.settings.SettingsCompanion
-
Creates an instance of settings using the given Config.
- create(String) - Method in interface org.apache.pekko.http.javadsl.settings.SettingsCompanion
-
Create an instance of settings using the given String of config overrides to override
settings set in the class loader of this class (i.e. by application.conf or reference.conf files in
the class loader of this class).
- create(ActorSystem, Materializer) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe$
-
- create(ActorSystem, Materializer, int, long) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe$
-
Creates a WSProbe to use in tests against websocket handlers.
- create(ActorSystem, Materializer) - Static method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
- create(ActorSystem, Materializer, int, long) - Static method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Creates a WSProbe to use in tests against websocket handlers.
- create() - Method in class org.apache.pekko.http.scaladsl.HttpConnectionContext$
-
Java API
- create() - Static method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
Java API
- create(String, BodyPartEntity, Map<String, String>, Iterable<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Builder$
-
- create(String, String, Uri.Host, int, Uri.Path, Option<String>, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- create(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- create(String, String, Uri.Host, int, Uri.Path, Option<String>, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- create(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- createActorSystem() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
Override to supply a custom ActorSystem
- createBasic(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- createBasicHttpCredentials(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- createChunked(ContentType, Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- createClientHttpsContext(PekkoSSLConfig) - Method in class org.apache.pekko.http.javadsl.Http
-
- createClientHttpsContext(PekkoSSLConfig) - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
- createCloseDelimited(ContentType, Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- createCookiePair(String, String) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- createCookiePair(String, String) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- CREATED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Created() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Created() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- createDateTime(int, int, int, int, int, int, int) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- createDefaultClientHttpsContext() - Method in class org.apache.pekko.http.javadsl.Http
-
- createDefaultClientHttpsContext() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
- createEntity(long, OptionVal<ContentType>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
Create the request entity (when we're the server) or response entity (when we're the client) for this substream
- createEntity() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart
-
- createEntity() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- createEntity() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.http.javadsl.Http$
-
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.http.javadsl.Http
-
- createExtension(String) - Static method in class org.apache.pekko.http.javadsl.model.TransferEncoding
-
- createExtension(String, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.TransferEncoding
-
- createExtension(ExtendedActorSystem) - Method in class org.apache.pekko.http.scaladsl.Http$
-
- createExtension(ExtendedActorSystem) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- createFormDataBodyPart(String, BodyPartEntity) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.
- createFormDataBodyPart(String, BodyPartEntity, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.
- createFormDataBodyPart(String, BodyPartEntity, Map<String, String>, List<HttpHeader>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.
- createFormDataBodyPartStrict(String, HttpEntity.Strict) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.Strict.
- createFormDataBodyPartStrict(String, HttpEntity.Strict, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.Strict.
- createFormDataBodyPartStrict(String, HttpEntity.Strict, Map<String, String>, List<HttpHeader>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart.Strict.
- createFormDataFromFields(Map<String, HttpEntity.Strict>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Constructor for `multipart/form-data` content as defined in http://tools.ietf.org/html/rfc2388.
- createFormDataFromParts(Multipart.FormData.BodyPart...) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Constructor for `multipart/form-data` content as defined in http://tools.ietf.org/html/rfc2388.
- createFormDataFromPath(String, ContentType, Path, int) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a FormData instance that contains a single part backed by the given file.
- createFormDataFromPath(String, ContentType, Path) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a FormData instance that contains a single part backed by the given file.
- createFormDataFromSourceParts(Source<Multipart.FormData.BodyPart, ? extends Object>) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Constructor for `multipart/form-data` content as defined in http://tools.ietf.org/html/rfc2388.
- createFormDataPartFromPath(String, ContentType, Path, int) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart backed by a file that will be streamed using a FileSource.
- createFormDataPartFromPath(String, ContentType, Path) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Creates a BodyPart backed by a file that will be streamed using a FileSource.
- createFromOffset(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- createIndefiniteLength(ContentType, Source<ByteString, ?>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- createLast(String, Iterable<HttpHeader>) - Static method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Creates a last chunk with extension and headers.
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.PrepareResponse
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.ResponseParsingMerge
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
- createLogic(Attributes) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
- createLogic(Attributes) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.PrepareRequests
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.RequestTimeoutSupport
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- createLogic(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventRenderer
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- createLogic(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.util.ExposeAttributes
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.util.StreamUtils.DelayCancellationStage
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateDecompressor
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.scaladsl.coding.GzipDecompressor
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser
-
- createLogic(Attributes) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser
-
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.http.impl.engine.client.PoolInterface.PoolInterfaceStage
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Method in class org.apache.pekko.http.impl.engine.client.PoolInterface.PoolInterfaceStage
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- createLogicAndMaterializedValue(Attributes) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- createLogicAndMaterializedValue(Attributes) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- createLogicAndMaterializedValue(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- createLogicAndMaterializedValue(Attributes, Materializer) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- createLogicAndMaterializedValue(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- createLogicAndMaterializedValue(Attributes) - Method in class org.apache.pekko.http.impl.util.CollectorStage
-
- createMultiplexer(StreamPrioritizer) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
- createNonStrict(Seq<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
INTERNAL API
- createOAuth2(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- createOAuth2BearerToken(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- createOther(String) - Static method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- createParserSettings(ActorSystem, ParserSettings.IllegalResponseHeaderNameProcessingMode, ParserSettings.IllegalResponseHeaderValueProcessingMode) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec
-
- createPrivate(String...) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
Java API
- createPrivate(Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
- createPrivate(String...) - Static method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives
-
Java API
- createPrivate(Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives
-
- createRaw(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
- createSaferSAXParser() - Method in class org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
Creates a safer SAXParser.
- createSAXParser() - Method in interface org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport
-
Provides a SAXParser for the NodeSeqUnmarshaller to use.
- createScalaFlow(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- createScalaFlow(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- createServerHttpsContext(PekkoSSLConfig) - Method in class org.apache.pekko.http.javadsl.Http
-
- createServerHttpsContext(PekkoSSLConfig) - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
- createShallowCopy() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Returns a copy of this parser that shares the trie data with this instance.
- createShallowCopy() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- createSlice(long, long) - Static method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- createSource(Source<Multipart.FormData.BodyPart, ?>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
INTERNAL API
- createStrict(String, HttpEntity.Strict, Map<String, String>, Iterable<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.StrictBuilder$
-
- createStrict(Seq<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
INTERNAL API
- createStrict(Map<String, HttpEntity.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
INTERNAL API
- createStrictFormDataFromParts(Multipart.FormData.BodyPart.Strict...) - Static method in class org.apache.pekko.http.javadsl.model.Multiparts
-
Constructor for `multipart/form-data` content as defined in http://tools.ietf.org/html/rfc2388.
- createSuffix(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- createSystem() - Method in class org.apache.pekko.http.javadsl.testkit.ActorSystemResource
-
- createTestRouteResult(HttpRequest, RouteResult) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- createTestRouteResultAsync(HttpRequest, Future<RouteResult>) - Method in class org.apache.pekko.http.javadsl.testkit.JUnitRouteTestBase
-
- createTestRouteResultAsync(HttpRequest, Future<RouteResult>) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- createUnsafe(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
'Unsafe' in the sense that queryString validation must already have been done.
- createUnsafe(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
'Unsafe' in the sense that queryString validation must already have been done.
- createUnsatisfiable(long) - Static method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- creator() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator
-
- credentials() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- credentials() - Method in class org.apache.pekko.http.javadsl.model.headers.Authorization
-
- credentials() - Method in class org.apache.pekko.http.javadsl.model.headers.ProxyAuthorization
-
- credentials() - Method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- credentials() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- Credentials - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Represents authentication credentials supplied with a request.
- Credentials$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- Credentials$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.Credentials$
-
- Credentials.Missing$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- Credentials.Provided - Class in org.apache.pekko.http.scaladsl.server.directives
-
- Credentials.Provided$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- CredentialsMissing$() - Constructor for class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection.CredentialsMissing$
-
- CredentialsRejected$() - Constructor for class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection.CredentialsRejected$
-
- CrLf() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- CrLf() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- CRLF() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- CrLf$() - Constructor for class org.apache.pekko.http.impl.util.Rendering.CrLf$
-
- csn() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
- csv() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
Default text/csv(UTF-8)
entity streaming support.
- csv(int) - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
Default text/csv(UTF-8)
entity streaming support.
- csv() - Static method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Default text/csv(UTF-8)
entity streaming support.
- csv(int) - Static method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Default text/csv(UTF-8)
entity streaming support.
- csv() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
Default text/csv(UTF-8)
entity streaming support.
- csv(int) - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
Default text/csv(UTF-8)
entity streaming support.
- csv() - Static method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Default text/csv(UTF-8)
entity streaming support.
- csv(int) - Static method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Default text/csv(UTF-8)
entity streaming support.
- CsvEntityStreamingSupport - Class in org.apache.pekko.http.javadsl.common
-
- CsvEntityStreamingSupport() - Constructor for class org.apache.pekko.http.javadsl.common.CsvEntityStreamingSupport
-
- CsvEntityStreamingSupport - Class in org.apache.pekko.http.scaladsl.common
-
- CsvEntityStreamingSupport(int, ContentTypeRange, ContentType, Flow<ByteString, ByteString, NotUsed>, int, boolean) - Constructor for class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- CsvEntityStreamingSupport(int) - Constructor for class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- CsvSeq(Unmarshaller<String, T>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- CsvSeq(Unmarshaller<String, T>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- ctext() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- CTL() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- CTL() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- ctx() - Method in class org.apache.pekko.http.impl.engine.ws.BitBuilder.BitBuilderContext
-
- current() - Method in class org.apache.pekko.http.Version$
-
- current() - Static method in class org.apache.pekko.http.Version
-
- currentInitialWindow() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- currentTimeMillis() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- CurrentWebSocketVersion() - Method in class org.apache.pekko.http.impl.engine.ws.Handshake$
-
- CurrentWebSocketVersion() - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake
-
- custom(String, String...) - Static method in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
Create and return a custom charset.
- custom(String, boolean, boolean, RequestEntityAcceptance) - Static method in class org.apache.pekko.http.javadsl.model.HttpMethods
-
Create a custom method type.
- custom(String, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.MediaRanges
-
Creates a custom universal media-range for a given main-type and a Map of parameters.
- custom(String, boolean, boolean) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
Creates a custom media type.
- custom(String, boolean, MediaType.Compressibility) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- custom(int, String, String, boolean, boolean) - Static method in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Create a custom status code.
- custom(int, String, String) - Static method in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Create a custom status code.
- custom(String, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective$
-
- custom(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding$
-
- custom(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding
-
- custom(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset$
-
- custom(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- custom(String, boolean, boolean, RequestEntityAcceptance) - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod$
-
- custom(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod$
-
Creates a custom method by name and assumes properties conservatively to be
safe = false, idempotent = false and requestEntityAcceptance = Expected.
- custom(String, boolean, boolean, RequestEntityAcceptance) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- custom(String) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
Creates a custom method by name and assumes properties conservatively to be
safe = false, idempotent = false and requestEntityAcceptance = Expected.
- custom(String, Map<String, String>, float) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange$
-
- custom(String, Map<String, String>, float) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- custom(String, boolean, MediaType.Compressibility, List<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- custom(String, boolean, MediaType.Compressibility, List<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- custom(int, String, String, boolean, boolean) - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Create a custom status code and allow full customization of behavior.
- custom(int, String, String) - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Create a custom status code with default behavior for its value region.
- custom(int, String, String, boolean, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Create a custom status code and allow full customization of behavior.
- custom(int, String, String) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Create a custom status code with default behavior for its value region.
- customBinary(String, String, boolean) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customBinary(String, String, MediaType.Compressibility) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customBinary(String, String, boolean, Map<String, String>, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customBinary(String, String, MediaType.Compressibility, Map<String, String>, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customBinary(String, String, MediaType.Compressibility, List<String>, Map<String, String>, boolean) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- customBinary(String, String, MediaType.Compressibility, List<String>, Map<String, String>, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- CustomCacheDirective(String, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective
-
- CustomCacheDirective$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective$
-
- CustomCharsetByteStringRendering - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- CustomCharsetByteStringRendering(Charset, int) - Constructor for class org.apache.pekko.http.impl.util.CustomCharsetByteStringRendering
-
- CustomHeader - Class in org.apache.pekko.http.javadsl.model.headers
-
The model of an HTTP header.
- CustomHeader() - Constructor for class org.apache.pekko.http.javadsl.model.headers.CustomHeader
-
- CustomHeader - Class in org.apache.pekko.http.scaladsl.model.headers
-
Superclass for user-defined custom headers defined by implementing name
and value
.
- CustomHeader() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CustomHeader
-
- CustomIdleTimeout() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- customMediaTypes() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- customMediaTypes() - Method in interface org.apache.pekko.http.impl.model.parser.CommonActions
-
- customMediaTypes() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- customMediaTypes() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- customMediaTypes() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- customMediaTypes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- customMethods() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- customMethods() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- customMultipart(String, Map<String, String>) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customMultipart(String, Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- customMultipart(String, Map<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- CustomRejection - Interface in org.apache.pekko.http.javadsl.server
-
To be extended by user-provided custom rejections, such that they may be consumed in either Java or Scala DSLs.
- CustomStatusCode(int, String, String, boolean, boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- CustomStatusCode$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode$
-
- customStatusCodes() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- customStatusCodes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- CustomTransport() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport
-
- customWithFixedCharset(String, String, HttpCharset, Map<String, String>, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customWithFixedCharset(String, String, HttpCharset, List<String>, Map<String, String>, boolean) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- customWithFixedCharset(String, String, HttpCharset, List<String>, Map<String, String>, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- customWithOpenCharset(String, String, Map<String, String>, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- customWithOpenCharset(String, String, List<String>, Map<String, String>, boolean) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- customWithOpenCharset(String, String, List<String>, Map<String, String>, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- m() - Method in class org.apache.pekko.http.javadsl.model.headers.IfMatch
-
- m() - Method in class org.apache.pekko.http.javadsl.model.headers.IfNoneMatch
-
- m() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- m() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- MagicGuid() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept$
-
- MagicGuid() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- main(String[]) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- main(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- main(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- main(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- main(String[]) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- main(String[]) - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- mainType() - Method in class org.apache.pekko.http.javadsl.model.MediaRange
-
Returns the main-type this media-range matches.
- mainType() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
The main-type of this media-type.
- mainType() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- mainType() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- mainType() - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- mainType() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- majorVersion() - Method in class org.apache.pekko.http.impl.util.JavaVersion$
-
- majorVersion() - Static method in class org.apache.pekko.http.impl.util.JavaVersion
-
- makeRequest(boolean) - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- Malformed$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.Malformed$
-
- malformedFormField(String, String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedFormField(String, String, Optional<Throwable>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedFormField(String, String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- malformedFormField(String, String, Optional<Throwable>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MalformedFormFieldRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by form field filters.
- MalformedFormFieldRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by form field filters.
- MalformedFormFieldRejection(String, String, Option<Throwable>) - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- MalformedFormFieldRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MalformedFormFieldRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection$
-
- malformedHeader(String, String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedHeader(String, String, Optional<Throwable>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedHeader(String, String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- malformedHeader(String, String, Optional<Throwable>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MalformedHeaderRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by header directives.
- MalformedHeaderRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by header directives.
- MalformedHeaderRejection(String, String, Option<Throwable>) - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- MalformedHeaderRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MalformedHeaderRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection$
-
- malformedQueryParam(String, String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedQueryParam(String, String, Optional<Throwable>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedQueryParam(String, String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- malformedQueryParam(String, String, Optional<Throwable>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MalformedQueryParamRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by parameter filters.
- MalformedQueryParamRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by parameter filters.
- MalformedQueryParamRejection(String, String, Option<Throwable>) - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- MalformedQueryParamRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MalformedQueryParamRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection$
-
- malformedRequest(String) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- malformedRequest(String) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- malformedRequestContent(String, Throwable) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- malformedRequestContent(String, Throwable) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MalformedRequestContentRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by unmarshallers.
- MalformedRequestContentRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by unmarshallers.
- MalformedRequestContentRejection(String, Throwable) - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- MalformedRequestContentRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MalformedRequestContentRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection$
-
- managedConnection(Flow<HttpRequest, HttpResponse, Future<Http.OutgoingConnection>>, Http2ClientSettings) - Method in class org.apache.pekko.http.impl.engine.http2.client.PersistentConnection$
-
Wraps a connection flow with transparent reconnection support.
- managedConnection(Flow<HttpRequest, HttpResponse, Future<Http.OutgoingConnection>>, Http2ClientSettings) - Static method in class org.apache.pekko.http.impl.engine.http2.client.PersistentConnection
-
Wraps a connection flow with transparent reconnection support.
- managedPersistentHttp2() - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a managed HTTP/2 TLS connection with a default port 443.
- managedPersistentHttp2() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a managed HTTP/2 TLS connection with a default port 443.
- managedPersistentHttp2WithPriorKnowledge() - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/2 with 'prior knowledge' plaintext connection with a default port 80
The connection will be re-established as needed.
- managedPersistentHttp2WithPriorKnowledge() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/2 with 'prior knowledge' plaintext connection with a default port 80
The connection will be re-established as needed.
- map() - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- map(Function<B, C>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- map(Function<T1, U>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- map(Function1<B, C>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- map(Function1<A, B>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.Marshalling
-
- map(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque
-
- map(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType
-
- map(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset
-
- map(Function1<T, R>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- map(Function1<T, R>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- map(Function1<L, R>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- map(Function1<L, R>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matching
-
- map(Function1<T, R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.PathMatcher1Ops
-
- map(Function1<Nothing$, R>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
- map(Function1<B, C>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- map(Function1<A, B>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- mapAttributes(Function1<Map<AttributeKey<?>, Object>, Map<AttributeKey<?>, Object>>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the attributes transformed by the given function
- mapEntity(Function1<RequestEntity, RequestEntity>) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- mapEntity(Function1<ResponseEntity, ResponseEntity>) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- mapHeaders(Function1<Seq<HttpHeader>, Seq<HttpHeader>>) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- mapHeaders(Function1<Seq<HttpHeader>, Seq<HttpHeader>>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the list of headers transformed by the given function
- MapHelpers - Class in org.apache.pekko.http.ccompat
-
- MapHelpers() - Constructor for class org.apache.pekko.http.ccompat.MapHelpers
-
- MapHelpers$ - Class in org.apache.pekko.http.ccompat
-
- MapHelpers$() - Constructor for class org.apache.pekko.http.ccompat.MapHelpers$
-
- mapHttp2Settings(Function1<Http2ClientSettings, Http2ClientSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- mapHttp2Settings(Function1<Http2ServerSettings, Http2ServerSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- mapInnerRoute(Function<Route, Route>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapInnerRoute(Function<Route, Route>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapInnerRoute(Function<Route, Route>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapInnerRoute(Function1<Function1<RequestContext, Future<RouteResult>>, Function1<RequestContext, Future<RouteResult>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapMessage(DataMapper<E>, Function2<T, Function1<E, E>, T>) - Method in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- mapParserSettings(Function1<ParserSettings, ParserSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- mapPreviewServerSettings(Function1<PreviewServerSettings, PreviewServerSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- mapRejectionResponse(UnaryOperator<HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
- mapRejectionResponse(Function1<HttpResponse, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.RejectionHandler
-
Map any HTTP response which was returned by this RejectionHandler to a different one before rendering it.
- mapRejections(Function<List<Rejection>, List<Rejection>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRejections(Function<List<Rejection>, List<Rejection>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRejections(Function<List<Rejection>, List<Rejection>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRejections(Function1<Seq<Rejection>, Seq<Rejection>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRequest(Function<HttpRequest, HttpRequest>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRequest(Function<HttpRequest, HttpRequest>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRequest(Function<HttpRequest, HttpRequest>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRequest(Function<HttpRequest, HttpRequest>) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- mapRequest() - Method in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- mapRequest(Function1<HttpRequest, HttpRequest>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRequest(Function1<HttpRequest, HttpRequest>) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the HttpRequest transformed by the given function.
- mapRequest(Function1<HttpRequest, HttpRequest>) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- mapRequestContext(Function<RequestContext, RequestContext>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRequestContext(Function<RequestContext, RequestContext>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRequestContext(Function<RequestContext, RequestContext>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRequestContext(Function1<RequestContext, RequestContext>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRequestEntity() - Method in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- mapResponse(Function<HttpResponse, HttpResponse>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapResponse(Function<HttpResponse, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapResponse(Function<HttpResponse, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapResponse() - Method in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- mapResponse(Function1<HttpResponse, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapResponseEntity(Function<ResponseEntity, ResponseEntity>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapResponseEntity(Function<ResponseEntity, ResponseEntity>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapResponseEntity(Function<ResponseEntity, ResponseEntity>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapResponseEntity() - Method in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- mapResponseEntity(Function1<ResponseEntity, ResponseEntity>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapResponseHeaders(Function<List<HttpHeader>, List<HttpHeader>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapResponseHeaders(Function<List<HttpHeader>, List<HttpHeader>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapResponseHeaders(Function<List<HttpHeader>, List<HttpHeader>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapResponseHeaders(Function1<Seq<HttpHeader>, Seq<HttpHeader>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRouteResult(Function<RouteResult, RouteResult>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRouteResult(Function<RouteResult, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRouteResult(Function<RouteResult, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRouteResult(Function1<RouteResult, RouteResult>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRouteResultFuture(Function<CompletionStage<RouteResult>, CompletionStage<RouteResult>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRouteResultFuture(Function<CompletionStage<RouteResult>, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRouteResultFuture(Function<CompletionStage<RouteResult>, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRouteResultFuture(Function1<Future<RouteResult>, Future<RouteResult>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRouteResultPF(PartialFunction<RouteResult, RouteResult>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRouteResultPF(PartialFunction<RouteResult, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRouteResultPF(PartialFunction<RouteResult, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRouteResultPF(PartialFunction<RouteResult, RouteResult>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRouteResultWith(Function<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRouteResultWith(Function<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRouteResultWith(Function<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRouteResultWith(Function1<RouteResult, Future<RouteResult>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapRouteResultWithPF(PartialFunction<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- mapRouteResultWithPF(PartialFunction<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapRouteResultWithPF(PartialFunction<RouteResult, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapRouteResultWithPF(PartialFunction<RouteResult, Future<RouteResult>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- mapServerSideOutboundRawBytes(ByteString) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- mapSettings(Function<RoutingSettings, RoutingSettings>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Runs the inner route with settings mapped by the given function.
- mapSettings(Function<RoutingSettings, RoutingSettings>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapSettings(Function<RoutingSettings, RoutingSettings>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapSettings(Function1<RoutingSettings, RoutingSettings>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Runs the inner route with settings mapped by the given function.
- mapTimeouts(Function1<ServerSettings.Timeouts, ServerSettings.Timeouts>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- mapToConfig(Map<String, Object>) - Method in class org.apache.pekko.testkit.PekkoSpec$
-
- mapToConfig(Map<String, Object>) - Static method in class org.apache.pekko.testkit.PekkoSpec
-
- mapUnmatchedPath(Function<String, String>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Transforms the unmatchedPath of the RequestContext using the given function.
- mapUnmatchedPath(Function<String, String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- mapUnmatchedPath(Function<String, String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- mapUnmatchedPath(Function<String, String>) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- mapUnmatchedPath(Function1<Uri.Path, Uri.Path>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Transforms the unmatchedPath of the RequestContext using the given function.
- mapUnmatchedPath(Function1<Uri.Path, Uri.Path>) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the unmatchedPath transformed by the given function.
- mapUnmatchedPath(Function1<Uri.Path, Uri.Path>) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- mapWebsocketSettings(Function1<WebSocketSettings, WebSocketSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- mapWithCharset(Function2<A, HttpCharset, B>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller
-
- mapWithInput(Function2<A, B, C>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller
-
- mark() - Method in class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- mark() - Method in class org.apache.pekko.http.impl.util.ByteStringRendering
-
- mark() - Method in class org.apache.pekko.http.impl.util.CustomCharsetByteStringRendering
-
- mark() - Method in interface org.apache.pekko.http.impl.util.Rendering
-
- mark() - Method in class org.apache.pekko.http.impl.util.StringRendering
-
- Marshal<A> - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshal(A) - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
- marshal() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque
-
- marshal() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType
-
- marshal() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset
-
- marshal(T, Marshaller<T, RequestEntity>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- Marshal$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshal$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshal$
-
- Marshal.UnacceptableResponseContentTypeException - Exception in org.apache.pekko.http.scaladsl.marshalling
-
- Marshal.UnacceptableResponseContentTypeException$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- marshalCharArray(char[], ContentType.NonBinary) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- marshaller() - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- marshaller(ObjectMapper) - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- Marshaller<A,B> - Class in org.apache.pekko.http.javadsl.marshalling
-
- Marshaller() - Constructor for class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- Marshaller<A,B> - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshaller() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- marshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable$
-
- marshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable
-
- marshaller(boolean) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer
-
- Marshaller$ - Class in org.apache.pekko.http.javadsl.marshalling
-
- Marshaller$() - Constructor for class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- Marshaller$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshaller$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- Marshalling<A> - Interface in org.apache.pekko.http.scaladsl.marshalling
-
Describes one possible option for marshalling a given value.
- Marshalling$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshalling$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling$
-
- Marshalling.Opaque<A> - Class in org.apache.pekko.http.scaladsl.marshalling
-
A Marshalling to an unknown MediaType and charset.
- Marshalling.Opaque$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshalling.WithFixedContentType<A> - Class in org.apache.pekko.http.scaladsl.marshalling
-
A Marshalling to a specific pekko.http.scaladsl.model.ContentType
.
- Marshalling.WithFixedContentType$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- Marshalling.WithOpenCharset<A> - Class in org.apache.pekko.http.scaladsl.marshalling
-
A Marshalling to a specific pekko.http.scaladsl.model.MediaType
with a flexible charset.
- Marshalling.WithOpenCharset$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- MarshallingDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- MarshallingDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.MarshallingDirectives
-
- MarshallingDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- MarshallingDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- MarshallingDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives$
-
- MarshallingTestUtils - Interface in org.apache.pekko.http.scaladsl.testkit
-
- marshallingTimeout() - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- marshalToResponse(T, HttpRequest, Marshaller<T, HttpResponse>, ExecutionContext) - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- marshalToResponseForRequestAccepting(T, Seq<MediaRange>, Marshaller<T, HttpResponse>, ExecutionContext) - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- mask(ByteString, Option<Object>) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- mask(ByteString, int) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- mask(ByteString, Option<Object>) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- mask(ByteString, int) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- mask() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- MASK_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- MASK_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- maskedASCII(String, int) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- maskedASCII(String, int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- maskedBytes(ByteString, int) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- maskedBytes(ByteString, int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- maskedUTF8(String, int) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- maskedUTF8(String, int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- maskIf(boolean, Function0<Random>) - Method in class org.apache.pekko.http.impl.engine.ws.Masking$
-
- maskIf(boolean, Function0<Random>) - Static method in class org.apache.pekko.http.impl.engine.ws.Masking
-
- Masking - Class in org.apache.pekko.http.impl.engine.ws
-
Implements WebSocket Frame masking.
- Masking() - Constructor for class org.apache.pekko.http.impl.engine.ws.Masking
-
- masking(boolean, Function0<Random>) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
The layer that handles masking using the rules defined in the specification
- masking(boolean, Function0<Random>) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
The layer that handles masking using the rules defined in the specification
- Masking$ - Class in org.apache.pekko.http.impl.engine.ws
-
Implements WebSocket Frame masking.
- Masking$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Masking$
-
- MasterServerTerminator - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API: Collects signals from per-connection terminators and manages the termination process kickoff
- MasterServerTerminator(LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.server.MasterServerTerminator
-
- MasterServerTerminator$ - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
- MasterServerTerminator$() - Constructor for class org.apache.pekko.http.impl.engine.server.MasterServerTerminator$
-
- MasterServerTerminator.AliveConnectionTerminators - Class in org.apache.pekko.http.impl.engine.server
-
- MasterServerTerminator.AliveConnectionTerminators$ - Class in org.apache.pekko.http.impl.engine.server
-
- MasterServerTerminator.State - Interface in org.apache.pekko.http.impl.engine.server
-
- MasterServerTerminator.Terminating - Class in org.apache.pekko.http.impl.engine.server
-
- MasterServerTerminator.Terminating$ - Class in org.apache.pekko.http.impl.engine.server
-
- match(Class<P>, FI.Apply<P, Route>) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
Add a new case statement to this builder.
- match(Class<P>, FI.TypedPredicate<P>, FI.Apply<P, Route>) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
Add a new case statement to this builder.
- matchAny(FI.Apply<Throwable, Route>) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
Add a new case statement to this builder, that matches any argument.
- Matched(Uri.Path, L, Tuple<L>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- Matched$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched$
-
- matchEquals(P, FI.Apply<P, Route>) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
Add a new case statement to this builder.
- matches(String) - Method in class org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
-
- matches(String) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.$times$
-
- matches(String) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.$times$
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
-
Java API
- matches(HttpOrigin) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict
-
- matches(ContentType) - Method in class org.apache.pekko.http.javadsl.model.ContentTypeRange
-
Returns true if this range includes the given content type.
- matches(EntityTag, EntityTag, boolean) - Static method in class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- matches(HttpEncoding) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
-
- matches(Language) - Method in interface org.apache.pekko.http.javadsl.model.headers.LanguageRange
-
- matches(HttpCharset) - Method in class org.apache.pekko.http.javadsl.model.HttpCharsetRange
-
Returns if the given charset matches this range.
- matches(MediaType) - Method in class org.apache.pekko.http.javadsl.model.MediaRange
-
Checks if this range matches a given media-type.
- matches(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- matches(EntityTag, EntityTag, boolean) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag$
-
- matches(EntityTag, EntityTag, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- matches(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.$times
-
- matches(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
- matches(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
Java API
- matches(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.$times$
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange
-
- matches(HttpOrigin) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange
-
Java API
- matches(Language) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times
-
- matches(Language) - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- matches(Language) - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
Java API
- matches(Language) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- matches(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.$times
-
- matches(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
- matches(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
Java API
- matches(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- matches(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- matches(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
Java API
- matches(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- matchesRange(EntityTag, EntityTagRange, boolean) - Static method in class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- matchesRange(EntityTag, EntityTagRange, boolean) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag$
-
- matchesRange(EntityTag, EntityTagRange, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- Matching(Tuple<L>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Matching
-
- matchPattern() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- matchPattern() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- matchPattern() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- matchPattern() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- matchPattern() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- matchPattern() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- matchPattern() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerSpec
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup
-
- materializer() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- materializer() - Method in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- materializer() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- materializer() - Method in class org.apache.pekko.http.javadsl.testkit.ActorSystemResource
-
- materializer() - Method in class org.apache.pekko.http.javadsl.testkit.JUnitRouteTestBase
-
- materializer() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- materializer() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The default Materializer.
- materializer() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- materializer() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- materializer2() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- max$minusage(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusage
-
- max$minusage$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusage$
-
- max$minusstale(Option<Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusstale
-
- max$minusstale$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusstale$
-
- MAX_AGE(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- MAX_STALE() - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- MAX_STALE(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- maxAge() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
When set, the amount of seconds the browser is allowed to cache the results of a preflight request.
- maxAge() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- maxAge() - Method in class org.apache.pekko.http.javadsl.model.headers.StrictTransportSecurity
-
- maxAge() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- MaxAge - Class in org.apache.pekko.http.scaladsl.model.headers
-
- MaxAge(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.MaxAge
-
- maxAge() - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- MaxAge$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- MaxAge$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.MaxAge$
-
- maxBytes() - Method in class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
- maxBytes() - Static method in class org.apache.pekko.http.impl.engine.http2.FrameLogger
-
- maxBytes() - Method in class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
- maxBytes() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameLogger
-
- maxBytesPerChunk() - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- maxBytesPerChunk() - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- maxBytesPerChunk() - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- maxBytesPerChunk() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- maxBytesPerChunk() - Method in interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
-
Deprecated.
- MaxBytesPerChunkDefault() - Method in class org.apache.pekko.http.scaladsl.coding.Decoder$
-
- MaxBytesPrinted() - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- MaxBytesPrinted() - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- maxBytesToBufferPerSubstream() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- maxCapacity() - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- maxCapacity() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- maxChunkExtLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxChunkExtLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxChunkSize() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxChunkSize() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxClickDelta() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- maxCommentParsingDepth() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- maxCommentParsingDepth() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- maxCommentParsingDepth() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- maxCommentParsingDepth() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxCommentParsingDepth() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxConcurrentStreams() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- maxConcurrentStreams() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- maxConcurrentStreams() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- maxConcurrentStreams() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- maxConcurrentStreams() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- maxConcurrentStreams() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- maxConnectionBackoff() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- maxConnectionBackoff() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- maxConnectionBackoff() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- maxConnectionBackoff() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- maxConnectionLifetime() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- maxConnectionLifetime() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- maxConnections() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- maxConnections() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- maxConnections() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- maxConnections() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- maxContentLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxContentLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxContentLengthSetting() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- MaxDiscardedFactor() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- MaxDiscardedFactor() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- maxDivBase() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- maxEventSize() - Method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- maxEventSize() - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
The maximum size for parsing server-sent events
- maxEventSize() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- maxEventSize() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
- MaxFrameSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
Maximum frame size that can be written.
- MaxFrameSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
Maximum frame size that can be written.
- maxHeaderCount() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.Settings
-
- maxHeaderCount() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxHeaderCount() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxHeaderNameLength() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- maxHeaderNameLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxHeaderNameLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxHeaderValueLength() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- maxHeaderValueLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxHeaderValueLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxLineSize() - Method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- maxLineSize() - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
The maximum size for parsing lines of a server-sent event
- maxLineSize() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- maxLineSize() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
- maxMethodLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxMethodLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxOpenRequests() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- maxOpenRequests() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- maxPersistentAttempts() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- maxPersistentAttempts() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- maxRanges() - Method in interface org.apache.pekko.http.javadsl.server.TooManyRangesRejection
-
- maxRanges() - Method in class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection
-
- maxResponseReasonLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxResponseReasonLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxRetries() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- maxRetries() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- maxToStrictBytes() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxToStrictBytes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- maxUriLength() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- maxUriLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- MaxValue() - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
- MaxValue() - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- maxValueCount() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- maxValueStackSize() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- mdc() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- media(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- media(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media
-
- media$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media$
-
- mediaRange() - Method in class org.apache.pekko.http.javadsl.model.ContentTypeRange
-
- MediaRange - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http media-range.
- MediaRange() - Constructor for class org.apache.pekko.http.javadsl.model.MediaRange
-
- mediaRange() - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- MediaRange - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRange() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRange
-
- MediaRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaRange$
-
- MediaRange$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRange$
-
- MediaRange.One - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRange.One$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRanges - Class in org.apache.pekko.http.javadsl.model
-
Contains a set of predefined media-ranges and static methods to create custom ones.
- mediaRanges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- MediaRanges - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRanges() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- MediaRanges$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRanges$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRanges$
-
- MediaRanges.PredefinedMediaRange - Class in org.apache.pekko.http.scaladsl.model
-
- MediaRanges.PredefinedMediaRange$ - Class in org.apache.pekko.http.scaladsl.model
-
- mediaRangesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$
-
- mediaRangesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- mediaType() - Method in interface org.apache.pekko.http.javadsl.model.ContentType
-
The media-type of this content-type.
- MediaType - Interface in org.apache.pekko.http.javadsl.model
-
- mediaType() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the media-type of the response's content-type
- mediaType() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.Binary
-
- mediaType() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- MediaType - Class in org.apache.pekko.http.scaladsl.model
-
A MediaType describes the type of the content of an HTTP message entity.
- MediaType(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- mediaType() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
The media-type this multipart content carries.
- mediaType() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType
-
- MediaType(MediaType.WithOpenCharset) - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType
-
- mediaType() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType
-
- mediaType() - Method in interface org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative
-
- mediaType() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- MediaType$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaType$
-
- MediaType$ - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http media-type.
- MediaType$() - Constructor for class org.apache.pekko.http.javadsl.model.MediaType$
-
- MediaType$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType$
-
- MediaType$() - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType$
-
- MediaType.Binary - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.Binary - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.Compressibility - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.Compressibility - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.Compressible$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.Gzipped$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.Multipart - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.Multipart - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.NonBinary - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.NonBinary - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.NonMultipartWithOpenCharset - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.NotCompressible$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.WithFixedCharset - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.WithFixedCharset - Class in org.apache.pekko.http.scaladsl.model
-
- MediaType.WithOpenCharset - Interface in org.apache.pekko.http.javadsl.model
-
- MediaType.WithOpenCharset - Class in org.apache.pekko.http.scaladsl.model
-
- MediaTypeBinary$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeBinary$
-
- MediaTypeFixedCharset$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeFixedCharset$
-
- MediaTypeNegotiator - Class in org.apache.pekko.http.scaladsl.server
-
- MediaTypeNegotiator(Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.server.MediaTypeNegotiator
-
- MediaTypeNonBinary$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeNonBinary$
-
- MediaTypeOpenCharset$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeOpenCharset$
-
- MediaTypes - Class in org.apache.pekko.http.javadsl.model
-
Contains the set of predefined media-types.
- MediaTypes - Class in org.apache.pekko.http.scaladsl.model
-
- MediaTypes() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- MediaTypes$ - Class in org.apache.pekko.http.scaladsl.model
-
- MediaTypes$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaTypes$
-
- MediaTypes.multipart$ - Class in org.apache.pekko.http.scaladsl.model
-
- mediaTypeString() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns a string representation of the media-type of the response's content-type
- message(String, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- message(String, MediaType.Compressibility, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- Message - Class in org.apache.pekko.http.javadsl.model.ws
-
Represents a WebSocket message.
- Message() - Constructor for class org.apache.pekko.http.javadsl.model.ws.Message
-
- message() - Method in interface org.apache.pekko.http.javadsl.server.MalformedRequestContentRejection
-
- message() - Method in interface org.apache.pekko.http.javadsl.server.ValidationRejection
-
- message(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- message(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- message() - Method in exception org.apache.pekko.http.scaladsl.model.RequestTimeoutException
-
- Message - Interface in org.apache.pekko.http.scaladsl.model.ws
-
The ADT for WebSocket messages.
- message() - Method in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- message() - Method in class org.apache.pekko.http.scaladsl.server.ValidationRejection
-
- message() - Method in exception org.apache.pekko.stream.testkit.Utils.TE
-
- Message$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- Message$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.Message$
-
- MESSAGE_DELIVERY_STATUS - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MESSAGE_HTTP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MESSAGE_RFC822 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- messageAPI(boolean, FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
The layer that provides the high-level user facing API on top of frame handling.
- messageAPI(boolean, FiniteDuration) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
The layer that provides the high-level user facing API on top of frame handling.
- messageEnd() - Method in class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- MessageEnd$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageEnd$
-
- MessageEnd$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.MessageEnd$
-
- MessageEntityMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- MessageEntityMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- MessageEntityMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- MessageEntityMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- messageFilter() - Method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- messageFilter() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- messageFilter() - Method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- messageFilter() - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- messageFilter() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- messageHandler() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- messageIn() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- messageOut() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- MessageRendering<R extends HttpMessage> - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- MessageRendering() - Constructor for class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- messages() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- messages() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- messagesIn() - Method in interface org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.ClientProbes
-
- messagesOut() - Method in interface org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.ClientProbes
-
- MessageSpec - Class in org.apache.pekko.http.impl.engine.ws
-
- MessageSpec() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageSpec
-
- MessageSpec.ClientTestSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- MessageSpec.ServerTestSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- MessageSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- MessageStartError(StatusCode, ErrorInfo) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageStartError
-
- MessageStartError$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageStartError$
-
- MessageToFrameRenderer - Class in org.apache.pekko.http.impl.engine.ws
-
Renders messages to full frames.
- MessageToFrameRenderer() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageToFrameRenderer
-
- MessageToFrameRenderer$ - Class in org.apache.pekko.http.impl.engine.ws
-
Renders messages to full frames.
- MessageToFrameRenderer$() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageToFrameRenderer$
-
- messageUnmarshallerFromEntityUnmarshaller(Unmarshaller<HttpEntity, T>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers
-
- method() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod
-
- method() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- method() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlRequestMethod
-
- method() - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns the Http method of this request.
- method(HttpMethod, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- method(HttpMethod, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- method(HttpMethod, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- method(HttpMethod) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- method(HttpMethod) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- method() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- method() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- method() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- method(HttpMethod) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all requests whose HTTP method does not match the given one.
- Method$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Method$
-
- METHOD_NOT_ALLOWED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- MethodDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- MethodDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- MethodDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- MethodDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- MethodDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.MethodDirectives$
-
- MethodNotAllowed() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- MethodNotAllowed() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- MethodRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by method filters.
- MethodRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by method filters.
- MethodRejection(HttpMethod) - Constructor for class org.apache.pekko.http.scaladsl.server.MethodRejection
-
- MethodRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MethodRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MethodRejection$
-
- methods() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- methods() - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- methodsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods$
-
- methodsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- methodsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow$
-
- methodsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- min$minusfresh(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.min$minusfresh
-
- min$minusfresh$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.min$minusfresh$
-
- MIN_FRESH(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- MinBufferSize() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
-
- MinBufferSize() - Static method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- minCollectStrictEntitySize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- minCollectStrictEntitySize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- minCollectStrictEntitySize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- minCollectStrictEntitySize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- minCollectStrictEntitySize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- minConnections() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- minConnections() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- MinFrameSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
Minimum frame size that can be written.
- MinFrameSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
Minimum frame size that can be written.
- MinSize() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- MinSize() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- MinSuccessful() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- MinSuccessful() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- minus(long) - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Creates a new `DateTime` that represents the point in time the given number of ms earlier.
- minus(long) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
Creates a new DateTime
that represents the point in time the given number of ms earlier.
- minusOne() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- minute() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- minute() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the minute of this instant in GMT.
- minute() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- MinValue() - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
- MinValue() - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- MiscDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- MiscDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
- MiscDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- MiscDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- MiscDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.MiscDirectives$
-
- MISDIRECTED_REQUEST - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- MisdirectedRequest() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- MisdirectedRequest() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- Missing$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.Credentials.Missing$
-
- MissingAttributeRejection<T> - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by attribute directives.
- MissingAttributeRejection<T> - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by attribute directives.
- MissingAttributeRejection(AttributeKey<T>) - Constructor for class org.apache.pekko.http.scaladsl.server.MissingAttributeRejection
-
- MissingAttributeRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MissingAttributeRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MissingAttributeRejection$
-
- missingCookie(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- missingCookie(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MissingCookieRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by the cookie
directive.
- MissingCookieRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the cookie
directive.
- MissingCookieRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.MissingCookieRejection
-
- MissingCookieRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MissingCookieRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MissingCookieRejection$
-
- missingFormField(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- missingFormField(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MissingFormFieldRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by form field filters.
- MissingFormFieldRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by form field filters.
- MissingFormFieldRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection
-
- MissingFormFieldRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MissingFormFieldRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection$
-
- missingHeader(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- missingHeader(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MissingHeaderRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by header directives.
- MissingHeaderRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by header directives.
- MissingHeaderRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection
-
- MissingHeaderRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MissingHeaderRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection$
-
- missingHttpIdHeaderException() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- missingHttpIdHeaderException() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- MissingHttpIdHeaderException() - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.MissingHttpIdHeaderException
-
- missingOutputElements() - Method in exception org.apache.pekko.http.impl.util.One2OneBidiFlow.OutputTruncationException
-
- missingQueryParam(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- missingQueryParam(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- MissingQueryParamRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by parameter filters.
- MissingQueryParamRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by parameter filters.
- MissingQueryParamRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection
-
- MissingQueryParamRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- MissingQueryParamRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection$
-
- mixed(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- MockSlotContext(LoggingAdapter, ConnectionPoolSettings) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- MockSlotContext$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext$
-
- mode() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- mode() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- ModeledCompanion<T> - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ModeledCompanion(ClassTag<T>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
- ModeledCompanion$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- ModeledCompanion$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion$
-
- ModeledCustomHeader - Class in org.apache.pekko.http.javadsl.model.headers
-
Support class for building user-defined custom headers defined by implementing `name` and
`value`.
- ModeledCustomHeader(String, String) - Constructor for class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeader
-
- ModeledCustomHeader<H extends ModeledCustomHeader<H>> - Class in org.apache.pekko.http.scaladsl.model.headers
-
Support class for building user-defined custom headers defined by implementing name
and value
.
- ModeledCustomHeader() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader
-
- ModeledCustomHeaderCompanion<H extends ModeledCustomHeader<H>> - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ModeledCustomHeaderCompanion() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- ModeledCustomHeaderFactory<H extends ModeledCustomHeader> - Class in org.apache.pekko.http.javadsl.model.headers
-
- ModeledCustomHeaderFactory() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
- ModeledHeader - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- modeledHeaderParsing() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- modeledHeaderParsing() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- modeledHeaderParsing() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- ModeledHeaderValueParser(String, int, int, LoggingAdapter, HeaderParser.Settings) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.ModeledHeaderValueParser
-
- modifyServer(BidiFlow<HttpResponse, TLSProtocol.SslTlsOutbound, TLSProtocol.SslTlsInbound, HttpRequest, NotUsed>) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- MODULE$ - Static variable in class org.apache.pekko.http.caching.CacheJavaMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.javadsl.CachingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.LfuCache$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.scaladsl.CachingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.ccompat.MapHelpers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.CorsJavaMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.javadsl.CorsDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.javadsl.CorsRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.CorsRejection.Malformed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.DefaultParsingErrorHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.HashCodeCollider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Connected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Connecting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Starting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.NewHostConnectionPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Failed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.OutOfEmbargo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ToBeClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Unconnected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolFlow.ResponseContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolId$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolId.SharedPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolId.UniquePool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolInterface$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$.IdleTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$.ShutdownRequested$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMaster$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.HasBeenShutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceRunning$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceShuttingDown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolSize$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolStatus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.Shutdown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.ShutdownAll$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ByteFlag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.client.PersistentConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.client.ResponseParsing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.Tick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PingFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.RstStreamFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsAckFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameEvent.WindowUpdateFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.ByteStringInputStream$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Authority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.ContentLength$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.ContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Cookie$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Method$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.OtherHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.PathAndQuery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Scheme$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Status$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Demux$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Demux.CompletionTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.CANCEL$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.COMPRESSION_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.CONNECT_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.ENHANCE_YOUR_CALM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.FLOW_CONTROL_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.INADEQUATE_SECURITY$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.INTERNAL_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.NO_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.PROTOCOL_ERROR$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.REFUSED_STREAM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.STREAM_CLOSED$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.Unknown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.CONTINUATION$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.DATA$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.GOAWAY$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.HEADERS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PING$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PRIORITY$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PUSH_PROMISE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.RST_STREAM$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.SETTINGS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.WINDOW_UPDATE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_HEADER_TABLE_SIZE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_INITIAL_WINDOW_SIZE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_FRAME_SIZE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_HEADER_LIST_SIZE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.Http2SubStream$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.IncomingFlowController$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.OutgoingConnectionBuilderImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.PriorityTree$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.PullFrameResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrame$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer.First$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes.ClientMeta$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.TelemetrySpi$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.http2.util.AsciiTreeLayout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EntityPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.ParseError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Primed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Unprimed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser.Trampoline$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.OneHundredContinueError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityChunk$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityStreamError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageEnd$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageStartError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.NeedMoreData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.NeedNextRequestMethod$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RemainingBytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamEnd$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers.ContentLengthParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Streamed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.ForceClose$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.RequestAskedForClosing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.Unspecified$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.HttpData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpAttributes.RemoteAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpAttributes.TLSSessionInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.AliveConnectionTerminators$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.Terminating$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.BitBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Bits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Bits.Multibit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Bits.One$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Bits.Zero$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.ActivelyCloseWithCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.BinaryMessagePart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.DirectAnswer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.MessageEnd$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.TextMessagePart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerCompleted$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerErredOut$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.FrameStart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Handshake$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Handshake.Server$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Masking$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.MessageToFrameRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Binary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Close$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Continuation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Other$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Ping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Pong$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Text$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.ProtocolException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Randoms$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Randoms.SecureRandomInstances$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WebSocket.Tick$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.IndexedCaseInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.JavaQuery$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.JavaUri$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.impl.model.parser.HeaderParser.EmptyCookieException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.HeaderParser.Failure$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.HeaderParser.RuleNotFound$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.HeaderParser.Success$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.parser.UriParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ParserSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ServerSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.BenchUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.ByteArrayRendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.ByteStringRendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.CollectorStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedByteArray$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedByteStringSource$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedByteStringTraversableOnce$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedConfig$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedRegex$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.EnhancedString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.ExposeAttributes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.J2SMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaAccessors$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ByteRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ByteString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.CacheDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ClientConnectionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ClientTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ConnectionPoolSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentDispositionType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeBinary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeNonBinary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeWithCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ContentTypeWithFixedCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.CookieParsingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.DateTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.EntityTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.EntityTagRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ErrorLoggingVerbosity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Host$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HostHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Http2ServerSettingT$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpChallenge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpCharsetRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpCookie$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpCookiePair$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpCredentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpEncodingRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpMethod$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpOrigin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpOriginRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.HttpsConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Implicits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.InetAddressIdentity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.InetSocketAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Language$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.LanguageRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.LinkParam$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.LinkValue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.LongMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeBinary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeFixedCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeNonBinary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.MediaTypeOpenCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.OutgoingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ParserSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.PreviewServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ProductVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Query$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.RangeUnit$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.RemoteAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.RequestEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ResponseEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Server$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.ServerSettingsT$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.StatusCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.StringIdentity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.TransferEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.Uri$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.UriParsingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.UserAgent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.WebsocketSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaMapping.WsMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.JavaVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.One2OneBidiFlow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.One2OneBidiFlow.OutputTruncationException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.One2OneBidiFlow.UnexpectedOutputException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.ByteStringRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.CharRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.CharsRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.IntRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.RenderableRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Renderer.StringRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Rendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Rendering.$u002C$u0020$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Rendering.CrLf$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Rendering.Empty$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.S2JMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.SettingsCompanionImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.SocketOptionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StreamUtils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StreamUtils.CaptureMaterializationAndTerminationOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StreamUtils.CaptureTerminationOp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StreamUtils.OneTimeValve$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StreamUtils.StreamControl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.StringTools$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Timestamp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.impl.util.Timestamp.Ordering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.ClientTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.common.PartialApplication$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.ConnectHttpsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.Http$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.marshalling.sse.EventStreamMarshalling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.MediaType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ResponseFuture$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.SslSessionInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.Trailer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.Message$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.TextMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.WebSocket$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.AuthenticationFailedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.AuthorizationFailedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.Directives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives.ProvidedCredentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.ExceptionHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.ExpectedWebSocketRequestRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RejectionHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.Rejections$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RequestContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RequestEntityExpectedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RouteResults$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.ConvertCompletionStage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertDirectoryListing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertDirectoryRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertEntityStreamingSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertLogEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertParserSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertRouteResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.convertRouteSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Implicits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Rejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.RequestContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.server.UnacceptedResponseEncodingRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.ServerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.Http2ServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.RoutingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.ServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.testkit.WSProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.client.TransformerAux$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.Coders$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.Decoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.Deflate$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.DeflateDecompressor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.Encoder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.Gzip$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.GzipCompressor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.GzipDecompressor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromString$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.StrictForm.FileData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.HttpConnectionTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.HttpServerTerminated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.IncomingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.OutgoingConnection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.Http.ServerBinding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.HttpConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.HttpsConnectionContext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshal.UnacceptableResponseContentTypeException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshalling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.sse.EventStreamMarshalling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.AttributeKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentRange.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentRange.Other$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType.$u003B$u0020charset$eq$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType.Binary$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentTypeRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ContentTypes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.EntityStreamException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.EntityStreamSizeException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ErrorInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.FormData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Accept$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Age$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Allow$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Authorization$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ByteRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.immutableDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusstale$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.min$minusfresh$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.must$minusrevalidate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minuscache$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minusstore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minustransform$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.only$minusif$minuscached$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.proxy$minusrevalidate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.s$minusmaxage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Connection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.attachment$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Ext$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.form$minusdata$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.inline$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Date$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EntityTag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ETag$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Expect$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Expires$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Language$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Link$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParam$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rel$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rev$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.LinkValue$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Location$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.MaxAge$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Origin$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Range$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Bytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Other$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RawHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Referer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.SameSite$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.SameSite.Lax$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.SameSite.None$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.SameSite.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Server$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.TE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.Upgrade$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpCharset$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.$times$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpCharsets$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.HttpEntityScalaDSLSugar$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpHeader$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpMessage.HttpMessageScalaDSLSugar$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpMethod$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpProtocol$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpProtocols$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.HttpResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.IllegalHeaderException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.IllegalRequestException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.IllegalResponseException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.IllegalUriException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.InvalidContentLengthException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaRange.One$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaRanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaType.Compressible$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaType.Gzipped$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaType.NotCompressible$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaTypes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.BodyPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Builder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.StrictBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.General$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.OptHttpRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.OptHttpResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ParsingException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Disallowed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Expected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Tolerated$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.RequestTimeoutException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ResponseEntity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ResponsePromise$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.SimpleRequestResponseAttribute$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.SslSessionInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Trailer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.chunked$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.compress$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.deflate$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.gzip$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.TransferEncodings.trailers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Authority$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Empty$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.NamedHost$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$.Relaxed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Path$.$tilde$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering.AuthorityRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering.HostRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering.PathRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering.QueryRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.UriRendering.UriRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.TextMessage$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection.CredentialsMissing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection.CredentialsRejected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ContentNegotiator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.Directive$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.Directive.Directive0Support$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.Directives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.AttributeDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationDirective$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.BasicDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.CachingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.CookieDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.Credentials$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Missing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FileInfo$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.FutureDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.HostDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.LogEntry$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.MethodDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.MiscDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.OnSuccessMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$.ConvertParamDefAndConcatenate$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet$
-
Deprecated.
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives.TrailingRetryRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.RangeDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.RouteDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.SchemeDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ExceptionHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MethodRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MissingAttributeRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MissingCookieRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RejectionError$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RejectionHandler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.Route$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RouteConcatenation$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RouteResult$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RouteResult.Complete$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RouteResult.Rejected$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.RoutingLog$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.SchemeRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.StandardRoute$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.TransformationRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.ClassMagnet$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTuple$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.TupleOps$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.TupleOps.AppendOne$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.TupleOps.FoldLeft$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$.Fold$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.util.Tupler$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.server.ValidationRejection$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.ServerBuilder$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings.LogUnencryptedNetworkBytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.Http2CommonSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.First$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Last$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.NoContentType$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$.Raw$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$.RFC6265$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Full$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Off$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Simple$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Ignore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Warn$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Error$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Ignore$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Warn$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.RoutingSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ServerSettings$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.settings.ServerSettings.LogUnencryptedNetworkBytes$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.TestClient$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.RouteTest$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.RouteTestTimeout$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.Specs2FrameworkInterface$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.WSProbe$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.testkit.WSTestRequestBuilding$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.TestServer$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.PosInt$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.NoContentException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.scaladsl.util.FastFuture.EnhancedFuture$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.http.Version$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.Utils$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.stream.testkit.Utils.TE$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.Coroner$
-
Static reference to the singleton instance of this Scala object.
- MODULE$ - Static variable in class org.apache.pekko.testkit.PekkoSpec$
-
Static reference to the singleton instance of this Scala object.
- month() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- month() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the month of this instant in GMT.
- month(int) - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Returns the three-letter string for the month with the given index.
- month() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- monthStr() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the month as a 3 letter abbreviation: `Jan`, `Feb`, `Mar`, `Apr`, `May`, `Jun`, `Jul`,
`Aug`, `Sep`, `Oct`, `Nov` or `Dec`
- monthStr() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
The month as a 3 letter abbreviation:
Jan
, Feb
, Mar
, Apr
, May
, Jun
, Jul
, Aug
, Sep
, Oct
, Nov
or Dec
- MOps$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps$
-
- MOVED_PERMANENTLY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- MovedPermanently() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- MovedPermanently() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- msg() - Method in exception org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException
-
- mtn() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
- multi() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- MULTI_STATUS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Multibit(int, long) - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits.Multibit
-
- Multibit$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits.Multibit$
-
- Multipart - Interface in org.apache.pekko.http.javadsl.model
-
The model of multipart content for media-types `multipart/\*` (general multipart content),
`multipart/form-data` and `multipart/byteranges`.
- Multipart(String, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.Multipart
-
- Multipart - Interface in org.apache.pekko.http.scaladsl.model
-
The model of multipart content for media-types multipart/\*
(general multipart content),
multipart/form-data
and multipart/byteranges
.
- multipart$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- Multipart$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart$
-
- Multipart.BodyPart - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.BodyPart - Interface in org.apache.pekko.http.scaladsl.model
-
The general model for a single part of a multipart message.
- Multipart.BodyPart$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.BodyPart$.Strict - Interface in org.apache.pekko.http.scaladsl.model
-
- Multipart.BodyPart.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.ByteRanges - Interface in org.apache.pekko.http.javadsl.model
-
Model for `multipart/byteranges` content as defined by
https://tools.ietf.org/html/rfc7233#section-5.4.1 and
https://tools.ietf.org/html/rfc7233#appendix-A
- Multipart.ByteRanges - Class in org.apache.pekko.http.scaladsl.model
-
Model for multipart/byteranges
content as defined by
https://tools.ietf.org/html/rfc7233#section-5.4.1 and https://tools.ietf.org/html/rfc7233#appendix-A
- Multipart.ByteRanges$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges$.BodyPart - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges$.BodyPart$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges$.BodyPart$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
Strict ByteRanges.BodyPart
.
- Multipart.ByteRanges$.BodyPart$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.ByteRanges.BodyPart - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.ByteRanges.BodyPart.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.ByteRanges.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.FormData - Interface in org.apache.pekko.http.javadsl.model
-
Model for `multipart/form-data` content as defined in http://tools.ietf.org/html/rfc2388.
- Multipart.FormData - Class in org.apache.pekko.http.scaladsl.model
-
Model for multipart/form-data
content as defined in http://tools.ietf.org/html/rfc2388.
- Multipart.FormData$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData$.BodyPart - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData$.BodyPart$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData$.BodyPart$.Builder$ - Class in org.apache.pekko.http.scaladsl.model
-
INTERNAL API
- Multipart.FormData$.BodyPart$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
Strict FormData.BodyPart
.
- Multipart.FormData$.BodyPart$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData$.BodyPart$.StrictBuilder$ - Class in org.apache.pekko.http.scaladsl.model
-
INTERNAL API
- Multipart.FormData$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.FormData.BodyPart - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.FormData.BodyPart.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.FormData.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.General - Interface in org.apache.pekko.http.javadsl.model
-
Basic model for multipart content as defined by http://tools.ietf.org/html/rfc2046.
- Multipart.General - Class in org.apache.pekko.http.scaladsl.model
-
Basic model for general multipart content as defined by http://tools.ietf.org/html/rfc2046.
- Multipart.General$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General$.BodyPart - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General$.BodyPart$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General$.BodyPart$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
Strict General.BodyPart
.
- Multipart.General$.BodyPart$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General$.Strict - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Multipart.General.BodyPart - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.General.BodyPart.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.General.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.Strict - Interface in org.apache.pekko.http.javadsl.model
-
- Multipart.Strict - Interface in org.apache.pekko.http.scaladsl.model
-
A type of multipart content for which all parts have already been loaded into memory
and are therefore allow random access.
- MULTIPART_ALTERNATIVE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_BYTERANGES - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_ENCRYPTED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_FORM_DATA - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_MIXED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_RELATED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- MULTIPART_SIGNED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- multipartBoundaryLength() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- multipartBoundaryLength() - Method in interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
-
The length of randomly generated multipart boundaries (before base64 encoding).
- multipartBoundaryRandom() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- multipartBoundaryRandom() - Method in interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
-
The random instance that is used to create multipart boundaries.
- multipartByteRangesUnmarshaller(HttpCharset, LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- multipartFormDataUnmarshaller(LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- multipartGeneralUnmarshaller(HttpCharset, LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- multipartMarshaller(LoggingAdapter) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- multipartMarshaller(LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
-
- multipartMarshaller$default$1() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- MultipartMarshallers - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- MultipartMarshallers$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- MultipartMarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers$
-
- Multiparts - Class in org.apache.pekko.http.javadsl.model
-
Constructors for Multipart instances
- Multiparts() - Constructor for class org.apache.pekko.http.javadsl.model.Multiparts
-
- MultipartSpec - Class in org.apache.pekko.http.scaladsl.model
-
- MultipartSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.MultipartSpec
-
- MultipartsSpec - Class in org.apache.pekko.http.javadsl.model
-
- MultipartsSpec() - Constructor for class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- multipartUnmarshaller(MediaRange, ContentType, Function2<BodyPartEntity, List<HttpHeader>, BP>, Function2<MediaType.Multipart, Source<BP, Object>, T>, Function2<HttpEntity.Strict, List<HttpHeader>, BPS>, Function2<MediaType.Multipart, Seq<BPS>, T>, LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- MultipartUnmarshallers - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
Provides pekko.http.scaladsl.model.Multipart
marshallers.
- MultipartUnmarshallers$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- MultipartUnmarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers$
-
- MULTIPLE_CHOICES - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- MultipleChoices() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- MultipleChoices() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- multiplexer() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- MultiStatus() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- MultiStatus() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- must$minusrevalidate$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.must$minusrevalidate$
-
- MUST_REVALIDATE - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- MustContain(Seq<T>) - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.MustContain
-
- mustContainLike(PartialFunction<T, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.MustContain
-
- muteDeadLetters(Seq<Class<?>>, ActorSystem) - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-