Accept-Charset
header(s)Accept-Encoding
header(s)Accept-Language
header(s)Accept
header(s)apply
to Directive0.apply
to Directive0.headerPairs
adding headers related to content (type and length).headerPairs
adding headers related to content (type and length).apply
to all Directives with 1 or more extractions,
which allows specifying an n-ary function to receive the extractions instead of a Function1[TupleX, Route].apply
to all Directives with 1 or more extractions,
which allows specifying an n-ary function to receive the extractions instead of a Function1[TupleX, Route].name
parameter.ServerBinding
to the actor system's coordinated shutdown, so that unbind
and terminate
get
called appropriately before the system is shut down.ServerBinding
to the actor system's coordinated shutdown, so that unbind
and terminate
get
called appropriately before the system is shut down.allOf(bindParameter(this::pathPrefix, "alice"), bindParameter(this::path, "bob"), () -> complete("Charlie!"))
- allOf(Function<Function<A, Route>, Route>, Function<Function<B, Route>, Route>, BiFunction<A, B, Route>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
Nests two 1-argument directives together
Usage example:
allOf(this::extractScheme, this::extractMethod, (scheme, method) -> complete("You did a " + method.name() + " using " + scheme))
- allOf(Function<Supplier<Route>, Route>, Function<Function<A, Route>, Route>, Function<A, Route>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
Nests one 0-argument and 1-argument directives together
Usage example:
allOf(bindParameter(this::pathPrefix, "guess"), this::extractMethod, method -> complete("You did a " + method.name()))
- allOf(Function<Supplier<Route>, Route>, Function<Supplier<Route>, Route>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Nests two 0-argument directives together
Usage example:
allOf(bindParameter(this::pathPrefix, "alice"), bindParameter(this::path, "bob"), () -> complete("Charlie!"))
- allOf(Function<Function<A, Route>, Route>, Function<Function<B, Route>, Route>, BiFunction<A, B, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Nests two 1-argument directives together
Usage example:
allOf(this::extractScheme, this::extractMethod, (scheme, method) -> complete("You did a " + method.name() + " using " + scheme))
- allOf(Function<Supplier<Route>, Route>, Function<Function<A, Route>, Route>, Function<A, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Nests one 0-argument and 1-argument directives together
Usage example:
allOf(bindParameter(this::pathPrefix, "guess"), this::extractMethod, method -> complete("You did a " + method.name()))
- allow() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- allow() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowCredentials
-
- Allow - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Allow` header.
- Allow() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Allow
-
- allow() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- Allow - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Allow(Seq<HttpMethod>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- Allow$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Allow$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Allow$
-
- allowCredentials() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
Indicates whether the resource supports user credentials.
- allowCredentials() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- allowedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
List of request headers that can be used when making an actual request.
- allowedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- allowedMethods() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
List of methods that can be used when making an actual request.
- allowedMethods() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- allowedOrigins() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
List of origins that the CORS filter must allow.
- allowedOrigins() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- allowedOrigins() - Method in class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection
-
- allowGenericHttpRequests() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
If
true
, allow generic requests (that are outside the scope of the specification) to pass through the directive.
- allowGenericHttpRequests() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- allowReadingIncomingFrames(boolean) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
Allows suspending reading of frames incoming from the network
- allowsEntity() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns if a response with this status-code is allowed to be accompanied with a non-empty
entity.
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpFailure
-
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- allowsEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- ALPHA() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- ALPHA() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- ALPHANUM() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- ALPHANUM() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- ALREADY_REPORTED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- AlreadyDiscardedEntity() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessage$
-
- AlreadyReported() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- AlreadyReported() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- alternative(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- Alternative$() - Constructor for class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$
-
- alwaysCache(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
Cache
implementation and
keyer function.
- alwaysCache(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
Cache
implementation and
keyer function.
- alwaysCache(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.
- an() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- an() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- an() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- an() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- an() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- an() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- an() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- an() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- an() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- anchor(Uri) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- anchor(Uri) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor
-
- anchor$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor$
-
- and(ConjunctionMagnet<L>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Joins two directives into one which extracts the concatenation of its base directive extractions.
- andThen(Function2<Uri.Path, L, PathMatcher.Matching<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- andThen(Function2<Uri.Path, L, PathMatcher.Matching<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matching
-
- andThen(Function2<Uri.Path, Nothing$, PathMatcher.Matching<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
- andThen(Unmarshaller<B, C>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- anyOf(Function<Supplier<Route>, Route>, Function<Supplier<Route>, Route>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
Composes two 0-argument directives which share the same inner Route.
- anyOf(Function<Function<A, Route>, Route>, Function<Function<A, Route>, Route>, Function<A, Route>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
Composes two 1-argument directives (directives whose inner route takes a parameter) which share the same inner route.
- anyOf(Function<Supplier<Route>, Route>, Function<Supplier<Route>, Route>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Composes two 0-argument directives which share the same inner Route.
- anyOf(Function<Function<A, Route>, Route>, Function<Function<A, Route>, Route>, Function<A, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Composes two 1-argument directives (directives whose inner route takes a parameter) which share the same inner route.
- append(Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- append(Seq<TransferEncoding>) - Method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- append(Seq<TransferEncoding>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- append(PathMatcher<R>, TupleOps.Join<L, R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- append(S, TupleOps.AppendOne<T, S>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
Appends the given value to the tuple producing a tuple of arity n + 1.
- append0() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append1() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append10() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append11() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append12() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append13() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append14() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append15() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append16() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append17() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append18() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append19() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append2() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append20() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append21() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append3() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append4() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append5() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append6() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append7() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append8() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- append9() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- appendData(String) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- appendHostOverride(String, ConnectionPoolSettings) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- appendHostOverride(String, ConnectionPoolSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- AppendOne$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps.AppendOne$
-
- APPLICATION_ATOM_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_BASE64 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_CBOR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_EXCEL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
Deprecated.
This format is unofficial and should not be used.
Use instead.
- APPLICATION_FONT_WOFF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
Deprecated.
This format is unofficial and should not be used.
Use instead.
- APPLICATION_GNUTAR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_GRPC_PROTO - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- APPLICATION_GRPC_PROTO - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_JAVA_ARCHIVE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_JAVASCRIPT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_JSON - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- APPLICATION_JSON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_JSON_PATCH_JSON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_LHA - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_LZX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_MERGE_PATCH_JSON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_MSPOWERPOINT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
Deprecated.
This format is unofficial and should not be used.
Use instead.
- APPLICATION_MSWORD - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- APPLICATION_OCTET_STREAM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_PDF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_POSTSCRIPT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_RSS_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_SOAP_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_API_JSON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_GOOGLE_EARTH_KML_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_GOOGLE_EARTH_KMZ - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_EXCEL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_FONTOBJECT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_POWERPOINT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_CHART - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_MASTER - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_WEB - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_7Z_COMPRESSED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_ACE_COMPRESSED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_APPLE_DISKIMAGE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_ARC_COMPRESSED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_BZIP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_BZIP2 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_CHROME_EXTENSION - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_COMPRESS - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_COMPRESSED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_DEBIAN_PACKAGE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_DVI - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_FONT_OPENTYPE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_FONT_TRUETYPE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_GTAR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_GZIP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_LATEX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_RAR_COMPRESSED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_REDHAT_PACKAGE_MANAGER - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_SHOCKWAVE_FLASH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_TAR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_TEX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_TEXINFO - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_VRML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_X509_CA_CERT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_X_XPINSTALL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_XHTML_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_XML_DTD - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- APPLICATION_ZIP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- applicationBinary(String, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- applicationBinary(String, MediaType.Compressibility, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- applicationBinary(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- applicationBinary(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- applicationWithFixedCharset(String, HttpCharset, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- applicationWithFixedCharset(String, HttpCharset, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- applicationWithFixedCharset(String, HttpCharset, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- applicationWithOpenCharset(String, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- applicationWithOpenCharset(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- applicationWithOpenCharset(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- apply(ActorSystem) - Method in class org.apache.pekko.http.caching.LfuCache$
-
- apply(CachingSettings) - Method in class org.apache.pekko.http.caching.LfuCache$
-
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.
- apply(K, Function0<Future<V>>) - Method in class org.apache.pekko.http.caching.LfuCache
-
- apply(K, Function0<Future<V>>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns either the cached Future for the given key or evaluates the given value generating
function producing a
Future[V]
.
- apply(K, Function1<Promise<V>, BoxedUnit>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns either the cached Future for the key or evaluates the given function which
should lead to eventual completion of the promise.
- apply(Config) - Method in class org.apache.pekko.http.caching.scaladsl.CachingSettings$
-
- apply(String) - Method in class org.apache.pekko.http.caching.scaladsl.CachingSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.caching.scaladsl.CachingSettings
-
- apply(String) - Static method in class org.apache.pekko.http.caching.scaladsl.CachingSettings
-
- apply(Config) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings$
-
- apply(String) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- apply(String) - Static method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- apply(Seq<String>) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange$
-
- apply(Seq<String>) - Static method in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
-
- apply(Seq<HttpOrigin>) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher$
-
Build a matcher that will accept any of the given origins.
- apply(Seq<HttpOrigin>) - Static method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
-
Build a matcher that will accept any of the given origins.
- apply(ActorSystem) - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- apply(String) - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- apply(Config) - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- apply(String, int, ClientConnectionSettings, Option<HttpCredentials>) - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage$
-
- apply(String, int, ClientConnectionSettings, Option<HttpCredentials>) - Static method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- apply(Host, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint$
-
- apply(Host, ClientConnectionSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint
-
- apply(Flow<HttpRequest, HttpResponse, Future<Http.OutgoingConnection>>, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.client.pool.NewHostConnectionPool$
-
- apply(Flow<HttpRequest, HttpResponse, Future<Http.OutgoingConnection>>, ConnectionPoolSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.client.pool.NewHostConnectionPool
-
- apply(PoolId, ActorRefFactory, PoolMaster, Materializer) - Method in class org.apache.pekko.http.impl.engine.client.PoolInterface$
-
- apply(ExtendedActorSystem) - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster$
-
- apply(ExtendedActorSystem) - Static method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
- apply(T1) - Static method in exception org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
-
- apply(Http2CommonSettings) - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState$
-
- apply(ByteString) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.ByteStringInputStream$
-
- apply(ByteString) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.ByteStringInputStream
-
- apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- apply(ActorSystem) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- apply(Http2SubStream) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream$
-
- apply(HttpEntity, FrameEvent.ParsedHeadersFrame, OptionVal<FrameEvent.ParsedHeadersFrame>, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream$
-
- apply(HttpEntity, FrameEvent.ParsedHeadersFrame, OptionVal<FrameEvent.ParsedHeadersFrame>, Map<AttributeKey<?>, Object>) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- apply(R) - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- apply(String, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.impl.engine.http2.OutgoingConnectionBuilderImpl$
-
- apply(String, ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.impl.engine.http2.OutgoingConnectionBuilderImpl
-
- apply() - Method in class org.apache.pekko.http.impl.engine.http2.PriorityTree$
-
- apply(Function1<TLSProtocol.SessionBytes, String>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Method in class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch$
-
- apply(Function1<TLSProtocol.SessionBytes, String>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Static method in class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch
-
- apply(Duration, Option<InetSocketAddress>) - Method in class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
-
- apply(FiniteDuration, Option<InetSocketAddress>) - Method in class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
-
- apply(Duration, Option<InetSocketAddress>) - Static method in class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi
-
- apply(FiniteDuration, Option<InetSocketAddress>) - Static method in class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi
-
- apply(HttpHeaderParser.Settings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- apply(HttpHeaderParser.Settings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- apply(HttpHeaderParser, ByteString, int, Function1<ErrorInfo, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- apply(HttpHeaderParser, ByteString, int, Function1<ErrorInfo, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.ModeledHeaderValueParser
-
- apply(HttpHeaderParser, ByteString, int, Function1<ErrorInfo, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.RawHeaderValueParser
-
- apply(Source<A, NotUsed>) - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator
-
- apply(Source<A, NotUsed>) - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator
-
- apply(HttpHeaderParser, ByteString, int, Function1<ErrorInfo, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers.ContentLengthParser$
-
- apply(Function0<Object>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering$
-
- apply(Scheduler, Function0<Object>, ExecutionContext) - Method in class org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering$
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- apply(ActorSystem, ServerSettings) - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage$
-
- apply(ActorSystem, ServerSettings) - Static method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- apply(ServerSettings, LoggingAdapter, boolean, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- apply(ServerSettings, LoggingAdapter, boolean, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
-
- apply(ActorSystem) - Method in class org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe$
-
- apply(Source<ByteString, ?>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe$
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameData
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameError
-
- apply(T1, T2, T3, T4, T5, T6, T7) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings
-
- apply(boolean, Function0<Random>) - Method in class org.apache.pekko.http.impl.engine.ws.Masking$
-
- apply(boolean, Function0<Random>) - Static method in class org.apache.pekko.http.impl.engine.ws.Masking
-
- apply(T1) - Static method in exception org.apache.pekko.http.impl.engine.ws.ProtocolException
-
- apply() - Method in class org.apache.pekko.http.impl.engine.ws.Randoms.SecureRandomInstances$
-
- apply(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
-
Returns a WebSocketClientLayer that can be materialized once.
- apply(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint
-
Returns a WebSocketClientLayer that can be materialized once.
- apply(T1) - Static method in class org.apache.pekko.http.impl.model.JavaQuery
-
- apply(T1) - Static method in class org.apache.pekko.http.impl.model.JavaUri
-
- apply(String) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestError
-
- apply(String) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- apply(String) - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- apply(Config) - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- apply(int, Function1<Object, Throwable>, Function1<Object, Throwable>) - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow$
-
Creates a generic
BidiFlow
which verifies that another flow produces exactly one output element per
input element, at the right time.
- apply(int, Function1<Object, Throwable>, Function1<Object, Throwable>) - Static method in class org.apache.pekko.http.impl.util.One2OneBidiFlow
-
Creates a generic
BidiFlow
which verifies that another flow produces exactly one output element per
input element, at the right time.
- apply(ActorSystem) - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- apply(String) - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- apply(Config) - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- apply(Source<T, Mat>) - Method in class org.apache.pekko.http.impl.util.StreamUtils.CaptureMaterializationAndTerminationOp$
-
- apply(Source<T, Mat>) - Method in class org.apache.pekko.http.impl.util.StreamUtils.CaptureTerminationOp$
-
- apply(Source<T, Mat>) - Method in interface org.apache.pekko.http.impl.util.StreamUtils.EntityStreamOp
-
- apply() - Method in class org.apache.pekko.http.impl.util.StreamUtils.OneTimeValve$
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.Http
-
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.javadsl.Http
-
- apply(CompletableFuture<HttpResponse>) - Method in class org.apache.pekko.http.javadsl.model.ResponseFuture$
-
- apply(CompletableFuture<HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.model.ResponseFuture
-
- apply(Function1<RequestContext, Future<RouteResult>>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter$
-
- apply(Function1<RequestContext, Future<RouteResult>>) - Static method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- apply(String, int, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.ServerBuilder$
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo
-
- apply() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(String, T, Marshaller<T, RequestEntity>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(String, Option<T>, Marshaller<T, RequestEntity>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(String, RequestEntity) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(Uri) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(Uri, T, Marshaller<T, RequestEntity>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(Uri, Option<T>, Marshaller<T, RequestEntity>, Timeout, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(Uri, RequestEntity) - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- apply(Function1<A, B>, Function1<AA, BB>) - Method in interface org.apache.pekko.http.scaladsl.client.TransformerAux
-
- apply(A) - Method in class org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport.WithTransformerConcatenation
-
- apply(Function1<HttpMessage, Object>) - Method in class org.apache.pekko.http.scaladsl.coding.Gzip$
-
Deprecated.
- apply(Function1<HttpMessage, Object>) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- apply(T1, T2, T3, T4, T5, T6) - Static method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- apply(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.Http$
-
- apply(ActorSystem) - Method in class org.apache.pekko.http.scaladsl.Http$
-
- apply(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- apply(ActorSystem) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- apply() - Method in class org.apache.pekko.http.scaladsl.HttpConnectionContext$
-
- apply() - Static method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
- apply(T, ContentType) - Method in interface org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider
-
- apply(T) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshal$
-
- apply(T) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
- apply(Function1<ExecutionContext, Function1<A, Future<List<Marshalling<B>>>>>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Creates a
Marshaller
from the given function.
- apply(A, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- apply(A, Marshaller<A, HttpResponse>) - Method in class org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable$
-
- apply(HttpRequest, ExecutionContext) - Method in interface org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable
-
- apply(String, ClassTag<T>) - Method in class org.apache.pekko.http.scaladsl.model.AttributeKey$
-
- apply(String, ClassTag<T>) - Static method in class org.apache.pekko.http.scaladsl.model.AttributeKey
-
- apply(long, long) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange$
-
- apply(long, long, long) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange$
-
- apply(long, long, Option<Object>) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange$
-
- apply(MediaType.Binary) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
- apply(MediaType.WithFixedCharset) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
- apply(MediaType.WithOpenCharset, HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
- apply(MediaType, Function0<HttpCharset>) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
- apply(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange$
-
- apply(MediaRange) - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange$
-
- apply(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange$
-
- apply(MediaType) - Static method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- apply(MediaRange) - Static method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- apply(ContentType) - Static method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- apply(int, int, int, int, int, int) - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Creates a new
DateTime
with the given properties.
- apply(long) - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Creates a new
DateTime
from the number of milli seconds
since the start of "the epoch", namely January 1, 1970, 00:00:00 GMT.
- apply(int, int, int, int, int, int) - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
Creates a new
DateTime
with the given properties.
- apply(long) - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
Creates a new
DateTime
from the number of milli seconds
since the start of "the epoch", namely January 1, 1970, 00:00:00 GMT.
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.EntityStreamException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.EntityStreamException
-
- apply(T1, T2) - Static method in exception org.apache.pekko.http.scaladsl.model.EntityStreamSizeException
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo$
-
INTERNAL API
- apply(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
INTERNAL API
- apply(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.FormData$
-
- apply(Seq<Tuple2<String, String>>) - Method in class org.apache.pekko.http.scaladsl.model.FormData$
-
- apply(Map<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.FormData
-
- apply(Seq<Tuple2<String, String>>) - Static method in class org.apache.pekko.http.scaladsl.model.FormData
-
- apply(MediaRange, Seq<MediaRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$
-
- apply(HttpCharsetRange, Seq<HttpCharsetRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset$
-
- apply(HttpCharsetRange, Seq<HttpCharsetRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- apply() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding$
-
- apply(HttpEncodingRange, Seq<HttpEncodingRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding$
-
- apply() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- apply(HttpEncodingRange, Seq<HttpEncodingRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- apply(LanguageRange, Seq<LanguageRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage$
-
- apply(LanguageRange, Seq<LanguageRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- apply() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges$
-
- apply(RangeUnit, Seq<RangeUnit>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges$
-
- apply() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- apply(RangeUnit, Seq<RangeUnit>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- apply(MediaRange, Seq<MediaRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- apply(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders$
-
- apply(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- apply(HttpMethod, Seq<HttpMethod>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods$
-
- apply(HttpMethod, Seq<HttpMethod>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- apply(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders$
-
- apply(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- apply(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders$
-
- apply(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- apply() - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow$
-
- apply(HttpMethod, Seq<HttpMethod>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow$
-
- apply() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- apply(HttpMethod, Seq<HttpMethod>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials$
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- apply(long, long) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange$
-
- apply(long, long) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
- apply(CacheDirective, Seq<CacheDirective>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl$
-
- apply(CacheDirective, Seq<CacheDirective>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- apply(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minuscache$
-
- apply(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection$
-
- apply(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- apply(HttpEncoding, Seq<HttpEncoding>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding$
-
- apply(HttpEncoding, Seq<HttpEncoding>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- apply(ByteContentRange) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange$
-
- apply(ByteContentRange) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- apply(HttpCookiePair, Seq<HttpCookiePair>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
- apply(Tuple2<String, String>, Seq<Tuple2<String, String>>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie$
-
- apply(HttpCookiePair, Seq<HttpCookiePair>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- apply(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- apply(Tuple2<String, String>, Seq<Tuple2<String, String>>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- apply(Seq<EntityTag>) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange$
-
- apply(Seq<EntityTag>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange
-
- apply(String, boolean) - Method in class org.apache.pekko.http.scaladsl.model.headers.ETag$
-
- apply(String, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- apply(String, Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials$
-
- apply(String, Map<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- apply(Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- apply(InetSocketAddress) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- apply(String, int) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- apply(Uri.Authority) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- apply(InetSocketAddress) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- apply(String, int) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- apply(String, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge$
-
- apply(String, Option<String>, Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge$
-
- apply(String, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- apply(String, Option<String>, Map<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- apply(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$
-
You are encouraged to provide only 'name' and 'value' here, and use
'withXxx' methods to populate other fields.
- apply(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
You are encouraged to provide only 'name' and 'value' here, and use
'withXxx' methods to populate other fields.
- apply(Tuple2<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- apply(Tuple2<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- apply(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- apply(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange$
-
- apply(HttpEncoding, float) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange$
-
- apply(HttpEncoding) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
- apply(HttpEncoding, float) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin$
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- apply(Seq<HttpOrigin>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange$
-
- apply(Seq<HttpOrigin>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange
-
- apply(EntityTag, Seq<EntityTag>) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch$
-
- apply(EntityTag, Seq<EntityTag>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- apply(EntityTag, Seq<EntityTag>) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch$
-
- apply(EntityTag, Seq<EntityTag>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- apply(EntityTag) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange$
-
- apply(DateTime) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange$
-
- apply(EntityTag) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- apply(DateTime) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.Language$
-
- apply(String, String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Language$
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- apply(String, String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- apply(Language) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange$
-
- apply(Language, float) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange$
-
- apply(Uri, LinkParam, Seq<LinkParam>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Link$
-
- apply(LinkValue, Seq<LinkValue>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Link$
-
- apply(Uri, LinkParam, Seq<LinkParam>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- apply(LinkValue, Seq<LinkValue>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- apply(Uri, LinkParam, Seq<LinkParam>) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue$
-
- apply(Uri, LinkParam, Seq<LinkParam>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.headers.MaxAge
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- apply(HttpOrigin, Seq<HttpOrigin>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Origin$
-
- apply(HttpOrigin, Seq<HttpOrigin>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- apply(HttpChallenge, Seq<HttpChallenge>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate$
-
- apply(HttpChallenge, Seq<HttpChallenge>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- apply(ByteRange, Seq<ByteRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Range$
-
- apply(Seq<ByteRange>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Range$
-
- apply(ByteRange, Seq<ByteRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- apply(Seq<ByteRange>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- apply(long) - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter$
-
- apply(DateTime) - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter$
-
- apply(long) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- apply(DateTime) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.SameSite$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey$
-
- apply(byte[]) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.Server$
-
- apply(ProductVersion, Seq<ProductVersion>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Server$
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- apply(ProductVersion, Seq<ProductVersion>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- apply(long, Option<Object>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity$
-
- apply(long, Option<Object>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- apply(TransferEncoding, Seq<TransferEncoding>) - Method in class org.apache.pekko.http.scaladsl.model.headers.TE$
-
- apply(TransferEncoding, Seq<TransferEncoding>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- apply(TransferEncoding, Seq<TransferEncoding>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding$
-
- apply(TransferEncoding, Seq<TransferEncoding>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent$
-
- apply(ProductVersion, Seq<ProductVersion>) - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent$
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- apply(ProductVersion, Seq<ProductVersion>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- apply(HttpChallenge, Seq<HttpChallenge>) - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate$
-
- apply(HttpChallenge, Seq<HttpChallenge>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- apply(RemoteAddress, Seq<RemoteAddress>) - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor$
-
- apply(RemoteAddress, Seq<RemoteAddress>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- apply(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange$
-
- apply(HttpCharset, float) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange$
-
- apply(HttpCharset) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
- apply(HttpCharset, float) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ByteString) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType.NonBinary, String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType.WithFixedCharset, String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType, byte[]) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType, ByteString) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType, long, Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(ContentType, Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart$
-
- apply(ByteString) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart$
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocol
-
- apply(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
- apply(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol) - Static method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- apply(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse$
-
- apply(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) - Static method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.IllegalHeaderException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalHeaderException
-
- apply(StatusCodes.ClientError) - Method in class org.apache.pekko.http.scaladsl.model.IllegalRequestException$
-
- apply(StatusCodes.ClientError, ErrorInfo) - Method in class org.apache.pekko.http.scaladsl.model.IllegalRequestException$
-
- apply(StatusCodes.ClientError, String) - Method in class org.apache.pekko.http.scaladsl.model.IllegalRequestException$
-
- apply(StatusCodes.ClientError) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- apply(StatusCodes.ClientError, ErrorInfo) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- apply(StatusCodes.ClientError, String) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.IllegalResponseException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalResponseException
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.IllegalUriException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.IllegalUriException
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.InvalidContentLengthException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.InvalidContentLengthException
-
- apply(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange$
-
- apply(MediaType, float) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange$
-
- apply(MediaType) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- apply(MediaType, float) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- apply(Seq<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$
-
- apply(Source<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart, Object>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$
-
- apply(ContentRange, BodyPartEntity, RangeUnit, Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
-
- apply(Seq<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
- apply(Seq<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
- apply(Map<String, HttpEntity.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
- apply(Source<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart, Object>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
- apply(String, BodyPartEntity, Map<String, String>, Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
- apply(MediaType.Multipart, Seq<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$
-
- apply(MediaType.Multipart, Source<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart, Object>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$
-
- apply(BodyPartEntity, Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.ParsingException$
-
- apply(String, String) - Static method in exception org.apache.pekko.http.scaladsl.model.ParsingException
-
- apply(InetAddress, Option<Object>) - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
- apply(InetSocketAddress) - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
- apply(InetAddress, Option<Object>) - Static method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- apply(InetSocketAddress) - Static method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- apply(byte[]) - Static method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- apply(T1, T2) - Static method in exception org.apache.pekko.http.scaladsl.model.RequestTimeoutException
-
- apply(Promise<HttpResponse>) - Method in class org.apache.pekko.http.scaladsl.model.ResponsePromise$
-
- apply(Promise<HttpResponse>) - Static method in class org.apache.pekko.http.scaladsl.model.ResponsePromise
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
Creates a
ServerSentEvent
.
- apply(String, String, String) - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
Creates a
ServerSentEvent
.
- apply(String, int) - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
Creates a
ServerSentEvent
.
- apply(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
Creates a
ServerSentEvent
.
- apply(String, String, String) - Static method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
Creates a
ServerSentEvent
.
- apply(String, int) - Static method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
Creates a
ServerSentEvent
.
- apply(SSLSession) - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo$
-
- apply(SSLSession) - Static method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- apply() - Method in class org.apache.pekko.http.scaladsl.model.Trailer$
-
- apply(HttpHeader) - Method in class org.apache.pekko.http.scaladsl.model.Trailer$
-
- apply(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Trailer$
-
- apply() - Static method in class org.apache.pekko.http.scaladsl.model.Trailer
-
- apply(HttpHeader) - Static method in class org.apache.pekko.http.scaladsl.model.Trailer
-
- apply(Seq<HttpHeader>) - Static method in class org.apache.pekko.http.scaladsl.model.Trailer
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Creates a new Uri instance from the given components.
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a valid URI string into a normalized URI reference as defined
by http://tools.ietf.org/html/rfc3986#section-4.1.
- apply(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Creates a new Uri instance from the given components.
- apply(String, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
- apply(InetAddress) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
- apply(Inet4Address) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
- apply(Inet6Address) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
- apply(byte, byte, byte, byte) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
- apply(byte[], String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
- apply(byte[]) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
- apply(Seq<Object>) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
- apply(String, String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
- apply(byte[], String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$
-
- apply(String, Charset) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
Parses the given String into a Query instance.
- apply(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- apply(Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- apply(Option<String>, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- apply(Seq<Tuple2<String, String>>) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- apply(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- apply(ByteString) - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage$
-
- apply(Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage$
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage$
-
- apply(Source<String, Object>) - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage$
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade
-
- apply(Uri, Seq<HttpHeader>, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest$
-
- apply(Uri, Seq<HttpHeader>, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection
-
- apply(Directive<L>) - Method in interface org.apache.pekko.http.scaladsl.server.ConjunctionMagnet
-
- apply(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator$
-
- apply(ContentType) - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$
-
- apply(MediaType) - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$
-
- apply(Seq<HttpHeader>) - Static method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
- apply(Function1<Function1<T, Function1<RequestContext, Future<RouteResult>>>, Function1<RequestContext, Future<RouteResult>>>, Tuple<T>) - Method in class org.apache.pekko.http.scaladsl.server.Directive$
-
Constructs a directive from a function literal.
- apply(Function1<Function1<T, Function1<RequestContext, Future<RouteResult>>>, Function1<RequestContext, Future<RouteResult>>>, Tuple<T>) - Static method in class org.apache.pekko.http.scaladsl.server.Directive
-
Constructs a directive from a function literal.
- apply(Directive<Tuple1<T>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationDirective$
-
- apply(Function0<Future<T>>, Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet$
-
- apply(Function1<String, ContentType>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver$
-
- apply(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver
-
- apply(Option<HttpCredentials>) - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials$
-
- apply(URL) - Method in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile$
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- apply(T) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef
-
Deprecated.
- apply(T, FormFieldDirectives.FieldDef<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet$
-
Deprecated.
- apply() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet
-
Deprecated.
- apply(Directive<Tuple1<T>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- apply(Object, String, Logging.LogLevel) - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry$
-
- apply(Object, String, Logging.LogLevel) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- apply(Function0<Future<T>>, Tupler<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.OnSuccessMagnet$
-
- apply(T) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef
-
Deprecated.
- apply(T, ParameterDirectives.ParamDef<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet$
-
Deprecated.
- apply() - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet
-
Deprecated.
- apply(Directive<Tuple1<T>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- apply(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator$
-
- apply(Seq<HttpHeader>) - Static method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
- apply(PartialFunction<Throwable, Function1<RequestContext, Future<RouteResult>>>) - Method in class org.apache.pekko.http.scaladsl.server.ExceptionHandler$
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
-
- apply(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator$
-
- apply(Seq<HttpHeader>) - Static method in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- apply(T1, T2, T3) - Static method in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.MethodRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.MissingCookieRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection
-
- apply(Uri.Path, L, Tuple<L>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
Creates a PathMatcher that matches and consumes the given path prefix and extracts the given list of extractions.
- apply(PathMatcher<L>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
Provoke implicit conversions to PathMatcher to be applied
- apply(Uri.Path, L, Tuple<L>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Creates a PathMatcher that matches and consumes the given path prefix and extracts the given list of extractions.
- apply(PathMatcher<L>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Provoke implicit conversions to PathMatcher to be applied
- apply() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps
-
- apply(T) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps
-
- apply(T, M) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps
-
- apply() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift
-
- apply(L) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift
-
- apply(L, Object) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.PathEnd$
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.Remaining$
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.RemainingPath$
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.Segment$
-
- apply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.Slash$
-
- apply(T1) - Static method in exception org.apache.pekko.http.scaladsl.server.RejectionError
-
- apply(Function1<RequestContext, Future<RouteResult>>) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
Helper for constructing a Route from a function literal.
- apply(Function1<RequestContext, Future<RouteResult>>) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
Helper for constructing a Route from a function literal.
- apply(LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.server.RoutingLog$
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.SchemeRejection
-
- apply(Function1<RequestContext, Future<RouteResult>>) - Method in class org.apache.pekko.http.scaladsl.server.StandardRoute$
-
- apply(Function1<RequestContext, Future<RouteResult>>) - Static method in class org.apache.pekko.http.scaladsl.server.StandardRoute
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.TransformationRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection
-
- apply(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection$
-
- apply(HttpEncoding) - Static method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection
-
- apply(Set<ContentTypeRange>, Option<ContentType>) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$
-
- apply(Set<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- apply(Set<ContentTypeRange>, Option<ContentType>) - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- apply(Set<ContentTypeRange>) - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection
-
- apply(T1) - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection
-
- apply(Object) - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- apply(A, B) - Method in interface org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc.Case
-
- apply(Function2<A, B, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc.CaseBuilder
-
- apply(ClassTag<T>) - Method in class org.apache.pekko.http.scaladsl.server.util.ClassMagnet$
-
- apply(P, S) - Method in interface org.apache.pekko.http.scaladsl.server.util.TupleOps.AppendOne
-
- apply(In, T) - Method in interface org.apache.pekko.http.scaladsl.server.util.TupleOps.FoldLeft
-
- apply(P, S) - Method in interface org.apache.pekko.http.scaladsl.server.util.TupleOps.Join
-
- apply(T) - Method in interface org.apache.pekko.http.scaladsl.server.util.Tupler
-
- apply(T1, T2) - Static method in class org.apache.pekko.http.scaladsl.server.ValidationRejection
-
- apply(String, int, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.ServerBuilder$
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings.LogUnencryptedNetworkBytes$
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings$
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings$
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
Deprecated.
Use forServer or forClient instead. Since Akka HTTP 10.2.0.
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- apply(Config) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings$
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings$
-
- apply(Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- apply(String) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- apply(String) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings.LogUnencryptedNetworkBytes$
-
- apply(ActorSystem) - Method in interface org.apache.pekko.http.scaladsl.settings.SettingsCompanion
-
Creates an instance of settings using the configuration provided by the given ActorSystem.
- apply(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.settings.SettingsCompanion
-
- apply(Config) - Method in interface org.apache.pekko.http.scaladsl.settings.SettingsCompanion
-
Creates an instance of settings using the given Config.
- apply(String) - Method in interface org.apache.pekko.http.scaladsl.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).
- apply(HttpRequest, Function1<HttpRequest, HttpRequest>) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow$.InjectIntoRequestTransformer$
-
- apply(HttpRequest, Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow
-
- apply(HttpRequest, Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeBangArrow
-
- apply(int, long, ActorSystem, Materializer) - Method in class org.apache.pekko.http.scaladsl.testkit.WSProbe$
-
Creates a WSProbe to use in tests against websocket handlers.
- apply(int, int) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser$
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- apply(int, int, boolean) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser$
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- apply(int, int) - Static method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- apply(int, int, boolean) - Static method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- apply(T) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal$
-
- apply(T) - Static method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal
-
- apply(Function1<ExecutionContext, Function1<A, Future<B>>>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
Creates an
Unmarshaller
from the given function.
- apply(A, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- apply(Set<ContentTypeRange>, Option<ContentType>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- apply(Seq<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- apply(Set<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- apply(Option<ContentType>, Seq<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- apply(Try<T>) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- apply(Try<T>) - Static method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- ApplyConverter<L> - Class in org.apache.pekko.http.scaladsl.server.util
-
ApplyConverter allows generic conversion of functions of type
(T1, T2, ...)
- ApplyConverter() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- ApplyConverter$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- ApplyConverter$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ApplyConverter$
-
- ApplyConverterInstances - Class in org.apache.pekko.http.scaladsl.server.util
-
- ApplyConverterInstances() - Constructor for class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- applySessionParameters(SSLEngine, TLSProtocol.NegotiateNewSession) - Method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport$
-
- applySessionParameters(SSLEngine, TLSProtocol.NegotiateNewSession) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport
-
- applyTransformations(Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler$
-
Filters out all TransformationRejections from the given sequence and applies them (in order) to the
remaining rejections.
- args() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- args() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- args() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- args() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- args() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- args() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- as() - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Extract the value as the specified type.
- as(Unmarshaller<T, B>, Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Extract the value as the specified type with the given
pekko.http.scaladsl.unmarshalling.Unmarshaller
.
- as(Unmarshaller<T, B>) - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
Extract the value as the specified type.
- as(ConstructFromTuple<L, A>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Converts this directive into one which, instead of a tuple of type
L
, creates an
instance of type A
(which is usually a case class).
- as(Unmarshaller<HttpRequest, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
-
Returns the in-scope
FromRequestUnmarshaller
for the given type.
- asASCII(byte) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- asASCII(byte) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- asBinaryMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- asBinaryMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.Message
-
Returns this BinaryMessage if it is a binary message, throws otherwise.
- asBinaryMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- asByteString() - Method in class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- asciiBytes() - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Returns the ASCII encoded bytes of this string.
- asciiChars() - Method in class org.apache.pekko.http.HashCodeCollider$
-
- asciiChars() - Static method in class org.apache.pekko.http.HashCodeCollider
-
- asciiCharsAndHash(int) - Method in class org.apache.pekko.http.HashCodeCollider$
-
- asciiCharsAndHash(int) - Static method in class org.apache.pekko.http.HashCodeCollider
-
- asciiStringBytes(String) - Method in class org.apache.pekko.http.impl.util.StringTools$
-
- asciiStringBytes(String) - Static method in class org.apache.pekko.http.impl.util.StringTools
-
- asciiStringFromBytes(byte[]) - Method in class org.apache.pekko.http.impl.util.StringTools$
-
- asciiStringFromBytes(byte[]) - Static method in class org.apache.pekko.http.impl.util.StringTools
-
- AsciiTreeLayout - Class in org.apache.pekko.http.impl.engine.http2.util
-
- AsciiTreeLayout() - Constructor for class org.apache.pekko.http.impl.engine.http2.util.AsciiTreeLayout
-
- AsciiTreeLayout$ - Class in org.apache.pekko.http.impl.engine.http2.util
-
- AsciiTreeLayout$() - Constructor for class org.apache.pekko.http.impl.engine.http2.util.AsciiTreeLayout$
-
- asJava() - Method in interface org.apache.pekko.http.impl.util.JavaMapping.AsJava
-
- asJava(Function1<RequestContext, Future<RouteResult>>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter$
-
Java DSL: Adapt an existing ScalaDSL Route as an Java DSL Route
- asJava(Function1<RequestContext, Future<RouteResult>>) - Static method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
Java DSL: Adapt an existing ScalaDSL Route as an Java DSL Route
- asJava() - Method in interface org.apache.pekko.http.scaladsl.model.headers.SameSite
-
- asScala() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- asScala() - Method in interface org.apache.pekko.http.impl.util.JavaMapping.AsScala
-
- asScala() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- asScala() - Method in enum org.apache.pekko.http.javadsl.model.headers.SameSite
-
- asScala() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the Scala DSL representation of this Uri.
- asScala() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- asScala() - Method in class org.apache.pekko.http.javadsl.model.ws.Message
-
- asScala() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- asScala() - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
- asScala() - Method in interface org.apache.pekko.http.javadsl.server.directives.ContentTypeResolver
-
Returns a Scala DSL representation of this content type resolver
- asScala() - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
- asScala() - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
- asScala() - Method in interface org.apache.pekko.http.javadsl.server.Route
-
Converts to the Scala DSL form of an Route.
- asScala() - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.ConvertCompletionStage
-
- asScala() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- asScala() - Method in interface org.apache.pekko.http.scaladsl.model.ws.BinaryMessage
-
- asScala() - Method in interface org.apache.pekko.http.scaladsl.model.ws.TextMessage
-
- asScala() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- asScalaCastInput() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
INTERNAL API
- asScalaCastOutput() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
INTERNAL API: involves unsafe cast (however is very fast)
- asScalaEntityMarshaller(Marshaller<T, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- asScalaEntityMarshaller(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- asScalaToResponseMarshaller(Marshaller<T, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- asScalaToResponseMarshaller(Marshaller<T, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- assertAllStagesStopped(Function0<T>, Materializer) - Method in class org.apache.pekko.stream.testkit.Utils$
-
- assertAllStagesStopped(Function0<T>, Materializer) - Static method in class org.apache.pekko.stream.testkit.Utils
-
- assertContentType(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the content type of the response.
- assertContentType(ContentType) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the content type of the response.
- assertDispatcher(ActorRef, String) - Method in class org.apache.pekko.stream.testkit.Utils$
-
- assertDispatcher(ActorRef, String) - Static method in class org.apache.pekko.stream.testkit.Utils
-
- assertEntity(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the response entity to be a UTF8 representation of the given string.
- assertEntityAs(Unmarshaller<HttpEntity, T>, T) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the response entity to equal the given object after applying an
pekko.http.javadsl.unmarshalling.Unmarshaller
.
- assertEntityBytes(ByteString) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the response entity to equal the given bytes.
- assertEquals(Object, Object, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- assertEquals(int, int, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- assertEqualsKind(Object, Object, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- assertEqualsKind(int, int, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- assertHeaderExists(String, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert that a header of the given name and value exists.
- assertHeaderExists(HttpHeader) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert that a given header instance exists in the response.
- assertHeaderKindExists(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert that a header of the given type exists.
- assertHeaderKindNotExists(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert that a header of the given type does not exist.
- assertMediaType(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the media type of the response.
- assertMediaType(MediaType) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the media type of the response.
- assertRejections(Rejection...) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert that a given header instance exists in the response.
- assertRejections(Seq<Rejection>) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- assertStatusCode(int) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the numeric status code.
- assertStatusCode(StatusCode) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Assert on the status code.
- assertTrue(boolean, String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- asSourceOf(Unmarshaller<ByteString, T>, EntityStreamingSupport) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FramedEntityStreamingDirectives
-
Extracts entity as
pekko.stream.scaladsl.Source
of elements of type T
.
- asSourceOf(EntityStreamingSupport, Unmarshaller<ByteString, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FramedEntityStreamingDirectives
-
Extracts entity as
pekko.stream.scaladsl.Source
of elements of type T
.
- asSourceOfInternal(Unmarshaller<ByteString, T>, EntityStreamingSupport) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FramedEntityStreamingDirectives
-
- asTextMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- asTextMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.Message
-
Returns this TextMessage if it is a text message, throws otherwise.
- asTextMessage() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- async() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- async(String) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- async(String, int) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- async() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- async(String) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- async(String, int) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- async() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- async(String) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- async(String, int) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- async() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- async(String) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- async(String, int) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- async(Function<String, CompletionStage<B>>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller$
-
Turns the given asynchronous function into an unmarshaller from String to B.
- async(Function<String, CompletionStage<B>>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller
-
Turns the given asynchronous function into an unmarshaller from String to B.
- async(Function<A, CompletionStage<B>>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
Creates an unmarshaller from an asynchronous Java function.
- async(Function<A, CompletionStage<B>>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Creates an unmarshaller from an asynchronous Java function.
- async(Function<A, CompletionStage<B>>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
Creates an unmarshaller from an asynchronous Java function.
- asyncHandler(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
Deprecated.
Use `toFunction` instead, which only requires an implicit ActorSystem and no rejection/exception handlers. Use directives to specify custom exceptions or rejection handlers. Since Akka HTTP 10.2.0.
- asyncHandler(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
Deprecated.
Use `toFunction` instead, which only requires an implicit ActorSystem and no rejection/exception handlers. Use directives to specify custom exceptions or rejection handlers. Since Akka HTTP 10.2.0.
- asyncHttpSuccessFunction() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- asyncTestServerHandler(int) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- at() - Method in interface org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc
-
- atopKeepLeft(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint.BidiFlowExt
-
- atopKeepRight(Graph<BidiShape<O1, OO1, II2, I2>, Mat2>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint.BidiFlowExt
-
- atStartup() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- ATTACHMENT - Static variable in class org.apache.pekko.http.javadsl.model.headers.ContentDispositionTypes
-
- attachment$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.attachment$
-
- attribute() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- attribute(AttributeKey<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- attribute(AttributeKey<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.AttributeDirectives
-
Extracts the value of the request attribute with the given key.
- attribute(AttributeKey<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- attribute(AttributeKey<T>, JavaMapping<AttributeKey<T>, AttributeKey<T>>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- attribute(AttributeKey<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.AttributeDirectives
-
Extracts a request attribute value for the given key.
- AttributeDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- AttributeDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.AttributeDirectives
-
- AttributeDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- AttributeDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- AttributeDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.AttributeDirectives$
-
- AttributeKey() - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- attributeKey() - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- AttributeKey<T> - Class in org.apache.pekko.http.javadsl.model
-
- AttributeKey() - Constructor for class org.apache.pekko.http.javadsl.model.AttributeKey
-
- AttributeKey<T> - Class in org.apache.pekko.http.scaladsl.model
-
- AttributeKey(String, Class<?>) - Constructor for class org.apache.pekko.http.scaladsl.model.AttributeKey
-
- AttributeKey$ - Class in org.apache.pekko.http.scaladsl.model
-
- AttributeKey$() - Constructor for class org.apache.pekko.http.scaladsl.model.AttributeKey$
-
- AttributeKeys - Class in org.apache.pekko.http.javadsl.model
-
- AttributeKeys() - Constructor for class org.apache.pekko.http.javadsl.model.AttributeKeys
-
- AttributeKeys - Class in org.apache.pekko.http.scaladsl.model
-
- AttributeKeys() - Constructor for class org.apache.pekko.http.scaladsl.model.AttributeKeys
-
- AttributeKeys$ - Class in org.apache.pekko.http.scaladsl.model
-
- AttributeKeys$() - Constructor for class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
- attributes() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- attributes() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- attributes() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- attributes() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- attributes() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- audio(String, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- audio(String, MediaType.Compressibility, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- audio(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- audio(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- AUDIO_AIFF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_BASIC - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_MIDI - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_MOD - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_MPEG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_OGG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_VOC - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_VORBIS - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_VOXWARE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_WAV - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_WEBM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_X_PSID - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_X_REALAUDIO - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- AUDIO_XM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- authenticateBasic(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasic(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasic(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support using a given
Authenticator[T]
.
- authenticateBasic(String, Function1<Credentials, Option<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support using a given
Authenticator[T]
.
- authenticateBasicAsync(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasicAsync(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasicAsync(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support.
- authenticateBasicAsync(String, Function1<Credentials, Future<Option<T>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support.
- authenticateBasicAsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasicAsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasicAsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support.
- authenticateBasicOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasicOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasicOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support using a given
Authenticator[T]
.
- authenticateBasicPF(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasicPF(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasicPF(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support.
- authenticateBasicPF(String, PartialFunction<Credentials, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with Http Basic authentication support.
- authenticateBasicPFAsync(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateBasicPFAsync(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateBasicPFAsync(String, PartialFunction<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<T>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Wraps the inner route with Http Basic authentication support.
- authenticateBasicPFAsync(String, PartialFunction<Credentials, Future<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with Http Basic authentication support.
- authenticateOAuth2(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOAuth2(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOAuth2(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2(String, Function1<Credentials, Option<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2Async(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOAuth2Async(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOAuth2Async(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2Async(String, Function1<Credentials, Future<Option<T>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2AsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOAuth2AsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOAuth2AsyncOptional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, CompletionStage<Optional<T>>>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2Optional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOAuth2Optional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOAuth2Optional(String, Function<Optional<SecurityDirectives.ProvidedCredentials>, Optional<T>>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2PF(String, PartialFunction<Credentials, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOAuth2PFAsync(String, PartialFunction<Credentials, Future<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
A directive that wraps the inner route with OAuth2 Bearer Token authentication support.
- authenticateOrRejectWithChallenge(Function<Optional<HttpCredentials>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOrRejectWithChallenge(Class<C>, Function<Optional<C>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authenticateOrRejectWithChallenge(Function<Optional<HttpCredentials>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOrRejectWithChallenge(Class<C>, Function<Optional<C>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authenticateOrRejectWithChallenge(Function<Optional<HttpCredentials>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Lifts an authenticator function into a directive.
- authenticateOrRejectWithChallenge(Class<C>, Function<Optional<C>, CompletionStage<Either<HttpChallenge, T>>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Lifts an authenticator function into a directive.
- authenticateOrRejectWithChallenge(Function1<Option<HttpCredentials>, Future<Either<HttpChallenge, T>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Lifts an authenticator function into a directive.
- authenticateOrRejectWithChallenge(Function1<Option<C>, Future<Either<HttpChallenge, T>>>, ClassTag<C>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Lifts an authenticator function into a directive.
- authenticationCredentialsMissing(HttpChallenge) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- authenticationCredentialsMissing(HttpChallenge) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- authenticationCredentialsRejected(HttpChallenge) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- authenticationCredentialsRejected(HttpChallenge) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- AuthenticationDirective<T> - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- AuthenticationDirective$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- AuthenticationDirective$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.AuthenticationDirective$
-
- AuthenticationFailedRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by the various
pekko.http.javadsl.server.directives.SecurityDirectives
.
- AuthenticationFailedRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the various
pekko.http.scaladsl.server.directives.SecurityDirectives
.
- AuthenticationFailedRejection(AuthenticationFailedRejection.Cause, HttpChallenge) - Constructor for class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection
-
- AuthenticationFailedRejection$ - Class in org.apache.pekko.http.javadsl.server
-
- AuthenticationFailedRejection$() - Constructor for class org.apache.pekko.http.javadsl.server.AuthenticationFailedRejection$
-
- AuthenticationFailedRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- AuthenticationFailedRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection$
-
- AuthenticationFailedRejection.Cause - Interface in org.apache.pekko.http.javadsl.server
-
Signals the cause of the failed authentication.
- AuthenticationFailedRejection.Cause - Interface in org.apache.pekko.http.scaladsl.server
-
Signals the cause of the failed authentication.
- AuthenticationFailedRejection.CredentialsMissing - Interface in org.apache.pekko.http.javadsl.server
-
Signals the cause of the rejecting was that the user could not be authenticated, because the
WWW-Authenticate
header was not supplied.
- AuthenticationFailedRejection.CredentialsMissing$ - Class in org.apache.pekko.http.scaladsl.server
-
Signals the cause of the rejecting was that the user could not be authenticated, because the
WWW-Authenticate
header was not supplied.
- AuthenticationFailedRejection.CredentialsRejected - Interface in org.apache.pekko.http.javadsl.server
-
Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials
are invalid.
- AuthenticationFailedRejection.CredentialsRejected$ - Class in org.apache.pekko.http.scaladsl.server
-
Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials
are invalid.
- AuthenticationResult - Class in org.apache.pekko.http.scaladsl.server.directives
-
- AuthenticationResult() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult
-
- AuthenticationResult$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- AuthenticationResult$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult$
-
- authority() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- Authority - Class in org.apache.pekko.http.javadsl.model
-
Represents a hostname, port and user info.
- Authority() - Constructor for class org.apache.pekko.http.javadsl.model.Authority
-
- authority() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- Authority(Uri.Host, int, String) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- Authority$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Authority$
-
- Authority$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Authority$
-
- AuthorityRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering.AuthorityRenderer$
-
- authorization() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Authorization - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Authorization` header.
- Authorization() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Authorization
-
- Authorization - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Authorization(HttpCredentials) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- Authorization$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Authorization$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Authorization$
-
- authorizationFailed() - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- authorizationFailed() - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- AuthorizationFailedRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by the 'authorize' directive.
- AuthorizationFailedRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the 'authorize' directive.
- AuthorizationFailedRejection() - Constructor for class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- AuthorizationFailedRejection$ - Class in org.apache.pekko.http.javadsl.server
-
- AuthorizationFailedRejection$() - Constructor for class org.apache.pekko.http.javadsl.server.AuthorizationFailedRejection$
-
- AuthorizationFailedRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the 'authorize' directive.
- AuthorizationFailedRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection$
-
- authorize(Supplier<Object>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authorize(Supplier<Object>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authorize(Supplier<Object>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Applies the given authorization check to the request.
- authorize(Function0<Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Applies the given authorization check to the request.
- authorize(Function1<RequestContext, Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Applies the given authorization check to the request.
- authorizeAsync(Supplier<CompletionStage<Object>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authorizeAsync(Supplier<CompletionStage<Object>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authorizeAsync(Supplier<CompletionStage<Object>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Applies the given authorization check to the request.
- authorizeAsync(Function0<Future<Object>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Asynchronous version of
authorize
.
- authorizeAsync(Function1<RequestContext, Future<Object>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Asynchronous version of
authorize
.
- authorizeAsyncWithRequestContext(Function<RequestContext, CompletionStage<Object>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authorizeAsyncWithRequestContext(Function<RequestContext, CompletionStage<Object>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authorizeAsyncWithRequestContext(Function<RequestContext, CompletionStage<Object>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Asynchronous version of
authorize
.
- authorizeWithRequestContext(Function<RequestContext, Object>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- authorizeWithRequestContext(Function<RequestContext, Object>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- authorizeWithRequestContext(Function<RequestContext, Object>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Applies the given authorization check to the request.
- autoConvertFromTuple(Tuple2<Http2Protocol.SettingIdentifier, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting$
-
- aux1() - Method in class org.apache.pekko.http.scaladsl.client.TransformerAux$
-
- aux2(ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.TransformerAux$
-
- aux3(ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.client.TransformerAux$
-
- awaitAtMost() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup
-
- awaitAtMost() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- awaitAtMost() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- awaitDuration() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- awaitResult() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
B
- b(Seq<Object>) - Method in class org.apache.pekko.http.impl.engine.ws.BitBuilder.BitBuilderContext
-
- backlog() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- backlog() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- BAD_GATEWAY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- BAD_REQUEST - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- BadGateway() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- BadGateway() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- BadRequest() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- BadRequest() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- BANDWIDTH_LIMIT_EXCEEDED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- BandwidthLimitExceeded() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- BandwidthLimitExceeded() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- baseConnectionBackoff() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- baseConnectionBackoff() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- baseConnectionBackoff() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- baseConnectionBackoff() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- basePoolSettings() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- basic(String, String) - Static method in class org.apache.pekko.http.javadsl.model.headers.Authorization
-
- basic(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges$
-
- basic(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges
-
- BasicDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- BasicDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- BasicDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- BasicDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- BasicDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.BasicDirectives$
-
- BasicHttpCredentials - Class in org.apache.pekko.http.javadsl.model.headers
-
- BasicHttpCredentials() - Constructor for class org.apache.pekko.http.javadsl.model.headers.BasicHttpCredentials
-
- BasicHttpCredentials - Class in org.apache.pekko.http.scaladsl.model.headers
-
- BasicHttpCredentials(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- BasicHttpCredentials$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- BasicHttpCredentials$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials$
-
- basicProxyAuth() - Method in interface org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec.Context
-
- be() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- be() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- be() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- be() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- be() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- be() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- be() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- be() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- be() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- become(HandleOrPassOnStage<T, U>.State) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage
-
- before() - Method in class org.apache.pekko.http.javadsl.testkit.ActorSystemResource
-
- beforeAll() - Method in class org.apache.pekko.testkit.PekkoFreeSpec
-
- beforeAll() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- beforeTermination() - Method in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- beforeTermination() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- beforeTermination() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- behave() - Method in class org.apache.pekko.testkit.PekkoFreeSpec
-
- behave() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- behavior() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus
-
- BenchUtils - Class in org.apache.pekko.http.impl.util
-
- BenchUtils() - Constructor for class org.apache.pekko.http.impl.util.BenchUtils
-
- BenchUtils$ - Class in org.apache.pekko.http.impl.util
-
- BenchUtils$() - Constructor for class org.apache.pekko.http.impl.util.BenchUtils$
-
- beSerializable() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- bestUnmarshallingCharsetFor(HttpEntity) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
Returns the best charset for unmarshalling the given entity to a character-based representation.
- bidi() - Method in class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
- bidi() - Static method in class org.apache.pekko.http.impl.engine.http2.FrameLogger
-
- bidi() - Method in class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
- bidi() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameLogger
-
- BidiFlowExt(BidiFlow<I1, O1, I2, O2, Mat>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Blueprint.BidiFlowExt
-
- binary() - Method in interface org.apache.pekko.http.javadsl.model.ContentType
-
True if this ContentType is non-textual.
- binary() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
True when this media-type is not character-based.
- Binary(MediaType.Binary) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.Binary
-
- binary() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.Binary
-
- binary() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType.NonBinary
-
- binary() - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset
-
- Binary(String, String, String, MediaType.Compressibility, List<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- binary() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- binary() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonBinary
-
- Binary$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Binary$
-
- Binary$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.Binary$
-
- binaryLeftPad(byte) - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag$
-
- binaryLeftPad(byte) - Static method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- BinaryMessage - Class in org.apache.pekko.http.javadsl.model.ws
-
Represents a WebSocket binary message.
- BinaryMessage() - Constructor for class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- BinaryMessage - Interface in org.apache.pekko.http.scaladsl.model.ws
-
Represents a WebSocket binary message.
- BinaryMessage$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- BinaryMessage$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.BinaryMessage$
-
- BinaryMessage$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- BinaryMessage$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage$
-
- BinaryMessage.Streamed - Class in org.apache.pekko.http.scaladsl.model.ws
-
- BinaryMessage.Streamed$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- BinaryMessage.Strict - Class in org.apache.pekko.http.scaladsl.model.ws
-
A strict
BinaryMessage
that contains the complete data as a pekko.util.ByteString
.
- BinaryMessage.Strict$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- BinaryMessagePart(ByteString, boolean) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.BinaryMessagePart
-
- BinaryMessagePart$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.BinaryMessagePart$
-
- BinaryPolyFunc - Interface in org.apache.pekko.http.scaladsl.server.util
-
Allows the definition of binary poly-functions (e.g. for folding over tuples).
- BinaryPolyFunc$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- BinaryPolyFunc$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.BinaryPolyFunc$
-
- BinaryPolyFunc.Case<A,B,Op> - Interface in org.apache.pekko.http.scaladsl.server.util
-
- BinaryPolyFunc.CaseBuilder<A,B> - Class in org.apache.pekko.http.scaladsl.server.util
-
- bind(ConnectHttp) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).connectionSource() instead
- bind(ConnectHttp, ServerSettings) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).withSettings(settings).connectionSource() instead
- bind(ConnectHttp, ServerSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).withSettings(settings).logTo(log).connectionSource() instead
- bind(Function<HttpRequest, CompletionStage<HttpResponse>>) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Bind a new HTTP server and use the given asynchronous
handler
pekko.stream.javadsl.Flow
for processing all incoming connections.
- bind(HandlerProvider) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Bind a new HTTP server and use the given handler provider to create an asynchronous
handler
pekko.stream.javadsl.Flow
for processing all incoming connections.
- bind(String, int, ConnectionContext, ServerSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Use Http().newServerAt(...)...connectionSource() to create a source that can be materialized to a binding. Since Akka HTTP 10.2.0.
- bind(Function1<HttpRequest, Future<HttpResponse>>) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Bind a new HTTP server at the given endpoint and use the given asynchronous
handler
pekko.stream.scaladsl.Flow
for processing all incoming connections.
- bindAndHandle(Flow<HttpRequest, HttpResponse, ?>, ConnectHttp, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).bindFlow(handler) instead.
- bindAndHandle(Flow<HttpRequest, HttpResponse, ?>, ConnectHttp, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).withSettings(settings).logTo(log).bindFlow(handler) instead.
- bindAndHandle(Flow<HttpRequest, HttpResponse, Object>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Use Http().newServerAt(...)...bindFlow() to create server bindings. Since Akka HTTP 10.2.0.
- bindAndHandleAsync(Function1<HttpRequest, Future<HttpResponse>>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- bindAndHandleAsync(Function<HttpRequest, CompletionStage<HttpResponse>>, ConnectHttp, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).bind(handler) instead
- bindAndHandleAsync(Function<HttpRequest, CompletionStage<HttpResponse>>, ConnectHttp, ServerSettings, int, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).withSettings(settings).logTo(log).bind(handler) instead
- bindAndHandleAsync(Function1<HttpRequest, Future<HttpResponse>>, String, int, ConnectionContext, ServerSettings, int, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Use Http().newServerAt(...)...bind() to create server bindings. Since Akka HTTP 10.2.0.
- bindAndHandleAsyncImpl(Function1<HttpRequest, Future<HttpResponse>>, String, int, ConnectionContext, ServerSettings, int, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- bindAndHandleImpl(Flow<HttpRequest, HttpResponse, Object>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- bindAndHandleSync(Function<HttpRequest, HttpResponse>, ConnectHttp, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).bindSync(handler) instead
- bindAndHandleSync(Function<HttpRequest, HttpResponse>, ConnectHttp, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: Use Http.get(system).newServerAt(interface, port).withSettings(settings).logTo(log).bindSync(handler) instead
- bindAndHandleSync(Function1<HttpRequest, HttpResponse>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Use Http().newServerAt(...)...bindSync() to create server bindings. Since Akka HTTP 10.2.0.
- bindFlow(Flow<HttpRequest, HttpResponse, ?>) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Binds a new HTTP server at the given endpoint and uses the given
handler
pekko.stream.scaladsl.Flow
for processing all incoming connections.
- bindFlow(Flow<HttpRequest, HttpResponse, ?>) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Binds a new HTTP server at the given endpoint and uses the given
handler
pekko.stream.scaladsl.Flow
for processing all incoming connections.
- bindImpl(String, int, ConnectionContext, ServerSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- binding() - Method in class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec.TestSetup
-
- binding() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- binding() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
It tries to retrieve the
ServerBinding
if the server has been successfully started.
- bindingTls() - Method in class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec.TestSetup
-
- bindParameter(BiFunction<A, B, R>, A) - Method in class org.apache.pekko.http.javadsl.common.PartialApplication$
-
It partially applies function A.
- bindParameter(BiFunction<A, B, R>, A) - Static method in class org.apache.pekko.http.javadsl.common.PartialApplication
-
It partially applies function A.
- bindServerSource() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP$
-
- bindServerSource() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- bindServerSource() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
-
- bindServerSource() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- bindServerSource() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
-
- bindSync(Function<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Bind a new HTTP server at the given endpoint and uses the given
handler
pekko.stream.javadsl.Flow
for processing all incoming connections.
- bindSync(Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Bind a new HTTP server at the given endpoint and uses the given
handler
pekko.stream.scaladsl.Flow
for processing all incoming connections.
- bindTimeout() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts
-
- bindTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- BitBuilder - Class in org.apache.pekko.http.impl.engine.ws
-
- BitBuilder() - Constructor for class org.apache.pekko.http.impl.engine.ws.BitBuilder
-
- BitBuilder$ - Class in org.apache.pekko.http.impl.engine.ws
-
- BitBuilder$() - Constructor for class org.apache.pekko.http.impl.engine.ws.BitBuilder$
-
- BitBuilder.BitBuilderContext - Class in org.apache.pekko.http.impl.engine.ws
-
- BitBuilderContext(StringContext) - Constructor for class org.apache.pekko.http.impl.engine.ws.BitBuilder.BitBuilderContext
-
- Bits - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits(Seq<Bits.BitElement>) - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits
-
- bits() - Method in interface org.apache.pekko.http.impl.engine.ws.Bits.BitElement
-
- bits() - Method in class org.apache.pekko.http.impl.engine.ws.Bits.Multibit
-
- bits() - Method in class org.apache.pekko.http.impl.engine.ws.Bits.SingleBit
-
- bits() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- Bits$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits$
-
- Bits.BitElement - Interface in org.apache.pekko.http.impl.engine.ws
-
- Bits.Multibit - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits.Multibit$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits.One$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits.SingleBit - Class in org.apache.pekko.http.impl.engine.ws
-
- Bits.Zero$ - Class in org.apache.pekko.http.impl.engine.ws
-
- BitSpecParser - Class in org.apache.pekko.http.impl.engine.ws
-
- BitSpecParser(ParserInput) - Constructor for class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- BLOCKED_BY_PARENTAL_CONTROLS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- blockedBy() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- blockedBy() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- BlockedByParentalControls() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- BlockedByParentalControls() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- BodyPart() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
- BodyPart() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- BodyPart() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- BodyPart$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.BodyPart$
-
- BodyPart$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
-
- BodyPart$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
- BodyPart$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$
-
- BodyPartEntity - Interface in org.apache.pekko.http.javadsl.model
-
Marker-interface for entity types that can be used in a body part
- BodyPartEntity - Interface in org.apache.pekko.http.scaladsl.model
-
- BodyPartParser - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
see: http://tools.ietf.org/html/rfc2046#section-5.1.1
- BodyPartParser(ContentType, String, LoggingAdapter, BodyPartParser.Settings) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- BodyPartParser$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser$
-
- BodyPartParser.BodyPartStart - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.BodyPartStart$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.DefinedEndOfLineConfiguration - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.DefinedEndOfLineConfiguration$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.EndOfLineConfiguration - Interface in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.EntityPart - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.EntityPart$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.Output - Interface in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.ParseError - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.ParseError$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.PartStart - Interface in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.Settings - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.StateResult - Interface in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.UndefinedEndOfLineConfiguration - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartParser.UndefinedEndOfLineConfiguration$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- BodyPartRenderer - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- BodyPartRenderer() - Constructor for class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
- BodyPartRenderer$ - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- BodyPartRenderer$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
- BodyPartStart(List<HttpHeader>, Function1<Source<BodyPartParser.Output, NotUsed>, BodyPartEntity>) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart
-
- BodyPartStart$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart$
-
- BOLT() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- BOOLEAN - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Boolean, matching "true", "yes", "on" as
true, and "false", "no", "off" as false.
- booleanFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- booleanFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- booleanFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- booleanFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- booleanFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- boundary() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- boundary() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- boundary() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- boundaryChar() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser$
-
- boundaryChar() - Static method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- boundaryLength() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- boundaryLength() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- boundaryLength() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- boyerMoore() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- boyerMoore() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- boyerMoore() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- BoyerMoore - Class in org.apache.pekko.http.impl.engine.parsing
-
Straight-forward Boyer-Moore string search implementation.
- BoyerMoore(byte[]) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BoyerMoore
-
- BoyerMooreSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- BoyerMooreSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocal
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- buffer() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- bufferedBytes() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- BufferedOutlet<T> - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- BufferedOutlet(GenericOutlet<T>) - Constructor for class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- BufferedOutletExtended<T> - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- BufferedOutletExtended(GenericOutlet<T>) - Constructor for class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- BufferedOutletExtended.ElementAndTrigger - Class in org.apache.pekko.http.impl.engine.http2
-
- BufferedOutletExtended.ElementAndTrigger$ - Class in org.apache.pekko.http.impl.engine.http2
-
- build() - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
- build() - Method in class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
- build() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- Builder(boolean) - Constructor for class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
- Builder() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- Builder$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Builder$
-
- buildRequest(Uri, Seq<HttpHeader>, Seq<String>, Random) - Method in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$
-
Builds a WebSocket handshake request.
- buildResponse(Sec$minusWebSocket$minusKey, Either<Graph<FlowShape<FrameEvent, FrameEvent>, Object>, Graph<FlowShape<Message, Message>, Object>>, Option<String>, WebSocketSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.Handshake.Server$
-
- byId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$
-
- byId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$
-
- byId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$
-
- byPreface(Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Method in class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch$
-
- byPreface(Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Static method in class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch
-
- BYTE - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Byte in decimal notation.
- BYTE_HEX - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Byte in hexadecimal notation.
- ByteArrayMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- ByteArrayMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- byteArrayMarshaller(ContentType) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- ByteArrayMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- ByteArrayMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- byteArrayMarshaller(ContentType) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- ByteArrayRendering - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- ByteArrayRendering(int, Function1<String, BoxedUnit>) - Constructor for class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- ByteArrayRendering(int) - Constructor for class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- ByteArrayRendering$ - Class in org.apache.pekko.http.impl.util
-
- ByteArrayRendering$() - Constructor for class org.apache.pekko.http.impl.util.ByteArrayRendering$
-
- byteArrayToEntity() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- byteArrayToEntity() - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- byteArrayUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
- byteAt(int) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonByteStringParserInput
-
- ByteContentRange - Interface in org.apache.pekko.http.scaladsl.model
-
- ByteFlag - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ByteFlag(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- ByteFlag$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ByteFlag$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ByteFlag$
-
- byteFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- byteFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- byteFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- byteFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- byteFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- byteOrder() - Method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer$
-
- byteOrder() - Static method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer
-
- ByteRange - Class in org.apache.pekko.http.javadsl.model.headers
-
- ByteRange() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- ByteRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
- ByteRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ByteRange$
-
- ByteRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange$
-
- ByteRange.FromOffset - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange.FromOffset$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange.Slice - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange.Slice$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ByteRange.Suffix - Class in org.apache.pekko.http.scaladsl.model.headers
-
Used to specify the last
length
bytes of an entity.
- ByteRange.Suffix$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- byteRanges(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- ByteRanges() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
- ByteRanges$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$
-
- bytes() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RemainingBytes
-
- bytes() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Strict
-
- bytes() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.Strict
-
- bytes() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.HttpData
-
- BYTES - Static variable in class org.apache.pekko.http.javadsl.model.headers.RangeUnits
-
- bytes() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host
-
- bytes() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host
-
- Bytes$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Bytes$
-
- bytesIn() - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- bytesOut() - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- byteStream() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Streamed
-
- byteStream() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Strict
-
- byteStream() - Method in interface org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput
-
- ByteString$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ByteString$
-
- byteStringIn() - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- ByteStringInputStream - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
- ByteStringInputStream() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.ByteStringInputStream
-
- ByteStringInputStream$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
- ByteStringInputStream$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.ByteStringInputStream$
-
- byteStringMarshaller(ContentType) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- byteStringMarshaller(ContentType) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- ByteStringMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- ByteStringMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- byteStringMarshaller(ContentType) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- ByteStringMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- ByteStringMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- byteStringMarshaller(ContentType) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- byteStringOut() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- byteStringOut() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- ByteStringParserInput - Class in org.apache.pekko.http.impl.util
-
ParserInput reading directly off a ByteString.
- ByteStringParserInput(ByteString) - Constructor for class org.apache.pekko.http.impl.util.ByteStringParserInput
-
- ByteStringParserInputSpec - Class in org.apache.pekko.http.impl.util
-
- ByteStringParserInputSpec() - Constructor for class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- ByteStringRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.ByteStringRenderer$
-
- ByteStringRendering - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- ByteStringRendering(int, Function1<String, BoxedUnit>) - Constructor for class org.apache.pekko.http.impl.util.ByteStringRendering
-
- ByteStringRendering(int) - Constructor for class org.apache.pekko.http.impl.util.ByteStringRendering
-
- ByteStringRendering$ - Class in org.apache.pekko.http.impl.util
-
- ByteStringRendering$() - Constructor for class org.apache.pekko.http.impl.util.ByteStringRendering$
-
- byteStrings() - Method in class org.apache.pekko.http.impl.util.EnhancedByteStringTraversableOnce
-
- ByteStringSinkProbe - Interface in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- ByteStringSinkProbe$ - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- ByteStringSinkProbe$() - Constructor for class org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe$
-
- byteStringStream() - Method in class org.apache.pekko.http.impl.util.EnhancedByteStringSource
-
- byteStringToEntity() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- byteStringToEntity() - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- byteStringTransformer(Function1<ByteString, ByteString>, Function0<ByteString>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
Creates a transformer that will call
f
for each incoming ByteString and output its result.
- byteStringTransformer(Function1<ByteString, ByteString>, Function0<ByteString>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
Creates a transformer that will call
f
for each incoming ByteString and output its result.
- byteStringUnmarshaller(Class<T>) - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- byteStringUnmarshaller(ObjectMapper, Class<T>) - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- byteStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
C
- 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
-
Same as
HttpExt.cachedHostConnectionPool(java.lang.String, int, org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings, org.apache.pekko.event.LoggingAdapter)
but for encrypted (HTTPS) connections.
- 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
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- 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
-
Deprecated.
Compressor is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
- 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
-
The
ContentRange
contained in this part.
- 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
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.2.0.
- 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
-
Deprecated.
Use the `withXYZ` methods instead. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- copy(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
Deprecated.
Use the `withXYZ` methods instead. Since Akka HTTP 10.2.0.
- 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
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- copy(Set<ContentTypeRange>, Option<ContentType>) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- copy(Set<ContentTypeRange>) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- copy(Set<ContentTypeRange>, Option<ContentType>) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- 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
-
Deprecated.
Since Akka HTTP 10.2.0. Use
HttpCookie.create(String, String, Optional, OptionalLong,
Optional, Optional, boolean, boolean, Optional, Optional)
instead.
- 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$
-
Deprecated.
Use forServer or forClient instead.
- create(String) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
Deprecated.
Use forServer or forClient instead.
- create(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
Deprecated.
Use forServer or forClient instead.
- create(Config) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
Deprecated.
Use forServer or forClient instead.
- create(String) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
Deprecated.
Use forServer or forClient instead.
- create(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
Deprecated.
Use forServer or forClient instead.
- 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
-
Deprecated.
use ConnectionContext.httpsClient. Since Akka HTTP 10.2.0.
- createClientHttpsContext(PekkoSSLConfig) - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
use ConnectionContext.httpClient(sslContext) instead. Since Akka HTTP 10.2.0.
- 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
-
Deprecated.
use ConnectionContext.httpsClient. Since Akka HTTP 10.2.0.
- createDefaultClientHttpsContext() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
use ConnectionContext.httpServer instead. Since Akka HTTP 10.2.0.
- 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
-
Deprecated.
use ConnectionContext.httpsServer. Since Akka HTTP 10.2.0.
- createServerHttpsContext(PekkoSSLConfig) - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
use ConnectionContext.httpServer instead. Since Akka HTTP 10.2.0.
- 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
-
D
- data() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PingFrame
-
- data() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- data() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EntityPart
-
- data() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityPart
-
- data() - Method in class org.apache.pekko.http.impl.engine.ws.FrameData
-
- data() - Method in interface org.apache.pekko.http.impl.engine.ws.FrameEvent
-
- data() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.BinaryMessagePart
-
- data() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.TextMessagePart
-
- data() - Method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- data() - Method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Returns the byte data of this chunk.
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- data() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- data() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
- DATA$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.DATA$
-
- dataBytes() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- dataBytes() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
A stream of the data of this entity.
- dataBytes() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- dataBytes() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- dataBytes() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- DataFrame(int, boolean, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame
-
- DataFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame$
-
- DataMapper<T> - Interface in org.apache.pekko.http.scaladsl.coding
-
An abstraction to transform data bytes of HttpMessages or HttpEntities
- DataMapper$ - Class in org.apache.pekko.http.scaladsl.coding
-
- DataMapper$() - Constructor for class org.apache.pekko.http.scaladsl.coding.DataMapper$
-
- dataStream() - Method in interface org.apache.pekko.http.scaladsl.model.ws.BinaryMessage
-
The contents of this message as a stream.
- dataStream() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed
-
- dataStream() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
- date() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Date - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Date` header.
- Date() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Date
-
- date() - Method in class org.apache.pekko.http.javadsl.model.headers.Date
-
- date() - Method in class org.apache.pekko.http.javadsl.model.headers.Expires
-
- date() - Method in class org.apache.pekko.http.javadsl.model.headers.IfModifiedSince
-
- date() - Method in class org.apache.pekko.http.javadsl.model.headers.IfUnmodifiedSince
-
- date() - Method in class org.apache.pekko.http.javadsl.model.headers.LastModified
-
- Date - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Date(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Date
-
- date() - Method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- date() - Method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- date() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- date() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- date() - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- Date$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Date$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Date$
-
- date1() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- date2() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- date3() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- dateHeaderRendering() - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- dateHeaderRendering() - Method in class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- dateHeaderRendering() - Method in class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- DateHeaderRendering - Interface in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- dateHeaderRendering() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- DateHeaderRendering$ - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- DateHeaderRendering$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering$
-
- DateTime - Class in org.apache.pekko.http.javadsl.model
-
Immutable, fast and efficient Date + Time implementation without any dependencies.
- DateTime() - Constructor for class org.apache.pekko.http.javadsl.model.DateTime
-
- dateTime() - Method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
- DateTime - Class in org.apache.pekko.http.scaladsl.model
-
Immutable, fast and efficient Date + Time implementation without any dependencies.
- DateTime() - Constructor for class org.apache.pekko.http.scaladsl.model.DateTime
-
- dateTime() - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- dateTime() - Method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime
-
- DateTime$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.DateTime$
-
- DateTime$ - Class in org.apache.pekko.http.scaladsl.model
-
- DateTime$() - Constructor for class org.apache.pekko.http.scaladsl.model.DateTime$
-
- DateTimeSpec - Class in org.apache.pekko.http.scaladsl.model
-
- DateTimeSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- day() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- day() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the day of this instant in GMT.
- day() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- de() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- deadline() - Method in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.Terminating
-
- debug() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame
-
- debug(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- debug(String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- debug(String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- debug(String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- debug(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- debug(Object) - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- debug(Object) - Static method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- DebuggingDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- DebuggingDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
- DebuggingDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- DebuggingDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- DebuggingDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives$
-
- DebugLogSilencingTestEventListener - Class in org.apache.pekko.http.impl.util
-
An adaption of TestEventListener that never prints debug logs itself.
- DebugLogSilencingTestEventListener() - Constructor for class org.apache.pekko.http.impl.util.DebugLogSilencingTestEventListener
-
- decided() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- decided() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- decided() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- decided() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- decided() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- decided() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- decided() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- decided() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- decided() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- decode(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.StreamingCharsetDecoder
-
- decode(ByteString, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.StreamingCharsetDecoderInstance
-
- decode(ByteString) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder
-
- decode(ByteString, Materializer) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- decode(ByteString, Materializer) - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- decode(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- decode(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- decode(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- decode(String, Charset) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- decode(String, Charset, int, StringBuilder) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- decode(String, Charset) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- decode(String, Charset, int, StringBuilder) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- decode(InputStream, HeaderListener) - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Decoder
-
Decode the header block into header fields.
- decodeData(T, DataMapper<T>) - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- decodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- decodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- decodeData(T, DataMapper<T>) - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- decodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- decodeExtValue(Charset, Option<Language>, String) - Method in interface org.apache.pekko.http.impl.model.parser.ContentDispositionHeader
-
- decodeMaxBytesPerChunk() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- decodeMaxBytesPerChunk() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- decodeMaxSize() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- decodeMaxSize() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- decodeMessage(HttpResponse) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- decodeMessage(HttpRequest) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- decodeMessage(HttpMessage) - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- decodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- decodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- decodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- Decoder - Interface in org.apache.pekko.http.scaladsl.coding
-
- Decoder - Class in org.apache.pekko.http.shaded.com.twitter.hpack
-
- Decoder(int, int) - Constructor for class org.apache.pekko.http.shaded.com.twitter.hpack.Decoder
-
Creates a new decoder.
- DECODER - Static variable in class org.apache.pekko.http.shaded.com.twitter.hpack.Huffman
-
Huffman Decoder
- Decoder$ - Class in org.apache.pekko.http.scaladsl.coding
-
- Decoder$() - Constructor for class org.apache.pekko.http.scaladsl.coding.Decoder$
-
- decodeRequest(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Decompresses the incoming request if it is
gzip
or deflate
compressed.
- decodeRequest(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- decodeRequest(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- decodeRequest() - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Decompresses the incoming request if it is
gzip
or deflate
compressed.
- decodeRequestWith(Coder, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Decodes the incoming request using the given Decoder.
- decodeRequestWith(Iterable<Coder>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Decodes the incoming request if it is encoded with one of the given
encoders.
- decodeRequestWith(Coder, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- decodeRequestWith(Iterable<Coder>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- decodeRequestWith(Coder, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- decodeRequestWith(Iterable<Coder>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- decodeRequestWith(Decoder) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Decodes the incoming request using the given Decoder.
- decodeRequestWith(Seq<Decoder>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Decodes the incoming request if it is encoded with one of the given
encoders.
- decoderFlow() - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- decoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- decoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- decoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- decoderFlow() - Method in interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
-
Deprecated.
- decodeUtf8(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- Default(Seq<String>) - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default
-
- Default(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default
-
- Default() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode$
-
- Default(long, long, Option<Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
- Default(Seq<EntityTag>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.Default
-
- Default(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default
-
- Default(ContentType, long, Source<ByteString, Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- Default() - Method in class org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver$
-
The default way of resolving a filename to a ContentType is by looking up the file extension in the
registry of all defined media-types.
- Default$() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default$
-
- Default$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Default$
-
- defaultAwaitDuration() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- defaultClientHttpsContext() - Method in class org.apache.pekko.http.javadsl.Http
-
Gets the current default client-side
ConnectionContext
.
- defaultClientHttpsContext() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Gets the current default client-side
HttpsConnectionContext
.
- DefaultCoders() - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- DefaultCoders() - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- DefaultCoders() - Method in class org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
-
- DefaultCompressionLevel() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
-
- DefaultCompressionLevel() - Static method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- DefaultCompressionLevel() - Method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor$
-
- DefaultCompressionLevel() - Static method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- defaultContentTypeResolver() - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- defaultContentTypeResolver() - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Default
ContentTypeResolver
.
- defaultContentTypeResolver() - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- defaultDirectoryRenderer() - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- defaultDirectoryRenderer() - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Default
DirectoryRenderer
to be used with directory listing directives.
- defaultDirectoryRenderer() - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- defaultDirectoryRenderer() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.LowLevelDirectoryRenderer
-
- DefaultEncodeResponseEncoders() - Method in class org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
-
- defaultEntity(Option<Content$minusType>, long) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- defaultEntity(String) - Method in class org.apache.pekko.http.scaladsl.model.MultipartSpec
-
- DefaultFilter() - Method in class org.apache.pekko.http.scaladsl.coding.Encoder$
-
- defaultHandler() - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler$
-
- defaultHandler() - Static method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
- defaultHeaderValueCacheLimit() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.Settings
-
- defaultHeaderValueCacheLimit() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- defaultHost() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.DefaultHostInfo$
-
- defaultHostHeader() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- defaultHostHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- DefaultHostInfo - Class in org.apache.pekko.http.javadsl.testkit
-
- DefaultHostInfo(Host, boolean) - Constructor for class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo
-
- defaultHostInfo() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- DefaultHostInfo() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
Accessor for nested Scala object
- DefaultHostInfo(Host, boolean) - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.DefaultHostInfo
-
- DefaultHostInfo$ - Class in org.apache.pekko.http.javadsl.testkit
-
- DefaultHostInfo$() - Constructor for class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo$
-
- DefaultHostInfo$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.DefaultHostInfo$
-
- defaultHttpPort() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- defaultHttpPort() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- defaultHttpsPort() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- defaultHttpsPort() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- defaultIllegalHeaderHandler(HttpHeaderParser.Settings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- defaultIllegalHeaderHandler(HttpHeaderParser.Settings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- defaultLastChunkBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- defaultLastChunkBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- defaultMessage() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns the default message to be included as the content of an Http response with this
status-code.
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError
-
- defaultMessage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- defaultMultipartByteRangesUnmarshaller(LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- defaultMultipartGeneralUnmarshaller(LoggingAdapter, ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.MultipartUnmarshallers
-
- defaultNodeSeqMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport
-
- defaultNodeSeqUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport
-
- DefaultNoLogging - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
A copy of NoLogging that can be used as a place-holder for "logging not explicitly specified".
- DefaultNoLogging() - Constructor for class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- DefaultNoLogging$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
A copy of NoLogging that can be used as a place-holder for "logging not explicitly specified".
- DefaultNoLogging$() - Constructor for class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- DefaultParsingErrorHandler - Class in org.apache.pekko.http
-
- DefaultParsingErrorHandler() - Constructor for class org.apache.pekko.http.DefaultParsingErrorHandler
-
- DefaultParsingErrorHandler$ - Class in org.apache.pekko.http
-
- DefaultParsingErrorHandler$() - Constructor for class org.apache.pekko.http.DefaultParsingErrorHandler$
-
- defaultPort() - Method in interface org.apache.pekko.http.scaladsl.ConnectionContext
-
Deprecated.
Internal method, left for binary compatibility. Since Akka HTTP 10.2.0.
- defaultPort() - Method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
- defaultPort() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
- defaultSeqRenderer(Renderer<T>) - Method in class org.apache.pekko.http.impl.util.Renderer$
-
- defaultServerHttpContext() - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: set context explicitly when binding
- defaultServerHttpContext() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Set context explicitly when binding. Since Akka HTTP 10.2.0.
- defaultSettings() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings$
-
Deprecated.
Use other CorsSettings constructors. Since 1.0.0.
- defaultSettings() - Static method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
Deprecated.
Use other CorsSettings constructors. Since 1.0.0.
- defaultSettings() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$
-
Deprecated.
Use other CorsSettings constructors. Since 1.0.0.
- defaultSettings() - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
Deprecated.
Use other CorsSettings constructors. Since 1.0.0.
- defaultSettings() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- DefaultSettings() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- DefaultSettings() - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- DefaultSSLContextCreation - Interface in org.apache.pekko.http.scaladsl
-
Deprecated.
use ConnectionContext.httpsServer and httpsClient directly. Since Akka HTTP 10.2.0.
- defaultStartAndStopDuration() - Method in class org.apache.pekko.testkit.Coroner$
-
- defaultStartAndStopDuration() - Static method in class org.apache.pekko.testkit.Coroner
-
- DefaultStatusLineBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- DefaultStatusLineBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- defaultUrlEncodedFormDataUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
- defined() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- defined() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- defined() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- defined() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- defined() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- defined() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- defined() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- defined() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- defined() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- DefinedEndOfLineConfiguration(String, String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- DefinedEndOfLineConfiguration$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration$
-
- defineOnce(ByteString) - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- defineOnce(ByteString) - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- defineOnce(ByteString) - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- DEFLATE - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- DEFLATE - Static variable in class org.apache.pekko.http.javadsl.model.TransferEncodings
-
- Deflate() - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- Deflate(Function1<HttpMessage, Object>, int) - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- Deflate() - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- Deflate(Function1<HttpMessage, Object>, int) - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- Deflate - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since Akka HTTP 10.2.0.
- Deflate(int, Function1<HttpMessage, Object>) - Constructor for class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- Deflate(Function1<HttpMessage, Object>) - Constructor for class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- deflate() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- deflate() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- Deflate$ - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since Akka HTTP 10.2.0.
- Deflate$() - Constructor for class org.apache.pekko.http.scaladsl.coding.Deflate$
-
Deprecated.
- deflate$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.deflate$
-
- DeflateCompressor - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
DeflateCompressor is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
- DeflateCompressor(int) - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- DeflateCompressor() - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- DeflateCompressor$ - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- DeflateCompressor$() - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
-
- DeflateDecompressor - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- DeflateDecompressor(int) - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateDecompressor
-
- DeflateDecompressor$ - Class in org.apache.pekko.http.scaladsl.coding
-
- DeflateDecompressor$() - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateDecompressor$
-
- DeflateDecompressorBase - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- DeflateDecompressorBase(int) - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase
-
- DeflateDecompressorBase$ - Class in org.apache.pekko.http.scaladsl.coding
-
- DeflateDecompressorBase$() - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase$
-
- DeflateDecompressorBase.Inflate - Class in org.apache.pekko.http.scaladsl.coding
-
- deflater() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- deflater() - Method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- delayCancellation(Duration) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
INTERNAL API
Returns a flow that is almost identity but delays propagation of cancellation from downstream to upstream.
- delayCancellation(Duration) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
INTERNAL API
Returns a flow that is almost identity but delays propagation of cancellation from downstream to upstream.
- DelayCancellationStage(Duration) - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.DelayCancellationStage
-
- delayedCompletion(FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- delayedCompletion(FiniteDuration) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- delayedInit(Function0<BoxedUnit>) - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- delayInSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration
-
- delaySeconds() - Method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
- delaySeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
Java API suppport
- delaySecondsOrDateTime() - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- delegate() - Method in class org.apache.pekko.http.javadsl.OutgoingConnection
-
- delegate() - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- delegate() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- delegate() - Method in interface org.apache.pekko.http.javadsl.server.Route
-
INTERNAL API
- DELETE - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- DELETE(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default DELETE request to be modified using the `withX` methods.
- delete(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- delete(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- delete(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- Delete() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Delete() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- DELETE() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- DELETE() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- delete() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-DELETE requests.
- deleteCookie(HttpCookie, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the given cookie.
- deleteCookie(Iterable<HttpCookie>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the given cookies.
- deleteCookie(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the cookie with the given properties.
- deleteCookie(String, String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the cookie with the given properties.
- deleteCookie(String, String, String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the cookie with the given properties.
- deleteCookie(HttpCookie, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- deleteCookie(Iterable<HttpCookie>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- deleteCookie(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- deleteCookie(String, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- deleteCookie(String, String, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- deleteCookie(HttpCookie, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- deleteCookie(Iterable<HttpCookie>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- deleteCookie(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- deleteCookie(String, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- deleteCookie(String, String, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- deleteCookie(HttpCookie, Seq<HttpCookie>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the given cookies.
- deleteCookie(String, String, String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header expiring the cookie with the given properties.
- deltaSeconds() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlMaxAge
-
- deltaSeconds() - Method in class org.apache.pekko.http.javadsl.model.headers.Age
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusage
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusstale
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.min$minusfresh
-
- deltaSeconds() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.s$minusmaxage
-
- dependency() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityNode
-
- DeprecatedSslContextParameters - Class in org.apache.pekko.http.scaladsl
-
Deprecated.
here to be able to keep supporting the old API. Since Akka HTTP 10.2.0.
- DeprecatedSslContextParameters(SSLContext, Option<PekkoSSLConfig>, Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Constructor for class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- DeprecatedSslContextParameters$ - Class in org.apache.pekko.http.scaladsl
-
- DeprecatedSslContextParameters$() - Constructor for class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters$
-
- desc() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media
-
- description() - Method in interface org.apache.pekko.http.cors.javadsl.CorsRejection.Cause
-
Description of this Cause in a human-readable format.
- description() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders
-
- description() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod
-
- description() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin
-
- description() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.Malformed$
-
- description() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo
-
- detail() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- determined() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- determined() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- determined() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- determined() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- determined() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- determined() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- determined() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- determined() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- determined() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- DIGIT() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- DIGIT() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- digit() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- DIGIT04() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- DIGIT04() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- DIGIT05() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- DIGIT05() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- DIGIT19() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- DIGIT19() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- digit2() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- digit4() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- digitInt(char) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- DirectAnswer(FrameStart) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.DirectAnswer
-
- DirectAnswer$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.DirectAnswer$
-
- Directive<L> - Class in org.apache.pekko.http.scaladsl.server
-
A directive that provides a tuple of values of type
L
to create an inner route.
- Directive(Tuple<L>) - Constructor for class org.apache.pekko.http.scaladsl.server.Directive
-
- directive() - Method in interface org.apache.pekko.http.scaladsl.server.directives.CompleteOrRecoverWithMagnet
-
- directive() - Method in interface org.apache.pekko.http.scaladsl.server.directives.OnSuccessMagnet
-
- Directive$ - Class in org.apache.pekko.http.scaladsl.server
-
- Directive$() - Constructor for class org.apache.pekko.http.scaladsl.server.Directive$
-
- Directive.Directive0Support - Class in org.apache.pekko.http.scaladsl.server
-
Adds helper functions to
Directive0
- Directive.Directive0Support$ - Class in org.apache.pekko.http.scaladsl.server
-
- Directive.SingleValueModifiers<T> - Class in org.apache.pekko.http.scaladsl.server
-
- Directive.SingleValueTransformers<T> - Class in org.apache.pekko.http.scaladsl.server
-
"Standard" transformers for
Directive1
.
- Directive.SingleValueTransformers$ - Class in org.apache.pekko.http.scaladsl.server
-
- Directive0Support(Directive<BoxedUnit>) - Constructor for class org.apache.pekko.http.scaladsl.server.Directive.Directive0Support
-
- Directive0Support$() - Constructor for class org.apache.pekko.http.scaladsl.server.Directive.Directive0Support$
-
- Directives - Class in org.apache.pekko.http.javadsl.server
-
Collects all default directives into one class for simple importing of static functions.
- Directives() - Constructor for class org.apache.pekko.http.javadsl.server.Directives
-
- directives() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- Directives - Interface in org.apache.pekko.http.scaladsl.server
-
Collects all default directives into one trait for simple importing.
- Directives$ - Class in org.apache.pekko.http.javadsl.server
-
Collects all default directives into one class for simple importing of static functions.
- Directives$() - Constructor for class org.apache.pekko.http.javadsl.server.Directives$
-
- Directives$ - Class in org.apache.pekko.http.scaladsl.server
-
Collects all default directives into one object for simple importing.
- Directives$() - Constructor for class org.apache.pekko.http.scaladsl.server.Directives$
-
- directivesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl$
-
- directivesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- DirectoryListing - Class in org.apache.pekko.http.javadsl.server.directives
-
- DirectoryListing() - Constructor for class org.apache.pekko.http.javadsl.server.directives.DirectoryListing
-
- DirectoryListing - Class in org.apache.pekko.http.scaladsl.server.directives
-
- DirectoryListing(String, boolean, Seq<File>) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- DirectoryListing$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- DirectoryListing$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing$
-
- directoryMarshaller(boolean) - Method in interface org.apache.pekko.http.javadsl.server.directives.DirectoryRenderer
-
- directoryMarshaller(boolean) - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing$
-
- directoryMarshaller(boolean) - Static method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- directoryMarshaller(boolean) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer
-
- DirectoryRenderer - Interface in org.apache.pekko.http.javadsl.server.directives
-
- DirectoryRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer$
-
- DisabledPingState$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- Disallowed - Static variable in class org.apache.pekko.http.javadsl.model.RequestEntityAcceptances
-
- Disallowed$() - Constructor for class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Disallowed$
-
- discardBytes(Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Discards the entities data bytes by running the
dataBytes
Source contained in this
entity.
- discardBytes(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Discards the entities data bytes by running the
dataBytes
Source contained in this
entity.
- discardBytes(Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Discards the entities data bytes by running the
dataBytes
Source contained in this entity
.
- discardBytes(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- discardBytes(Materializer) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.HttpEntityScalaDSLSugar
-
Discards the entities data bytes by running the
dataBytes
Source contained in this entity
.
- DiscardedEntity(Future<Done>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.DiscardedEntity
-
- DiscardedEntity(Future<Done>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMessage.DiscardedEntity
-
- discardEntityBytes(Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Discards the entities data bytes by running the
dataBytes
Source contained by the
entity
of this HTTP message.
- discardEntityBytes(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Discards the entities data bytes by running the
dataBytes
Source contained by the
entity
of this HTTP message.
- discardEntityBytes(Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Discards the entities data bytes by running the
dataBytes
Source contained in this HttpMessage.
- discardEntityBytes(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- discardEntityBytes(Materializer) - Method in class org.apache.pekko.http.scaladsl.model.HttpMessage.HttpMessageScalaDSLSugar
-
Discards the entities data bytes by running the
dataBytes
Source contained by the entity
of this HTTP message.
- dispatch() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- dispatch() - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- dispatchedResponse() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- dispatcher() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec
-
- dispatcher() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec
-
- dispatchNextChunk() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- dispatchRequest(PoolId, HttpRequest, Materializer) - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
Send a request through the corresponding pool.
- dispatchResponseResult(PoolFlow.RequestContext, Try<HttpResponse>) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- dispatchResponseResult(PoolFlow.RequestContext, Try<HttpResponse>) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- dispatchStream(int, FrameEvent.ParsedHeadersFrame, ByteString, Map<AttributeKey<?>, Object>, Function1<Http2StreamHandling.IncomingStreamBuffer, Http2StreamHandling.StreamState>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- dispatchSubstream(FrameEvent.ParsedHeadersFrame, Either<ByteString, Source<Object, Object>>, Map<AttributeKey<?>, Object>) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- displayThreadCounts() - Method in interface org.apache.pekko.testkit.WatchedByCoroner
-
- dispositionParams() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
The parameters of the potentially present
Content-Disposition
header.
- dispositionParams() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- dispositionType() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentDisposition
-
- dispositionType() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- dispositionType() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
The
pekko.http.scaladsl.model.headers.ContentDispositionType
of the potentially present Content-Disposition
header.
- dispositionType() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- distributeWindowDeltaToAllStreams(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
Called by the multiplexer after SETTINGS_INITIAL_WINDOW_SIZE has changed
- distributeWindowDeltaToAllStreams(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called by multiplexer to distribute changes from INITIAL_WINDOW_SIZE to all streams
- domain() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- domainChars() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
- domainChars() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- done() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
Use
continue
or terminate
to suspend or terminate processing.
- DoneMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- DoneMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- DoneMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- DoneMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- DontClose() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory
-
- DontClose() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- DontClose$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose$
-
- doPull() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- doPush(T) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
override to hook into actually pushing, e.g. to keep track how much
has been pushed already (in contract, to being still cached)
- doPush(BufferedOutletExtended<T>.ElementAndTrigger) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
override to hook into actually pushing, e.g. to keep track how much
has been pushed already (in contract, to being still cached)
- DOUBLE - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Double in decimal notation.
- doubleChars(ByteString) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- doubleChars(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- doubleFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- doubleFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- doubleFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- doubleFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- doubleFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- DoubleNumber() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- DoubleNumber() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- DoubleNumber() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- DoubleNumber() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- DoubleNumber() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
- doubleSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches and extracts a Double value.
- doubleSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches and extracts a Double value.
- downcast(F) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings
-
- downcast(F) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings
-
- downcast(F) - Static method in class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping
-
- downcast(F) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Inherited
-
- downcast(Marshaller<A, B2>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Safe downcasting of the output type of the marshaller to a superclass.
- downcast(Marshaller<A, B2>, Class<B1>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Safe downcasting of the output type of the marshaller to a superclass.
- downcast(Marshaller<A, B2>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Safe downcasting of the output type of the marshaller to a superclass.
- downcast(Marshaller<A, B2>, Class<B1>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Safe downcasting of the output type of the marshaller to a superclass.
- DQUOTE() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- DQUOTE() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- drainDeflater(Deflater, byte[], ByteStringBuilder) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor$
-
- drainDeflater(Deflater, byte[], ByteStringBuilder) - Static method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- dropChars(int) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- dropChars(int) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- dropChars(int) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- dropChars(int) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- duplicateBytesTransformer() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- duration() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestTimeout
-
E
- EARLY_HINTS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- EarlyHints() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- EarlyHints() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- echo() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- echo() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- echoClient() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- echoClient() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- echoServer() - Method in interface org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.ClientEchoes
-
- EchoTestClientApp - Class in org.apache.pekko.http.impl.engine.ws
-
An example App that runs a quick test against the websocket server at wss://echo.websocket.org
- EchoTestClientApp() - Constructor for class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- EchoTestClientApp$ - Class in org.apache.pekko.http.impl.engine.ws
-
An example App that runs a quick test against the websocket server at wss://echo.websocket.org
- EchoTestClientApp$() - Constructor for class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- echoWebSocketService() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- echoWebSocketService() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- echoWebSocketService() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- echoWebSocketService() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- effectiveConnectionContext(ConnectionContext) - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- effectiveHttpRequestUri(String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, boolean, Uri.Host, int, Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Converts a set of URI components to an "effective HTTP request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5.
- effectiveHttpRequestUri(String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, boolean, Uri.Host, int, Uri.Authority) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts a set of URI components to an "effective HTTP request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5.
- effectiveHttpsConnectionContext(HttpsConnectionContext) - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- effectivePort() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
The effective port of this Uri given the currently set authority and scheme values.
- effectiveRequestUri(String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, String, Uri.Host, int, Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Converts a set of URI components to an "effective request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5.
- effectiveRequestUri(String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, String, Uri.Host, int, Uri.Authority) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts a set of URI components to an "effective request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5.
- effectiveUri(Uri, Seq<HttpHeader>, boolean, Host) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
Determines the effective request URI according to the logic defined at
http://tools.ietf.org/html/rfc7230#section-5.5
Throws an
IllegalUriException
if the URI is relative and the headers
don't
include a valid pekko.http.scaladsl.model.headers.Host
header or if URI authority and pekko.http.scaladsl.model.headers.Host
header don't match.
- effectiveUri(boolean, Host) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Resolve this request's URI according to the logic defined at
http://tools.ietf.org/html/rfc7230#section-5.5
Throws an
IllegalUriException
if the URI is relative and the headers
don't
include a valid pekko.http.scaladsl.model.headers.Host
header or if URI authority and pekko.http.scaladsl.model.headers.Host
header don't match.
- eitherMarshaller(Marshaller<A1, B>, Marshaller<A2, B>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
-
- eitherMarshaller(Marshaller<A1, B>, Marshaller<A2, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- eitherUnmarshaller(Unmarshaller<HttpEntity, L>, ClassTag<R>, Unmarshaller<HttpEntity, R>, ClassTag<L>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers
-
Enables using
Either
to encode the following unmarshalling logic:
Attempt unmarshalling the entity as as R
first (yielding R
),
and if it fails attempt unmarshalling as L
(yielding Left
).
- EitherUnmarshallingException(Class<?>, Throwable, Class<?>, Throwable) - Constructor for exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- EitherUnmarshallingException$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException$
-
- element() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
-
- element() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- element() - Method in exception org.apache.pekko.http.impl.util.One2OneBidiFlow.UnexpectedOutputException
-
- ElementAndTrigger(T, Function0<BoxedUnit>) - Constructor for class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
-
- ElementAndTrigger$() - Constructor for class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger$
-
- elements() - Method in class org.apache.pekko.http.impl.engine.ws.Bits
-
- elements() - Method in class org.apache.pekko.http.impl.util.CollectorStage.Completed
-
- embargoDuration() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- Embargoed(FiniteDuration) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- Embargoed$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed$
-
- emit(Output) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- emit(ParserOutput.ResponseOutput) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- emitEmptyEvents() - Method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- emitEmptyEvents() - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
Should events with empty data field be passed to the application.
- empty() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- empty() - Method in interface org.apache.pekko.http.ccompat.QuerySeqOptimized
-
- empty() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- empty() - Method in class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
- empty() - Static method in class org.apache.pekko.http.impl.engine.server.HttpAttributes
-
- empty(Protocol.Opcode, boolean, boolean, boolean, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
- empty() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- empty() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- empty() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- empty() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- empty() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- empty() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- empty() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- EMPTY - Static variable in class org.apache.pekko.http.javadsl.model.FormData
-
Returns empty FormData.
- empty() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- EMPTY - Static variable in class org.apache.pekko.http.javadsl.model.Host
-
The constant representing an empty Host.
- EMPTY - Static variable in class org.apache.pekko.http.javadsl.model.HttpEntities
-
- empty() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- empty() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- empty() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- EMPTY - Static variable in class org.apache.pekko.http.javadsl.model.Query
-
Returns an empty Query.
- EMPTY - Static variable in class org.apache.pekko.http.javadsl.model.Uri
-
Creates a default Uri to be modified using the modification methods.
- empty() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- Empty() - Method in class org.apache.pekko.http.scaladsl.model.FormData$
-
- Empty() - Static method in class org.apache.pekko.http.scaladsl.model.FormData
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- empty() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- Empty() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- empty(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- Empty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority$
-
- empty() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- Empty() - Method in class org.apache.pekko.http.scaladsl.server.Directive$
-
A Directive that always passes the request on to its inner route (i.e. does nothing).
- Empty() - Static method in class org.apache.pekko.http.scaladsl.server.Directive
-
A Directive that always passes the request on to its inner route (i.e. does nothing).
- Empty() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched$
-
- empty() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- empty() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- empty() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- Empty$() - Constructor for class org.apache.pekko.http.impl.util.Rendering.Empty$
-
- Empty$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Empty$
-
- Empty$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
- Empty$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- Empty$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- EmptyCompanion - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- EmptyCompanion() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion
-
- EmptyCompanion$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- EmptyCompanion$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion$
-
- EmptyCookieException$() - Constructor for exception org.apache.pekko.http.impl.model.parser.HeaderParser.EmptyCookieException$
-
- emptyEntity(Option<Content$minusType>) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- emptyEntity() - Method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue$
-
- emptyEntity() - Static method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue
-
- EmptyHeader - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- EmptyHeader() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- EmptyHeader$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- EmptyHeader$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader$
-
- emptyHeadersAndEntity() - Method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue$
-
- emptyHeadersAndEntity() - Static method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue
-
- emptyHost() - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- emptyHost() - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- emptyLastContinuationFrame() - Method in class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
- emptyMap - Static variable in class org.apache.pekko.http.impl.util.Util
-
- EmptyMatch() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
The empty match returned when a Regex matcher matches the empty path
- EmptyMatch() - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
The empty match returned when a Regex matcher matches the empty path
- emptyQuery() - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- emptyQuery() - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- emptyResponse() - Method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue$
-
- emptyResponse() - Static method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue
-
- EmptyValue<T> - Class in org.apache.pekko.http.scaladsl.marshalling
-
- EmptyValue() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.EmptyValue
-
- emptyValue() - Method in class org.apache.pekko.http.scaladsl.marshalling.EmptyValue
-
- EmptyValue() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
A special empty String value which will be rendered without a '=' after the key.
- EmptyValue$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- EmptyValue$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.EmptyValue$
-
- enabledCipherSuites() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- enabledCipherSuites() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- EnabledPingState(FiniteDuration, long) - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- enabledProtocols() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- enabledProtocols() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- enableForServer(SSLEngine, Function1<String, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
Enables server-side Http/2 ALPN support for the given engine.
- enableForServer(SSLEngine, Function1<String, BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
-
Enables server-side Http/2 ALPN support for the given engine.
- enableHttp2() - Method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- enableHttp2() - Method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
Configures the Http extension to bind using HTTP/2 if given an
pekko.http.scaladsl.HttpsConnectionContext
.
- enableHttp2() - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- enableHttps(HttpsConnectionContext) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Enable HTTPS for this binding with the given context.
- enableHttps(HttpsConnectionContext) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Enable HTTPS for this binding with the given context.
- encode(ByteString) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
Deprecated.
Synchronous encoding is deprecated since Akka HTTP 10.2.0
- encode(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encode(ByteString) - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
Deprecated.
synchronous compression with `encode` is not supported in the future any more, use `encodeAsync` instead. Since Akka HTTP 10.2.0.
- encode(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encode(ByteString) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- encode() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- encode(Rendering, String, Charset, CharPredicate, boolean) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- encode(Rendering, String, Charset, CharPredicate, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- encodeAsync(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encodeAsync(ByteString, Materializer) - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- encodeAsync(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encodeAsync(ByteString, Materializer) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- encodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encodeData(T, DataMapper<T>) - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- encodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encodeData(T, DataMapper<T>) - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- encodeData(T, DataMapper<T>) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- encodeErrorAndComplete(Function1<Throwable, T>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- encodeErrorAndComplete(Function1<Throwable, T>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- encodeHeader(OutputStream, String, String, boolean) - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Encoder
-
Encode the header field into the header block.
- encodeMessage(HttpResponse) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- encodeMessage(HttpRequest) - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- encodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encodeMessage(HttpMessage) - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- encodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encodeMessage(HttpMessage) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- Encoder - Interface in org.apache.pekko.http.scaladsl.coding
-
- Encoder - Class in org.apache.pekko.http.shaded.com.twitter.hpack
-
- Encoder(int) - Constructor for class org.apache.pekko.http.shaded.com.twitter.hpack.Encoder
-
Creates a new encoder.
- ENCODER - Static variable in class org.apache.pekko.http.shaded.com.twitter.hpack.Huffman
-
Huffman Encoder
- Encoder$ - Class in org.apache.pekko.http.scaladsl.coding
-
- Encoder$() - Constructor for class org.apache.pekko.http.scaladsl.coding.Encoder$
-
- encodeResponse(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Encodes the response with the encoding that is requested by the client via the
Accept-
Encoding
header.
- encodeResponse(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- encodeResponse(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- encodeResponse() - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Encodes the response with the encoding that is requested by the client via the
Accept-
Encoding
header.
- encodeResponseWith(Iterable<Coder>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Encodes the response with the encoding that is requested by the client via the
Accept-
Encoding
header.
- encodeResponseWith(Iterable<Coder>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- encodeResponseWith(Iterable<Coder>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- encodeResponseWith(Encoder, Seq<Encoder>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Encodes the response with the encoding that is requested by the client via the
Accept-
Encoding
header.
- encoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encoderFlow() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- encoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encoderFlow() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- encodeUtf8(String) - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- encoding() - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns the content encoding as specified by the Content-Encoding header.
- encoding() - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- encoding() - Method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- encoding() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- encoding() - Method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- encoding() - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- encoding() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- encoding() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- encoding() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
The content encoding as specified by the Content-Encoding header.
- EncodingNegotiator - Class in org.apache.pekko.http.scaladsl.server
-
- EncodingNegotiator(Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
- EncodingNegotiator$ - Class in org.apache.pekko.http.scaladsl.server
-
- EncodingNegotiator$() - Constructor for class org.apache.pekko.http.scaladsl.server.EncodingNegotiator$
-
- encodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- encodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- encodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- encodingsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding$
-
- encodingsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- encodingsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding$
-
- encodingsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- encodingsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding$
-
- encodingsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- encrypted(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- END_HEADERS() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- END_STREAM() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- endHeaderBlock() - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Decoder
-
End the current header block.
- endHeaders() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame
-
- endHeaders() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- endHeaders() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame
-
- endStream() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame
-
- endStream() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- endStream() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame
-
- endStreamIfPossible() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- endStreamIfPossible() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- endStreamSent() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- endsWith(char) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Determines whether the underlying String ends with the given character.
- endsWith(String, boolean) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- endsWithSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- endWith() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- endWith() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- endWith() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- endWith() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- endWith() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- endWith() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- endWith() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- endWith() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- ENHANCE_YOUR_CALM - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- ENHANCE_YOUR_CALM$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.ENHANCE_YOUR_CALM$
-
- EnhancedByteArray - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedByteArray(byte[]) - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteArray
-
- EnhancedByteArray$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedByteArray$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteArray$
-
- EnhancedByteStringSource<Mat> - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedByteStringSource(Source<ByteString, Mat>) - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteStringSource
-
- EnhancedByteStringSource$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedByteStringSource$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteStringSource$
-
- EnhancedByteStringTraversableOnce - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedByteStringTraversableOnce(IterableOnce<ByteString>) - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteStringTraversableOnce
-
- EnhancedByteStringTraversableOnce$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedByteStringTraversableOnce$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedByteStringTraversableOnce$
-
- EnhancedConfig - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedConfig(Config) - Constructor for class org.apache.pekko.http.impl.util.EnhancedConfig
-
- EnhancedConfig$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedConfig$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedConfig$
-
- EnhancedFromEntityUnmarshaller(Unmarshaller<HttpEntity, A>) - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller
-
- EnhancedFromEntityUnmarshaller$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller$
-
- EnhancedFuture(Future<T>) - Constructor for class org.apache.pekko.http.scaladsl.util.FastFuture.EnhancedFuture
-
- EnhancedFuture$() - Constructor for class org.apache.pekko.http.scaladsl.util.FastFuture.EnhancedFuture$
-
- EnhancedPathMatcher(PathMatcher<L>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.EnhancedPathMatcher
-
- EnhancedRegex - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedRegex(Regex) - Constructor for class org.apache.pekko.http.impl.util.EnhancedRegex
-
- EnhancedRegex$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedRegex$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedRegex$
-
- EnhancedString - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- EnhancedString(String) - Constructor for class org.apache.pekko.http.impl.util.EnhancedString
-
- EnhancedString$ - Class in org.apache.pekko.http.impl.util
-
- EnhancedString$() - Constructor for class org.apache.pekko.http.impl.util.EnhancedString$
-
- EnhancedUnmarshaller(Unmarshaller<A, B>) - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller
-
- EnhancedUnmarshaller$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller$
-
- enhanceTuple(T, Tuple<T>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps$
-
- enhanceTuple(T, Tuple<T>) - Static method in class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
- EnhanceYourCalm() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- EnhanceYourCalm() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- enqueueIfPossible() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- enqueueOutStream(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- enqueueOutStream(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- ensureServerDeliveredRequest(Future<HttpResponse>) - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- ensureSubscription() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- entity() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator
-
- entity() - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
The entity of this message.
- entity() - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns the entity of this request.
- entity() - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns the entity of this response.
- entity(Unmarshaller<? super HttpEntity, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- entity(Unmarshaller<? super HttpEntity, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- entity(Unmarshaller<? super HttpEntity, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MarshallingDirectives
-
Unmarshalls the requests entity using the given unmarshaller, and passes the result to [inner].
- entity() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- entity(Unmarshaller<HttpEntity, T>) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the entity of the response unmarshalled with the given
Unmarshaller
.
- entity() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.FileData
-
- entity() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- entity() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- entity() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- entity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart$.Strict
-
- entity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
The entity of the part.
- entity() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- entity() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
-
- entity() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- entity(Unmarshaller<HttpRequest, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
-
Unmarshalls the requests entity to the given type passes it to its inner Route.
- entity() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
Returns a "fresh" entity with a "fresh" unconsumed byte- or chunk stream (if not strict)
- entityAs(Unmarshaller<HttpEntity, T>, ClassTag<T>, Duration) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- entityAsSourceOf(Unmarshaller<ByteString, T>, EntityStreamingSupport, Function<Source<T, NotUsed>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- entityAsSourceOf(Unmarshaller<ByteString, T>, EntityStreamingSupport, Function<Source<T, NotUsed>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- entityBytes() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the bytes of the response entity
- EntityChunk(HttpEntity.ChunkStreamPart) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityChunk
-
- EntityChunk$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityChunk$
-
- EntityCreator() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityCreator
-
- EntityDiscardingSpec - Class in org.apache.pekko.http.scaladsl.model
-
- EntityDiscardingSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.EntityDiscardingSpec
-
- EntityPart(ByteString) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EntityPart
-
- EntityPart(ByteString) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityPart
-
- EntityPart$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EntityPart$
-
- EntityPart$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityPart$
-
- EntityStreamError(ErrorInfo) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityStreamError
-
- EntityStreamError$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityStreamError$
-
- EntityStreamException - Exception in org.apache.pekko.http.scaladsl.model
-
- EntityStreamException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.EntityStreamException
-
- EntityStreamException$ - Class in org.apache.pekko.http.scaladsl.model
-
- EntityStreamException$() - Constructor for class org.apache.pekko.http.scaladsl.model.EntityStreamException$
-
- EntityStreamingSupport - Class in org.apache.pekko.http.javadsl.common
-
Entity streaming support trait allowing rendering and receiving incoming
Source[T, _]
from HTTP entities.
- EntityStreamingSupport() - Constructor for class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
- EntityStreamingSupport - Class in org.apache.pekko.http.scaladsl.common
-
Entity streaming support trait allowing rendering and receiving incoming
Source[T, _]
from HTTP entities.
- EntityStreamingSupport() - Constructor for class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
- EntityStreamingSupport$ - Class in org.apache.pekko.http.javadsl.common
-
Entity streaming support, independent of used Json parsing library etc.
- EntityStreamingSupport$() - Constructor for class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
- EntityStreamingSupport$ - Class in org.apache.pekko.http.scaladsl.common
-
Entity streaming support, independent of used Json parsing library etc.
- EntityStreamingSupport$() - Constructor for class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
- EntityStreamSizeException - Exception in org.apache.pekko.http.scaladsl.model
-
This exception is thrown when the size of the HTTP Entity exceeds the configured limit.
- EntityStreamSizeException(long, Option<Object>) - Constructor for exception org.apache.pekko.http.scaladsl.model.EntityStreamSizeException
-
- EntityStreamSizeException$ - Class in org.apache.pekko.http.scaladsl.model
-
- EntityStreamSizeException$() - Constructor for class org.apache.pekko.http.scaladsl.model.EntityStreamSizeException$
-
- entityString() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the entity of the response interpreted as an UTF-8 encoded string.
- EntityTag - Class in org.apache.pekko.http.javadsl.model.headers
-
- EntityTag() - Constructor for class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- EntityTag - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTag(String, boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- EntityTag$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.EntityTag$
-
- EntityTag$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTag$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTag$
-
- entityTagOrDateTime() - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- EntityTagRange - Class in org.apache.pekko.http.javadsl.model.headers
-
- EntityTagRange() - Constructor for class org.apache.pekko.http.javadsl.model.headers.EntityTagRange
-
- EntityTagRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTagRange() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange
-
- EntityTagRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.EntityTagRange$
-
- EntityTagRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTagRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange$
-
- EntityTagRange.$times$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTagRange.Default - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTagRange.Default$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- EntityTagRanges - Class in org.apache.pekko.http.javadsl.model.headers
-
- entityToByteArray() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToByteArray() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToByteString() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToByteString() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToCharArray() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToCharArray() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToMultipartByteRangesUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToMultipartByteRangesUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToMultipartFormData() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToMultipartFormData() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToOKResponse(Marshaller<A, ? extends RequestEntity>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- entityToOKResponse(Iterable<HttpHeader>, Marshaller<A, ? extends RequestEntity>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- entityToOKResponse(Marshaller<A, ? extends RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- entityToOKResponse(Iterable<HttpHeader>, Marshaller<A, ? extends RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- entityToResponse(StatusCode, Marshaller<A, R>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- entityToResponse(StatusCode, Iterable<HttpHeader>, Marshaller<A, ? extends RequestEntity>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- entityToResponse(StatusCode, Marshaller<A, R>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- entityToResponse(StatusCode, Iterable<HttpHeader>, Marshaller<A, ? extends RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- entityToString() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToString() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- entityToWwwUrlEncodedFormData() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- entityToWwwUrlEncodedFormData() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- eol() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- eol() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- eol() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- eolLength() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- eolLength() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- eolLength() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- equals(Object) - Method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- equals(Object) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- equals(Object) - Static method in class org.apache.pekko.http.javadsl.Http
-
- equals(Object) - Method in exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- equals(Object) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- equals(Object) - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- equals(Object) - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- equals(Object) - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- equals(Object) - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- equals(Object) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- equals(Object) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- equalsAsciiCaseInsensitive(String, String) - Method in interface org.apache.pekko.http.impl.model.parser.CommonActions
-
Returns true if both strings only contain ASCII characters and each character matches case insensitively.
- equalsIgnoreCase(Host) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- equalsIgnoreCase(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
- equalsIgnoreCase(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- equalsIgnoreCase(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host
-
- equalsIgnoreCase(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host
-
- equalsIgnoreCase(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri.NamedHost
-
- error(Throwable, String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(Throwable, String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(Throwable, String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(Throwable, String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(Throwable, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- error(Object) - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- error(Object) - Static method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- Error(ErrorInfo) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Error
-
- error() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Error
-
- Error$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Error$
-
- Error$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Error$
-
- Error$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Error$
-
- Error$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Error$
-
- errorCode() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame
-
- errorCode() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.RstStreamFrame
-
- errorCode() - Method in exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolException
-
- errorCode() - Method in exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolStreamException
-
- ErrorCode(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode
-
- errorCode() - Method in exception org.apache.pekko.http.scaladsl.model.http2.PeerClosedStreamException
-
- ErrorCode$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$
-
- errorHandling(LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- errorHandling(LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- errorHeaderName() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- ErrorInfo - Class in org.apache.pekko.http.scaladsl.model
-
Two-level model of error information.
- ErrorInfo(String, String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- ErrorInfo(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
INTERNAL API
- ErrorInfo$ - Class in org.apache.pekko.http.scaladsl.model
-
- ErrorInfo$() - Constructor for class org.apache.pekko.http.scaladsl.model.ErrorInfo$
-
- errorLoggingVerbosity() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- errorLoggingVerbosity() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- errorLoggingVerbosity() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- ErrorLoggingVerbosity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ErrorLoggingVerbosity$
-
- ErrorLoggingVerbosity$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$
-
- ErrorMessageTemplate() - Method in class org.apache.pekko.http.scaladsl.server.ExceptionHandler$
-
- errorMsg() - Method in interface org.apache.pekko.http.javadsl.server.MalformedFormFieldRejection
-
- errorMsg() - Method in interface org.apache.pekko.http.javadsl.server.MalformedHeaderRejection
-
- errorMsg() - Method in interface org.apache.pekko.http.javadsl.server.MalformedQueryParamRejection
-
- errorMsg() - Method in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- errorMsg() - Method in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- errorMsg() - Method in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- errors() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Error
-
- errors() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok
-
- errors() - Method in interface org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult
-
- EstablishedConnectionSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.EstablishedConnectionSetup
-
- etag() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- ETag - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `ETag` header.
- ETag() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ETag
-
- etag() - Method in class org.apache.pekko.http.javadsl.model.headers.ETag
-
- ETag - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ETag(EntityTag) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- etag() - Method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- ETag$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ETag$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ETag$
-
- ev() - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
- ev() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- evaluateTo(T) - Method in interface org.apache.pekko.http.scaladsl.testkit.ScalatestUtils
-
- evaluateTo(T, ExecutionEnv) - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2Utils
-
- eventsIn() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
- eventsIn() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- eventsIn() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- eventsOut() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
- eventsOut() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- eventsOut() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- EventStreamLogger - Class in org.apache.pekko.http.impl.util
-
- EventStreamLogger() - Constructor for class org.apache.pekko.http.impl.util.EventStreamLogger
-
- EventStreamMarshalling - Class in org.apache.pekko.http.javadsl.marshalling.sse
-
Using
eventStreamMarshaller
lets a source of ServerSentEvent
s be marshalled to a HttpResponse
.
- EventStreamMarshalling() - Constructor for class org.apache.pekko.http.javadsl.marshalling.sse.EventStreamMarshalling
-
- EventStreamMarshalling - Interface in org.apache.pekko.http.scaladsl.marshalling.sse
-
Mixing in this trait lets a source of
ServerSentEvent
s be marshalled to a HttpEntity
and hence as a
HttpResponse
.
- EventStreamMarshalling$ - Class in org.apache.pekko.http.javadsl.marshalling.sse
-
Using
eventStreamMarshaller
lets a source of ServerSentEvent
s be marshalled to a HttpResponse
.
- EventStreamMarshalling$() - Constructor for class org.apache.pekko.http.javadsl.marshalling.sse.EventStreamMarshalling$
-
- EventStreamMarshalling$ - Class in org.apache.pekko.http.scaladsl.marshalling.sse
-
Importing
EventStreamMarshalling.toEventStream
lets a source of ServerSentEvent
s be marshalled to a
HttpEntity
and hence as a HttpResponse
.
- EventStreamMarshalling$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.sse.EventStreamMarshalling$
-
- EventStreamParser - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- EventStreamParser() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser
-
- EventStreamParser$ - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
Flow that converts raw byte string input into
ServerSentEvent
s.
- EventStreamParser$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamParser$
-
- EventStreamUnmarshalling - Class in org.apache.pekko.http.javadsl.unmarshalling.sse
-
Using
fromEventsStream
lets a HttpEntity
with a text/event-stream
media type be unmarshalled to a source of
ServerSentEvent
s.
- EventStreamUnmarshalling() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling
-
- EventStreamUnmarshalling - Interface in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
Mixing in this trait lets a
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of
ServerSentEvent
s.
- EventStreamUnmarshalling$ - Class in org.apache.pekko.http.javadsl.unmarshalling.sse
-
Using
fromEventsStream
lets a HttpEntity
with a text/event-stream
media type be unmarshalled to a source of
ServerSentEvent
s.
- EventStreamUnmarshalling$() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$
-
- EventStreamUnmarshalling$ - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
Importing
EventStreamUnmarshalling.fromEventsStream
lets an HttpEntity
with a text/event-stream
media type be
unmarshalled to a source of ServerSentEvent
s.
- EventStreamUnmarshalling$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling$
-
- eventType() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- exampleClientContext() - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- exampleClientContext() - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- ExampleHttpContexts - Class in org.apache.pekko.http.impl.util
-
These are HTTPS example configurations that take key material from the resources/key folder.
- ExampleHttpContexts() - Constructor for class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- ExampleHttpContexts$ - Class in org.apache.pekko.http.impl.util
-
These are HTTPS example configurations that take key material from the resources/key folder.
- ExampleHttpContexts$() - Constructor for class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- exampleServerContext() - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- exampleServerContext() - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- ExceptionHandler - Class in org.apache.pekko.http.javadsl.server
-
Handles exceptions by turning them into routes.
- ExceptionHandler() - Constructor for class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
- ExceptionHandler - Interface in org.apache.pekko.http.scaladsl.server
-
- ExceptionHandler$ - Class in org.apache.pekko.http.javadsl.server
-
- ExceptionHandler$() - Constructor for class org.apache.pekko.http.javadsl.server.ExceptionHandler$
-
- ExceptionHandler$ - Class in org.apache.pekko.http.scaladsl.server
-
- ExceptionHandler$() - Constructor for class org.apache.pekko.http.scaladsl.server.ExceptionHandler$
-
- ExceptionHandlerBuilder - Class in org.apache.pekko.http.javadsl.server
-
- ExceptionHandlerBuilder() - Constructor for class org.apache.pekko.http.javadsl.server.ExceptionHandlerBuilder
-
- ExceptionWithErrorInfo - Exception in org.apache.pekko.http.scaladsl.model
-
Marker for exceptions that provide an ErrorInfo
- ExceptionWithErrorInfo(ErrorInfo, Throwable) - Constructor for exception org.apache.pekko.http.scaladsl.model.ExceptionWithErrorInfo
-
- ExceptionWithErrorInfo(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.ExceptionWithErrorInfo
-
- exclusiveFlag() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame
-
- executionContext() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- executionContext() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The default ExecutionContext to be used for scheduling asynchronous logic related to this request.
- executionContext() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- ExecutionDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- ExecutionDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.ExecutionDirectives
-
- ExecutionDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- ExecutionDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- ExecutionDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives$
-
- executionStart() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
- executionStart() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- executionStart() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- executionStart() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- executionStart() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- executionStart() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- executionStart() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- executionStart() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- executionStart() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- executionStart() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- executionStart() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- executionStart() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- executor() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- exist() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- exist() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- exist() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- exist() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- exist() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- exist() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- exist() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- exist() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- exist() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- expect() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Expect - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Expect() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- Expect$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Expect$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Expect$
-
- expect100Continue() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- EXPECTATION_FAILED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- ExpectationFailed() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ExpectationFailed() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- expectBinaryMessage(BinaryMessage) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectBinaryMessage() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectByte() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectBytes(int) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectBytes(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectBytes(int) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectBytes(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectBytes(int) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- expectBytes(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- expectBytes(int) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectBytes(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectCloseCodeOnNetwork(int) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectComplete() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectComplete(TestSubscriber.Probe<T>) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectCompletion() - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect completion on the input side of the flow.
- expectCompletion() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect completion on the input side of the flow.
- Expected - Static variable in class org.apache.pekko.http.javadsl.model.RequestEntityAcceptances
-
- Expected$() - Constructor for class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Expected$
-
- expectedTestDuration() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- expectedTestDuration() - Method in interface org.apache.pekko.testkit.WatchedByCoroner
-
- expectedValue() - Method in interface org.apache.pekko.http.javadsl.server.InvalidRequiredValueForQueryParamRejection
-
- expectedValue() - Method in class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
-
- expectedWebSocketRequest() - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- expectedWebSocketRequest() - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- ExpectedWebSocketRequestRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created when a websocket request was expected but none was found.
- ExpectedWebSocketRequestRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created when a websocket request was expected but none was found.
- ExpectedWebSocketRequestRejection() - Constructor for class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- ExpectedWebSocketRequestRejection$ - Class in org.apache.pekko.http.javadsl.server
-
- ExpectedWebSocketRequestRejection$() - Constructor for class org.apache.pekko.http.javadsl.server.ExpectedWebSocketRequestRejection$
-
- ExpectedWebSocketRequestRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created when a websocket request was expected but none was found.
- ExpectedWebSocketRequestRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection$
-
- expectError() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectError(Throwable) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectError(TestSubscriber.Probe<T>) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectFrameHeaderOnNetwork(Protocol.Opcode, long, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
Returns the mask if any is available
- expectFrameHeaderOnNetwork() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectFrameHeaderOnNetwork(Protocol.Opcode, long, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
Returns the mask if any is available
- expectFrameHeaderOnNetwork() - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectFrameOnNetwork(Protocol.Opcode, ByteString, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectFrameOnNetwork(Protocol.Opcode, ByteString, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectIncomingStream(FrameEvent.StreamFrameEvent, Http2StreamHandling.StreamState, Function1<Http2StreamHandling.IncomingStreamBuffer, Http2StreamHandling.StreamState>, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- expectInvalidUpgradeResponse() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectInvalidUpgradeResponseCause(String) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectMaskedCloseFrame(int) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectMaskedFrameOnNetwork(Protocol.Opcode, ByteString, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectMaskedFrameOnNetwork(Protocol.Opcode, ByteString, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectMessage(Message) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectMessage() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectMessage() - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect a message on the input side of the flow.
- expectMessage(String) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect a text message on the input side of the flow and compares its payload with the given one.
- expectMessage(ByteString) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect a binary message on the input side of the flow and compares its payload with the given one.
- expectMessage() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect a message on the input side of the flow.
- expectMessage(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect a text message on the input side of the flow and compares its payload with the given one.
- expectMessage(ByteString) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect a binary message on the input side of the flow and compares its payload with the given one.
- expectNetworkAbort() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectNetworkClose() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectNetworkClose() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectNetworkData(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectNetworkData(int) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectNetworkData(int) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectNetworkData(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectNoBytes() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectNoBytes(FiniteDuration) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectNoMessage() - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect no message on the input side of the flow.
- expectNoMessage(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Expect no message on the input side of the flow for the given maximum duration.
- expectNoMessage() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect no message on the input side of the flow.
- expectNoMessage(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Expect no message on the input side of the flow for the given maximum duration.
- expectNoNetworkData() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectNoRequest(FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectNoWireData() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectOpenConnection(Function0<T>) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- expectProtocolErrorOnNetwork() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectRequest() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectResponse() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- expectResponse(WebSocketUpgradeResponse) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectResponseWithWipedDate(String) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectSevereLogsOnlyToMatch() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerSpec
-
- expectSevereLogsOnlyToMatch() - Method in class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- expectSevereLogsOnlyToMatch() - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
We expect a severe message but the message should contain this text.
- expectSubscribe() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectSubscribeAndNetworkClose() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- expectSubscriptionAndComplete() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectTextMessage(TextMessage) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectTextMessage() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- expectUtf8EncodedString(String) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- expectWebSocketUpgradeWithProtocol(Function1<String, BoxedUnit>) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
Asserts that the received response is a WebSocket upgrade response and the extracts
the chosen subprotocol and passes it to the handler.
- expectWireData(String) - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- expectWireData(String) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectWireData(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- expectWSCloseFrame(int, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expectWSFrame(Protocol.Opcode, ByteString, boolean, Option<Object>, boolean, boolean, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- expires() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Expires - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Expires` header.
- Expires() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Expires
-
- Expires - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Expires(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- expires() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- Expires$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Expires$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Expires$
-
- ExposeAttributes<T,U> - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- ExposeAttributes(Function1<Attributes, Function1<T, U>>) - Constructor for class org.apache.pekko.http.impl.util.ExposeAttributes
-
- ExposeAttributes$ - Class in org.apache.pekko.http.impl.util
-
- ExposeAttributes$() - Constructor for class org.apache.pekko.http.impl.util.ExposeAttributes$
-
- exposedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
List of headers (other than simple response headers) that browsers are allowed to access.
- exposedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- Ext(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.ContentDispositionTypes
-
- Ext(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Ext
-
- Ext$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Ext$
-
- extension() - Method in interface org.apache.pekko.http.impl.model.parser.WebSocketHeaders
-
- extension() - Method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Returns extensions data for this chunk.
- extension() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- extension() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk
-
- extension() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart
-
- extension() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
- Extension(String, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension
-
- Extension$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension$
-
- extensions() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- extensionsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions$
-
- extensionsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- extract(Function<RequestContext, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts a single value using the given function.
- extract(Function<RequestContext, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extract(Function<RequestContext, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extract(Function1<RequestContext, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts a single value using the given function.
- extractActorSystem(Function<ActorSystem, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
pekko.actor.ActorSystem
if the available Materializer is an pekko.stream.ActorMaterializer
.
- extractActorSystem(Function<ActorSystem, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractActorSystem(Function<ActorSystem, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractActorSystem() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.actor.ActorSystem
if the available Materializer is an pekko.stream.ActorMaterializer
.
- extractClientIP(Function<RemoteAddress, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractClientIP(Function<RemoteAddress, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractClientIP(Function<RemoteAddress, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Extracts the client's IP from either the X-Forwarded-For, Remote-Address, X-Real-IP header
or
pekko.http.javadsl.model.AttributeKeys.remoteAddress
attribute
(in that order of priority).
- extractClientIP() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Extracts the client's IP from either the X-Forwarded-For, Remote-Address, X-Real-IP header
or
pekko.http.scaladsl.model.AttributeKeys.remoteAddress
attribute
(in that order of priority).
- extractCredentials(Function<Optional<HttpCredentials>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractCredentials(Function<Optional<HttpCredentials>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractCredentials(Function<Optional<HttpCredentials>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
Extracts the potentially present
HttpCredentials
provided with the request's pekko.http.javadsl.model.headers.Authorization
header.
- extractCredentials() - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Extracts the potentially present
HttpCredentials
provided with the request's Authorization
header.
- extractCredentialsAndAuthenticateOrRejectWithChallenge(Directive<Tuple1<Option<C>>>, Function1<Option<C>, Future<Either<HttpChallenge, T>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
-
Lifts an authenticator function into a directive.
- extractDataBytes(Function<Source<ByteString, Object>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the entities
dataBytes
pekko.stream.javadsl.Source
from the pekko.http.javadsl.server.RequestContext
.
- extractDataBytes(Function<Source<ByteString, Object>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractDataBytes(Function<Source<ByteString, Object>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractDataBytes() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the entities
dataBytes
pekko.stream.scaladsl.Source
from the pekko.http.scaladsl.server.RequestContext
.
- extractEntity(Function<RequestEntity, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the current http request entity.
- extractEntity(Function<RequestEntity, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractEntity(Function<RequestEntity, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractExecutionContext(Function<ExecutionContextExecutor, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
ExecutionContextExecutor
from the RequestContext
.
- extractExecutionContext(Function<ExecutionContextExecutor, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractExecutionContext(Function<ExecutionContextExecutor, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractExecutionContext() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
ExecutionContextExecutor
from the pekko.http.scaladsl.server.RequestContext
.
- extractField(Function1<A, Directive<Tuple1<B>>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- extractHost(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractHost(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractHost(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
Extracts the hostname part of the Host request header value.
- extractHost() - Method in interface org.apache.pekko.http.scaladsl.server.directives.HostDirectives
-
Extracts the hostname part of the Host request header value.
- extractions() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- extractLog(Function<LoggingAdapter, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
LoggingAdapter
- extractLog(Function<LoggingAdapter, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractLog(Function<LoggingAdapter, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractLog() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.event.LoggingAdapter
from the pekko.http.scaladsl.server.RequestContext
.
- extractMatchedPath(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the already matched path from the RequestContext.
- extractMatchedPath(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractMatchedPath(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractMatchedPath() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the already matched path from the RequestContext.
- extractMaterializer(Function<Materializer, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
Materializer
from the RequestContext
.
- extractMaterializer(Function<Materializer, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractMaterializer(Function<Materializer, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractMaterializer() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.stream.Materializer
from the pekko.http.scaladsl.server.RequestContext
.
- extractMethod(Function<HttpMethod, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractMethod(Function<HttpMethod, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractMethod(Function<HttpMethod, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- extractMethod() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Extracts the request method.
- extractOfferedWsProtocols(Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractOfferedWsProtocols(Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractOfferedWsProtocols(Function<List<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Extract the list of WebSocket subprotocols as offered by the client in the
Sec-WebSocket-Protocol
header if
this is a WebSocket request.
- extractOfferedWsProtocols() - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Extract the list of WebSocket subprotocols as offered by the client in the
Sec-WebSocket-Protocol
header if
this is a WebSocket request.
- extractParameter(Function1<A, Directive<Tuple1<B>>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- extractParserSettings(Function<ParserSettings, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.javadsl.settings.ParserSettings
from the pekko.http.javadsl.server.RequestContext
.
- extractParserSettings(Function<ParserSettings, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractParserSettings(Function<ParserSettings, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractParserSettings() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.scaladsl.settings.ParserSettings
from the pekko.http.scaladsl.server.RequestContext
.
- extractPF() - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet
-
Returns a partial function that checks if the input value is of runtime type
T and returns the value if it does.
- extractPF() - Method in interface org.apache.pekko.http.scaladsl.server.util.ClassMagnet
-
Returns a partial function that checks if the input value is of runtime type
T and returns the value if it does.
- extractRequest(Function<HttpRequest, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the current
HttpRequest
instance.
- extractRequest(Function<HttpRequest, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractRequest(Function<HttpRequest, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractRequest() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the current
HttpRequest
instance.
- extractRequestContext(Function<RequestContext, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.javadsl.server.RequestContext
itself.
- extractRequestContext(Function<RequestContext, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractRequestContext(Function<RequestContext, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractRequestContext() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.scaladsl.server.RequestContext
itself.
- extractRequestEntity(Function<RequestEntity, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.javadsl.model.RequestEntity
from the pekko.http.javadsl.server.RequestContext
.
- extractRequestEntity(Function<RequestEntity, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractRequestEntity(Function<RequestEntity, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractRequestEntity() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
pekko.http.scaladsl.model.RequestEntity
from the pekko.http.scaladsl.server.RequestContext
.
- extractRequestTimeout(Function<Duration, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractRequestTimeout(Function<Duration, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractRequestTimeout(Function<Duration, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
- extractRequestTimeout() - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
Return the currently set request timeout.
- extractScheme(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractScheme(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractScheme(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SchemeDirectives
-
Extracts the Uri scheme from the request.
- extractScheme() - Method in interface org.apache.pekko.http.scaladsl.server.directives.SchemeDirectives
-
Extracts the Uri scheme from the request.
- extractSettings(Function<RoutingSettings, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the
RoutingSettings
from the pekko.http.javadsl.server.RequestContext
.
- extractSettings(Function<RoutingSettings, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractSettings(Function<RoutingSettings, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractSettings() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the
RoutingSettings
from the pekko.http.scaladsl.server.RequestContext
.
- extractStrictEntity(FiniteDuration, Function<HttpEntity.Strict, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- extractStrictEntity(FiniteDuration, long, Function<HttpEntity.Strict, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- extractStrictEntity(FiniteDuration, Function<HttpEntity.Strict, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractStrictEntity(FiniteDuration, long, Function<HttpEntity.Strict, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractStrictEntity(FiniteDuration, Function<HttpEntity.Strict, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractStrictEntity(FiniteDuration, long, Function<HttpEntity.Strict, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractStrictEntity(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- extractStrictEntity(FiniteDuration, long) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- extractUnmatchedPath(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the yet unmatched path from the RequestContext.
- extractUnmatchedPath(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractUnmatchedPath(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractUnmatchedPath() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the yet unmatched path from the RequestContext.
- extractUpgradeToWebSocket(Function<UpgradeToWebSocket, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractUpgradeToWebSocket(Function<UpgradeToWebSocket, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractUpgradeToWebSocket(Function<UpgradeToWebSocket, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Deprecated.
use
webSocketUpgrade
instead since Akka HTTP 10.2.0
- extractUpgradeToWebSocket() - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Deprecated.
use `extractWebSocketUpgrade` instead. Since Akka HTTP 10.2.0.
- extractUri(Function<Uri, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Extracts the complete request URI.
- extractUri(Function<Uri, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractUri(Function<Uri, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractUri() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts the complete request URI.
- extractWebSocketUpgrade(Function<WebSocketUpgrade, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- extractWebSocketUpgrade(Function<WebSocketUpgrade, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- extractWebSocketUpgrade(Function<WebSocketUpgrade, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Extract the UpgradeToWebSocket attribute if this is a WebSocket request.
- extractWebSocketUpgrade() - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Extract the WebSocketUpgrade attribute if this is a WebSocket request.
- extraHeaders() - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- extraInitialWindow() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- extraInitialWindow() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- extraInitialWindow() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
F
- f() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser.Trampoline
-
- f() - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- fail(Throwable) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- fail(Throwable) - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutlet
-
- fail(String, StatusCode) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- fail(String, StatusCode) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- fail(ParseError, String) - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- fail(Throwable) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- fail(String) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- fail(String, Host) - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- fail(String, String) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- fail(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- fail(Throwable) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Bubbles the given error up the response chain where it is dealt with by the closest
handleExceptions
directive and its ExceptionHandler
, unless the error is a RejectionError
.
- fail(Throwable) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- Failed(Throwable) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Failed
-
- failed() - Method in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- failed() - Static method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- Failed$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Failed$
-
- FAILED_DEPENDENCY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- FailedDependency() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- FailedDependency() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- failEntityStream(String) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failEntityStream(String, String) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failEntityStream(ErrorInfo) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failF() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- failMessageStart(String) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failMessageStart(String, String) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failMessageStart(StatusCode) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failMessageStart(StatusCode, String, String) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failMessageStart(StatusCode, ErrorInfo) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- failOngoingRequest(SlotContext, String, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- failOnSevereMessages() - Method in class org.apache.pekko.http.impl.util.RenderingSpec
-
- failOnSevereMessages() - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
Can be overridden to return true to check that no warning or error messages are logged during
the execution of the test
- failsHandlerInputWhenHandlerOutputFails() - Method in interface org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.ClientServerImplementation
-
Specifies if the transport implementation will fail the handler request input side if an error is encountered
at the response output side.
- failsHandlerInputWhenHandlerOutputFails() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$
-
- failsHandlerInputWhenHandlerOutputFails() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- failsHandlerInputWhenHandlerOutputFails() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
-
- failsHandlerInputWhenHandlerOutputFails() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- failsHandlerInputWhenHandlerOutputFails() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- failsHandlerInputWhenHandlerOutputFails() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- failsHandlerInputWhenHandlerOutputFails() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
-
- failTest(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent
-
- failTest(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2FrameworkInterface.Specs2
-
- failTest(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface
-
- failTest(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface.Scalatest
-
- failure() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ShouldCloseConnectionState
-
- failure(Throwable) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- Failure(ErrorInfo) - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.Failure
-
- Failure$() - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.Failure$
-
- failWith(Throwable) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- failWith(Throwable) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- failWith(Throwable) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Bubbles the given error up the response chain, where it is dealt with by the closest
handleExceptions
directive and its ExceptionHandler.
- failWith(Throwable) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Bubbles the given error up the response chain, where it is dealt with by the closest
handleExceptions
directive and its ExceptionHandler.
- failWithChallenge(HttpChallenge) - Method in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult$
-
- failWithChallenge(HttpChallenge) - Static method in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult
-
- failWithNoHostHeader(Option<Host>, String) - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- fast() - Method in class org.apache.pekko.http.scaladsl.util.FastFuture.EnhancedFuture
-
- fastFind(Class<T>, Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader$
-
INTERNAL API
- fastFind(Class<T>, Seq<HttpHeader>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
INTERNAL API
- FastFuture<A> - Class in org.apache.pekko.http.scaladsl.util
-
Provides alternative implementations of the basic transformation operations defined on
Future
,
which try to avoid scheduling to an ExecutionContext
if possible, i.e. if the given future
value is already present.
- FastFuture(Future<A>) - Constructor for class org.apache.pekko.http.scaladsl.util.FastFuture
-
- FastFuture$ - Class in org.apache.pekko.http.scaladsl.util
-
- FastFuture$() - Constructor for class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- FastFuture.EnhancedFuture<T> - Class in org.apache.pekko.http.scaladsl.util
-
- FastFuture.EnhancedFuture$ - Class in org.apache.pekko.http.scaladsl.util
-
- FastFutureSpec - Class in org.apache.pekko.http.scaladsl.util
-
- FastFutureSpec() - Constructor for class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- FastFutureSpec.TheException - Class in org.apache.pekko.http.scaladsl.util
-
- FastFutureSpec.TheException$ - Exception in org.apache.pekko.http.scaladsl.util
-
- FastFutureSpec.UnexpectedException - Exception in org.apache.pekko.http.scaladsl.util
-
- FastFutureSpec.UnexpectedException$ - Exception in org.apache.pekko.http.scaladsl.util
-
- fastSplit(char) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Splits the underlying string into the segments that are delimited by the given character.
- fetchAndStoreABunchOfUrlsWithHttpAndCurl(Seq<String>) - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- fetchAndStoreABunchOfUrlsWithHttpAndCurl(Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- fetchServerVersion1() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- fetchServerVersion1() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- fetchServerVersion2() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- fetchServerVersion2() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- fgh() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- field(String) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm
-
- Field$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$
-
- fieldDef(Function1<A, Directive<B>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- FieldDef$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- FieldMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet$
-
Deprecated.
- fieldName() - Method in interface org.apache.pekko.http.javadsl.server.MalformedFormFieldRejection
-
- fieldName() - Method in interface org.apache.pekko.http.javadsl.server.MissingFormFieldRejection
-
- fieldName() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- fieldName() - Method in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- fieldName() - Method in class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection
-
- fieldNames() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.FieldNamesDirective
-
- fieldNames() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minuscache
-
- FieldNamesDirective() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.FieldNamesDirective
-
- fieldOfForm(String, Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- fields() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm
-
- fields() - Method in class org.apache.pekko.http.scaladsl.model.FormData
-
- FieldSpec$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- FieldUnmarshaller$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller$
-
- FileAndResourceDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
Directives that load files and resources.
- FileAndResourceDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
- FileAndResourceDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives$
-
- FileAndResourceDirectives.DirectoryRenderer - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives.DirectoryRenderer$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives.LowLevelDirectoryRenderer - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives.ResourceFile - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileAndResourceDirectives.ResourceFile$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileData(Option<String>, HttpEntity.Strict) - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.FileData
-
- FileData$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.FileData$
-
- fileExtensions() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- fileExtensions() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- fileExtensions() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset
-
- fileExtensions() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- fileGetConditional() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- fileGetConditional() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- FileInfo - Class in org.apache.pekko.http.javadsl.server.directives
-
Additional metadata about the file being uploaded/that was uploaded using the
FileUploadDirectives
- FileInfo() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FileInfo
-
- FileInfo - Class in org.apache.pekko.http.scaladsl.server.directives
-
Additional metadata about the file being uploaded/that was uploaded using the
FileUploadDirectives
param: fieldName Name of the form field the file was uploaded in
param: fileName User specified name of the uploaded file
param: contentType Content type of the file
- FileInfo(String, String, ContentType) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- FileInfo$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileInfo$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileInfo$
-
- fileIODispatcher() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- fileIODispatcher() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- filename() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.FileData
-
- filename() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
The value of the
filename
Content-Disposition parameter, if available.
- fileName() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- files() - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- fileUpload(String, BiFunction<FileInfo, Source<ByteString, Object>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- fileUpload(String, BiFunction<FileInfo, Source<ByteString, Object>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives
-
Collects each body part that is a multipart file as a tuple containing metadata and a
Source
for streaming the file contents somewhere.
- fileUpload(String, BiFunction<FileInfo, Source<ByteString, Object>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- fileUpload(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives
-
Collects each body part that is a multipart file as a tuple containing metadata and a
Source
for streaming the file contents somewhere.
- fileUploadAll(String, Function<List<Map.Entry<FileInfo, Source<ByteString, Object>>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- fileUploadAll(String, Function<List<Map.Entry<FileInfo, Source<ByteString, Object>>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives
-
Collects each body part that is a multipart file as a tuple containing metadata and a
Source
for streaming the file contents somewhere.
- fileUploadAll(String, Function<List<Map.Entry<FileInfo, Source<ByteString, Object>>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- fileUploadAll(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives
-
Collects each body part that is a multipart file as a tuple containing metadata and a
Source
for streaming the file contents somewhere.
- FileUploadDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- FileUploadDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives
-
- FileUploadDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FileUploadDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FileUploadDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives$
-
- fillInStackTrace() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- fillInStackTrace() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- fillInStackTrace() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- fillInStackTrace() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- filter(Function1<T, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- filter(Function1<T, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- filter(String, Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- filter(Function1<A, Object>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- fin() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- FIN_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- FIN_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- find(ByteString, ByteString, boolean) - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- findCookie(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
- findNioCharset(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset$
-
- findNioCharset(String) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- findString(String, String, boolean) - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- findWithRegex(ByteString, ByteString) - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- finish() - Method in class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
Closes this compressed stream and return the remaining compressed data.
- finish() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- finish() - Method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- finish() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- finishWithBuffer(byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- finishWithBuffer(byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- first - Static variable in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- first() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
- first() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
- first() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- first() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- First$() - Constructor for class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer.First$
-
- First$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.First$
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
- firstOf(Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>, Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
- firstOf(Seq<Unmarshaller<A, B>>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
Helper for creating a "super-unmarshaller" from a sequence of "sub-unmarshallers", which are tried
in the given order.
- firstSession() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- firstSession() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- flags() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent
-
- Flags$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- FLAGS_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- FLAGS_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- flatMap(Function<B, CompletionStage<C>>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- flatMap(Unmarshaller<? super B, C>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- flatMap(Function1<T, Directive<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- flatMap(Function1<T, Directive<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- flatMap(Function1<L, Option<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- flatMap(Function1<L, Option<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matching
-
- flatMap(Function1<T, Option<R>>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.PathMatcher1Ops
-
- flatMap(Function1<Nothing$, Option<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
- flatMap(Function1<ExecutionContext, Function1<Materializer, Function1<B, Future<C>>>>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- flatMap(Function1<A, Future<B>>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- flatMapWithInput(Function2<A, B, Future<C>>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller
-
- FLOAT - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Float in decimal notation.
- floatFormat() - Method in class org.apache.pekko.http.impl.util.Rendering$
-
- floatFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- floatFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- floatFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- floatFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- floatFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- flow(long) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer$
-
- flow() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer$
-
- flow() - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
A flow representing the incoming requests and outgoing responses for this connection.
- flow(ActorSystem, Materializer) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- flow(ActorSystem, Materializer) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
- flow(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
- flow() - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
- flow() - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
- flow() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
- FLOW_CONTROL_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.FLOW_CONTROL_ERROR$
-
- flowController() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- flowMapping(JavaMapping<JIn, SIn>, JavaMapping<JOut, SOut>, JavaMapping<JM, SM>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- flowTestBench(Flow<Tuple2<HttpRequest, T>, Tuple2<Try<HttpResponse>, T>, Mat>) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- flush() - Method in class org.apache.pekko.http.scaladsl.coding.Compressor
-
Deprecated.
Flushes any output data and returns the currently remaining compressed data.
- flush() - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- flush() - Method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- flush() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- flushWithBuffer(byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateCompressor
-
Deprecated.
- flushWithBuffer(byte[]) - Method in class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- fm() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- fm() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- Fold$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$.Fold$
-
- foldLeft(In, BinaryPolyFunc, TupleOps.FoldLeft<In, T, ? extends BinaryPolyFunc>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
Left-Folds over the tuple using the given binary poly-function.
- FoldLeft$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps.FoldLeft$
-
- font(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- font(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- FONT_WOFF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- FONT_WOFF_2 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- forAnyRef() - Method in class org.apache.pekko.http.scaladsl.server.util.LowerPriorityTupler
-
- FORBIDDEN - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Forbidden() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Forbidden() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- ForceClose$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.ForceClose$
-
- forClient(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- forClient(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- forClient(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
- forClient(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- forCode(byte) - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$
-
- forContentTypes(Seq<ContentTypeRange>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller
-
Modifies the underlying
Unmarshaller
to only accept Content-Types matching one of the given ranges.
- foreach(Function1<A, BoxedUnit>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- forEntity() - Method in class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
- forExtension(String) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes$
-
- forExtension(String) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- forExtensionOption(String) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes$
-
- forExtensionOption(String) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- forHeadersAndEntity() - Method in class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
- forHost(String) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
This checks to see if there's a matching host override.
- forKey(Sec$minusWebSocket$minusKey) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept$
-
Generates the matching accept header for this key
- forKey(Sec$minusWebSocket$minusKey) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
Generates the matching accept header for this key
- form$minusdata$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.form$minusdata$
-
- FORM_DATA - Static variable in class org.apache.pekko.http.javadsl.model.headers.ContentDispositionTypes
-
- format(String, Seq<Object>) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- format(boolean) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- format() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.ContentType
-
- format() - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType
-
- format() - Method in interface org.apache.pekko.http.scaladsl.server.ContentNegotiator.Alternative
-
- formatPretty() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- formatRawTrie() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Returns a string representation of the raw trie data.
- formatSizes() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Returns a string representation of the trie structure size.
- formatTrie() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Renders the trie structure into an ASCII representation.
- FormData - Class in org.apache.pekko.http.javadsl.model
-
Simple model for `application/x-www-form-urlencoded` form data.
- FormData(Query) - Constructor for class org.apache.pekko.http.javadsl.model.FormData
-
- FormData - Class in org.apache.pekko.http.scaladsl.model
-
Simple model for
application/x-www-form-urlencoded
form data.
- FormData(Uri.Query) - Constructor for class org.apache.pekko.http.scaladsl.model.FormData
-
- FormData() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
- FormData$ - Class in org.apache.pekko.http.scaladsl.model
-
- FormData$() - Constructor for class org.apache.pekko.http.scaladsl.model.FormData$
-
- FormData$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
- FormDataMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- FormDataMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- FormDataMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- FormDataMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- formDataToEntity() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- formDataToEntity() - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- forMediaType(MediaType, Unmarshaller<HttpEntity, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- forMediaType(MediaType, Unmarshaller<HttpEntity, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- forMediaTypes(Iterable<MediaType>, Unmarshaller<HttpEntity, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- forMediaTypes(Iterable<MediaType>, Unmarshaller<HttpEntity, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- forMessageFromFullShow(Function1<T, LogEntry>) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forMessageFromFullShow(Function1<T, LogEntry>) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forMessageFromMarker(String) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forMessageFromMarker(String) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forMessageFromMarkerAndLevel(Tuple2<String, Logging.LogLevel>) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forMessageFromMarkerAndLevel(Tuple2<String, Logging.LogLevel>) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forMessageFromShow(Function1<T, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forMessageFromShow(Function1<T, String>) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- formField(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formField(Unmarshaller<String, T>, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formField(String, Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formField(Unmarshaller<String, T>, String, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formField(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formField(Unmarshaller<String, T>, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formField(FormFieldDirectives.FieldMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
-
Deprecated.
Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- formField(FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formField(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- FormFieldDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- FormFieldDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- FormFieldDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FormFieldDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FormFieldDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives$
-
- FormFieldDirectives.FieldDef<T> - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `formFields` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- FormFieldDirectives.FieldDef$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `formFields` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
- FormFieldDirectives.FieldMagnet - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- FormFieldDirectives.FieldMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- FormFieldDirectives.FieldSpec - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FormFieldDirectives.FieldSpec$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FormFieldDirectives.Impl$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FormFieldDirectivesInstances - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- formFieldList(String, Function<List<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formFieldList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formFieldList(Function<List<Map.Entry<String, String>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Map.Entry>
.
- formFieldList(String, Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldList(Function<List<Map.Entry<String, String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldList(String, Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldList(Function<List<Map.Entry<String, String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldMap(Function<Map<String, String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Map
.
- formFieldMap(Function<Map<String, String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldMap(Function<Map<String, String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldMap() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Map[String, String]
.
- formFieldMultiMap(Function<Map<String, List<String>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Map>
.
- formFieldMultiMap(Function<Map<String, List<String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldMultiMap(Function<Map<String, List<String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldMultiMap() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Map[String, List[String}
.
- formFieldOptional(String, Function<Optional<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formFieldOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FormFieldDirectives
-
- formFieldOptional(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- formFieldOptional(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFieldOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- formFields(FormFieldDirectives.FieldMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
-
Deprecated.
Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- formFields(FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFields(FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
-
Extracts query parameter values from the request.
- formFieldSeq() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
-
Extracts HTTP form fields from the request as a
Seq[(String, String)]
.
- forNDR(Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNDR(NameDefaultReceptacle<T>, Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNDR(Unmarshaller<Option<String>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNDR(NameDefaultReceptacle<T>, Unmarshaller<Option<String>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forNDUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNDUR(NameDefaultUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNDUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNDUR(NameDefaultUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forNOR(Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNOR(NameOptionReceptacle<T>, Unmarshaller<Option<StrictForm.Field>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNOR(Unmarshaller<Option<String>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNOR(NameOptionReceptacle<T>, Unmarshaller<Option<String>, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forNothing() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forNOUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNOUR(NameOptionUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNOUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNOUR(NameOptionUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forNR(Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNR(NameReceptacle<T>, Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNR(Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNR(NameReceptacle<T>, Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forNUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forNUR(NameUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forNUR() - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forNUR(NameUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forRepVDR() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forRepVDR(RepeatedValueUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forRepVDR() - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forRepVR(Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forRepVR(RepeatedValueReceptacle<T>, Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forRepVR(Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forRepVR(RepeatedValueReceptacle<T>, Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forRepVUR(RepeatedValueUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forRequest() - Method in class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
- forRequestResponseFromFullShow(Function1<HttpRequest, Function1<RouteResult, Option<LogEntry>>>) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forRequestResponseFromFullShow(Function1<HttpRequest, Function1<RouteResult, Option<LogEntry>>>) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forRequestResponseFromMarker(String) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forRequestResponseFromMarker(String) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forRequestResponseFromMarkerAndLevel(Tuple2<String, Logging.LogLevel>) - Method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- forRequestResponseFromMarkerAndLevel(Tuple2<String, Logging.LogLevel>) - Static method in class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- forResponse() - Method in class org.apache.pekko.http.scaladsl.marshalling.ContentTypeOverrider$
-
- forRVDR() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forRVDR(RequiredValueUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forRVDR() - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forRVR(Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forRVR(RequiredValueReceptacle<T>, Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forRVR(Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forRVR(RequiredValueReceptacle<T>, Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forRVUR(RequiredValueUnmarshallerReceptacle<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forServer(Config) - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl$
-
- forServer(Config) - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- forServer(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- forServer(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- forServer(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
- forServer(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- forString() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forString(String) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forString(Unmarshaller<String, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forString(String, Unmarshaller<String, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forSymbol() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forSymbol(Symbol) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec$
-
- forSymbol(Unmarshaller<String, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forSymbol(Symbol, Unmarshaller<String, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- forTuple(TupleOps.FoldLeft<Directive<BoxedUnit>, T, org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef.ConvertFieldDefAndConcatenate$>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$
-
Deprecated.
- forTuple(TupleOps.FoldLeft<Directive<BoxedUnit>, T, org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef.ConvertParamDefAndConcatenate$>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- forTuple(Tuple<T>) - Method in class org.apache.pekko.http.scaladsl.server.util.Tupler$
-
- forTuple1() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple10() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple11() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple12() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple13() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple14() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple15() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple16() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple17() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple18() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple19() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple2() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple20() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple21() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple22() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple3() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple4() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple5() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple6() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple7() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple8() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forTuple9() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- forUnit() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- FOUND - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Found() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Found() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- fragment() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- fragment(Optional<String>) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- fragment(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- fragment() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- fragment() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the fragment part of this Uri.
- fragment(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new fragment.
- fragment(Optional<String>) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new optional fragment.
- fragment() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- frame() - Method in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrame
-
- frame() - Method in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer
-
- frame() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.DirectAnswer
-
- frame(Protocol.Opcode, ByteString, boolean, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- frame(Protocol.Opcode, ByteString, boolean, boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- FRAME_SIZE_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$
-
- FrameData - Class in org.apache.pekko.http.impl.engine.ws
-
Frame data that was received after the start of the frame..
- FrameData(ByteString, boolean) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameData
-
- FrameData$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameData$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameData$
-
- FramedEntityStreamingDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
EXPERIMENTAL API
- FramedEntityStreamingDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- FramedEntityStreamingDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Allows the
MarshallingDirectives.entity
directive to extract a pekko.stream.scaladsl.Source
of elements.
- FramedEntityStreamingDirectives$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- FramedEntityStreamingDirectives$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives$
-
- FrameError - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameError(ProtocolException) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameError
-
- FrameError$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameError$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameError$
-
- FrameEvent - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- FrameEvent - Interface in org.apache.pekko.http.impl.engine.ws
-
The low-level WebSocket framing model.
- FrameEvent$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- FrameEvent$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent$
-
- FrameEvent$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameEvent$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
- FrameEvent.ContinuationFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.ContinuationFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.DataFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.DataFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.GoAwayFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.GoAwayFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.HeadersFrame - Class in org.apache.pekko.http.impl.engine.http2
-
Representation of the wire-level HEADERS frame.
- FrameEvent.HeadersFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.ParsedHeadersFrame - Class in org.apache.pekko.http.impl.engine.http2
-
Convenience (logical) representation of a parsed HEADERS frame with zero, one or
many CONTINUATIONS Frames into a single, decompressed object.
- FrameEvent.ParsedHeadersFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PingFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PingFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PriorityFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PriorityFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PushPromiseFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.PushPromiseFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.RstStreamFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.RstStreamFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.Setting - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.Setting$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.SettingsAckFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.SettingsAckFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.SettingsFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.SettingsFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.StreamFrameEvent - Interface in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.UnknownFrameEvent - Class in org.apache.pekko.http.impl.engine.http2
-
Dummy event for all unknown frames
- FrameEvent.UnknownFrameEvent$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.WindowUpdateFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEvent.WindowUpdateFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- FrameEventOrError - Interface in org.apache.pekko.http.impl.engine.ws
-
- FrameEventParser - Class in org.apache.pekko.http.impl.engine.ws
-
Streaming parser for the WebSocket framing protocol as defined in RFC6455
http://tools.ietf.org/html/rfc6455
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-------+-+-------------+-------------------------------+
|F|R|R|R| opcode|M| Payload len | Extended payload length |
|I|S|S|S| (4) |A| (7) | (16/64) |
|N|V|V|V| |S| | (if payload len==126/127) |
| |1|2|3| |K| | |
+-+-+-+-+-------+-+-------------+ - - - - - - - - - - - - - - - +
| Extended payload length continued, if payload len == 127 |
+ - - - - - - - - - - - - - - - +-------------------------------+
| |Masking-key, if MASK set to 1 |
+-------------------------------+-------------------------------+
| Masking-key (continued) | Payload Data |
+-------------------------------- - - - - - - - - - - - - - - - +
: Payload Data continued
- FrameEventParser() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- FrameEventParser$ - Class in org.apache.pekko.http.impl.engine.ws
-
Streaming parser for the WebSocket framing protocol as defined in RFC6455
http://tools.ietf.org/html/rfc6455
0 1 2 3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-------+-+-------------+-------------------------------+
|F|R|R|R| opcode|M| Payload len | Extended payload length |
|I|S|S|S| (4) |A| (7) | (16/64) |
|N|V|V|V| |S| | (if payload len==126/127) |
| |1|2|3| |K| | |
+-+-+-+-+-------+-+-------------+ - - - - - - - - - - - - - - - +
| Extended payload length continued, if payload len == 127 |
+ - - - - - - - - - - - - - - - +-------------------------------+
| |Masking-key, if MASK set to 1 |
+-------------------------------+-------------------------------+
| Masking-key (continued) | Payload Data |
+-------------------------------- - - - - - - - - - - - - - - - +
: Payload Data continued
- FrameEventParser$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- FrameEventRenderer - Class in org.apache.pekko.http.impl.engine.ws
-
Renders FrameEvents to ByteString.
- FrameEventRenderer() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameEventRenderer
-
- FrameHandler - Class in org.apache.pekko.http.impl.engine.ws
-
The frame handler validates frames, multiplexes data to the user handler or to the bypass and
UTF-8 decodes text frames.
- FrameHandler() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler
-
- FrameHandler$ - Class in org.apache.pekko.http.impl.engine.ws
-
The frame handler validates frames, multiplexes data to the user handler or to the bypass and
UTF-8 decodes text frames.
- FrameHandler$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler$
-
- FrameHandler.ActivelyCloseWithCode - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.ActivelyCloseWithCode$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.BinaryMessagePart - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.BinaryMessagePart$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.BypassEvent - Interface in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.DirectAnswer - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.DirectAnswer$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.MessageDataPart - Interface in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.MessageEnd$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.MessagePart - Interface in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.Output - Interface in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.PeerClosed - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.PeerClosed$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.TextMessagePart - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.TextMessagePart$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.UserHandlerCompleted$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.UserHandlerErredOut - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHandler.UserHandlerErredOut$ - Class in org.apache.pekko.http.impl.engine.ws
-
- frameHandling(boolean, FiniteDuration, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
The layer that implements all low-level frame handling, like handling control frames, collecting messages
from frames, decoding text messages, close handling, etc.
- frameHandling(boolean, FiniteDuration, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
The layer that implements all low-level frame handling, like handling control frames, collecting messages
from frames, decoding text messages, close handling, etc.
- FrameHeader - Class in org.apache.pekko.http.impl.engine.ws
-
Model of the frame header
- FrameHeader(Protocol.Opcode, Option<Object>, long, boolean, boolean, boolean, boolean) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- frameHeader(Protocol.Opcode, long, boolean, Option<Object>, boolean, boolean, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- frameHeader(Protocol.Opcode, long, boolean, Option<Object>, boolean, boolean, boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- FrameHeader$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameHeader$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHeader$
-
- frameIn() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- FrameLogger - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- FrameLogger() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameLogger
-
- FrameLogger - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- FrameLogger() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameLogger
-
- FrameLogger$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- FrameLogger$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
- FrameLogger$ - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- FrameLogger$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
- frameOut() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- frameOutFinished() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
Called by the multiplexer before canceling the stage on outlet cancellation
- FrameOutHandler - Class in org.apache.pekko.http.impl.engine.ws
-
Implements the transport connection close handling at the end of the pipeline.
- FrameOutHandler(boolean, FiniteDuration, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- FrameOutHandler$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameOutHandler$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameOutHandler$
-
- FrameRenderer - Class in org.apache.pekko.http.impl.engine.http2.framing
-
INTERNAL API
- FrameRenderer() - Constructor for class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer
-
- FrameRenderer$ - Class in org.apache.pekko.http.impl.engine.http2.framing
-
INTERNAL API
- FrameRenderer$() - Constructor for class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer$
-
- FrameStart - Class in org.apache.pekko.http.impl.engine.ws
-
Starts a frame.
- FrameStart(FrameHeader, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- FrameStart$ - Class in org.apache.pekko.http.impl.engine.ws
-
- FrameStart$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameStart$
-
- FrameType(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType
-
- FrameType$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$
-
- frameTypeAliasToFrameTypeName(String) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- frameTypeAliasToFrameTypeName(String) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- frameTypeName() - Method in interface org.apache.pekko.http.impl.engine.http2.FrameEvent
-
- frameTypeThrottleBurst() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- frameTypeThrottleBurst() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- frameTypeThrottleCost() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- frameTypeThrottleCost() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- frameTypeThrottleFrameTypes() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- frameTypeThrottleFrameTypes() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- frameTypeThrottleInterval() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- frameTypeThrottleInterval() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- framing(LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- framing(LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- framing() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
The lowest layer that implements the binary protocol
- framing() - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
The lowest layer that implements the binary protocol
- framingClient(LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- framingClient(LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- framingDecoder() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- framingDecoder() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Read-side, decode incoming framed entity.
- framingDecoder() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- framingDecoder() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- framingRenderer() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- framingRenderer() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Write-side, apply framing to outgoing entity stream.
- framingRenderer() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- framingRenderer() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- FramingSpec - Class in org.apache.pekko.http.impl.engine.ws
-
- FramingSpec() - Constructor for class org.apache.pekko.http.impl.engine.ws.FramingSpec
-
- from(HttpHeader) - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
Transforms an
HttpHeader
to this ModeledCustomHeader
if the name and value are
correct.
- from(String, String, String, int, String, Option<String>, Option<String>, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Creates a new Uri instance from the given components.
- from(String, String, String, int, String, Option<String>, Option<String>, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Creates a new Uri instance from the given components.
- from(FormFieldDirectives.FieldDef<P>, TupleOps.Join<TA, TB>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$.ConvertFieldDefAndConcatenate$
-
Deprecated.
- from(ParameterDirectives.ParamDef<P>, TupleOps.Join<TA, TB>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$.ConvertParamDefAndConcatenate$
-
Deprecated.
- fromActorContext(ActorContext) - Method in class org.apache.pekko.http.scaladsl.server.RoutingLog$
-
- fromActorSystem(ActorSystem) - Method in class org.apache.pekko.http.scaladsl.server.LowerPriorityRoutingLogImplicits
-
- fromBoth(Unmarshaller<String, T>, Unmarshaller<HttpEntity, T>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller$
-
- fromChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.HexIntNumber$
-
- fromChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.HexLongNumber$
-
- fromChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.IntNumber$
-
- fromChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.LongNumber$
-
- fromChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- fromClass(Class<T>) - Method in class org.apache.pekko.http.scaladsl.server.util.ClassMagnet$
-
- fromClassForModeledCustomHeader(Class<T>, ModeledCustomHeaderCompanion<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
- fromClassNormalHeader(Class<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits
-
- fromClassNormalJavaHeader(Class<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits
-
- fromClassTagForModeledCustomHeader(ClassTag<T>, ModeledCustomHeaderCompanion<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
- fromClassTagNormalHeader(ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits
-
- fromCompanionForModeledCustomHeader(ModeledCustomHeaderCompanion<T>, ClassTag<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
If possible we want to apply the special logic for
ModeledCustomHeader
to extract custom headers by type,
otherwise the default fromCompanion
is good enough (for headers that the parser emits in the right type already).
- fromCompanionNormalHeader(ModeledCompanion<T>, ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits
-
- fromCompoundString(String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo$
-
Allows constructing an
ErrorInfo
from a single string.
- fromCompoundString(String) - Static method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
Allows constructing an
ErrorInfo
from a single string.
- fromData(ContentType, Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked$
-
Returns a
Chunked
entity where one Chunk is produced for every non-empty ByteString produced by the given
Source
.
- fromDecimalChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- fromDirective(Directive<R>, TupleOps.Join<L, R>) - Method in class org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$
-
- fromDirectives(Seq<StrictTransportSecurityDirective>) - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity$
-
- fromDirectives(Seq<StrictTransportSecurityDirective>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- fromEntityStreamingSupportAndByteStringMarshaller(ClassTag<T>, EntityStreamingSupport, Marshaller<T, ByteString>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromEntityStreamingSupportAndByteStringMarshaller(ClassTag<T>, EntityStreamingSupport, Marshaller<T, ByteString>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromEntityStreamingSupportAndByteStringSourceMarshaller(EntityStreamingSupport, Marshaller<T, Source<ByteString, ?>>, ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
-
- fromEntityStreamingSupportAndByteStringSourceMarshaller(EntityStreamingSupport, Marshaller<T, Source<ByteString, ?>>, ClassTag<T>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport, Marshaller<T, RequestEntity>, ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
-
- fromEntityStreamingSupportAndEntityMarshaller(EntityStreamingSupport, Marshaller<T, RequestEntity>, ClassTag<T>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromEventsStream(ActorSystem) - Method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(ServerSentEventSettings) - Method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(ServerSentEventSettings) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(ActorSystem) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(ServerSentEventSettings) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
Lets an
HttpEntity
with a text/event-stream
media type be unmarshalled to a source of ServerSentEvent
s.
- fromEventsStream(int, int, boolean) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
- fromEventStream() - Method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Deprecated.
Binary compatibility method. Invocations should have an implicit ActorSystem in scope to provide access to configuration. Since Akka HTTP 10.1.8.
- fromEventStream() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling
-
Deprecated.
Binary compatibility method. Invocations should have an implicit ActorSystem in scope to provide access to configuration. Since Akka HTTP 10.1.8.
- fromEventStream() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling$
-
Deprecated.
Binary compatibility method. Invocations should have an implicit ActorSystem in scope to provide access to configuration. Since Akka HTTP 10.1.8.
- fromEventStream() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling
-
Deprecated.
Binary compatibility method. Invocations should have an implicit ActorSystem in scope to provide access to configuration. Since Akka HTTP 10.1.8.
- fromFEU(Unmarshaller<HttpEntity, T>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.LowPrioImplicits
-
- fromFile(ContentType, File, int) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
Returns either the empty entity, if the given file is empty, or a
HttpEntity.Default
entity
consisting of a stream of pekko.util.ByteString
instances each containing chunkSize
bytes
(except for the final ByteString, which simply contains the remaining bytes).
- fromFile(String, ContentType, File, int) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
Creates a BodyPart backed by a File that will be streamed using a FileSource.
- fromFile(String, ContentType, File, int) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
Creates a FormData instance that contains a single part backed by the given file.
- fromFSU(Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.LowPrioImplicits
-
- fromHexChar(char) - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
- fromIsoDateTimeString(String) - Static method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a new DateTime instance parsed from IsoDateTimeString as Some(dateTime).
- fromIsoDateTimeString(String) - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Creates a new DateTime instance from the given String,
if it adheres to the format
yyyy-mm-ddThh:mm:ss[.SSSZ]
.
- fromIsoDateTimeString(String) - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
Creates a new DateTime instance from the given String,
if it adheres to the format
yyyy-mm-ddThh:mm:ss[.SSSZ]
.
- fromJava(ResponseEntity, JavaMapping<ResponseEntity, ResponseEntity>) - Method in class org.apache.pekko.http.scaladsl.model.ResponseEntity$
-
- fromJavaMapping(JavaMapping<J, ?>) - Method in class org.apache.pekko.http.impl.util.J2SMapping$
-
- fromJavaSeqMapping(J2SMapping<J>) - Method in class org.apache.pekko.http.impl.util.J2SMapping$
-
- fromMethodAndUriAndHeadersAndValue(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromMethodAndUriAndHeadersAndValue(Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers
-
- fromMethodAndUriAndValue(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromMethodAndUriAndValue(Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers
-
- fromNet() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- fromOffset(long) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange$
-
- fromOffset(long) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
- FromOffset(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
-
- FromOffset$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset$
-
- fromOutlet(Outlet<T>) - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutletSupport
-
- fromPair(HttpCookiePair, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
Deprecated.
Use HttpCookiePair.toCookie and withXxx methods instead. Since Akka HTTP 10.2.0.
- fromPair(HttpCookiePair, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Deprecated.
Use HttpCookiePair.toCookie and withXxx methods instead. Since Akka HTTP 10.2.0.
- FromPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict) - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromPart
-
- FromPart$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromPart$
-
- fromPath(ContentType, Path, int) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
Returns either the empty entity, if the given file is empty, or a
HttpEntity.Default
entity
consisting of a stream of pekko.util.ByteString
instances each containing chunkSize
bytes
(except for the final ByteString, which simply contains the remaining bytes).
- fromPath(String, ContentType, Path, int) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
Creates a BodyPart backed by a file that will be streamed using a FileSource.
- fromPath(String, ContentType, Path, int) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$
-
Creates a FormData instance that contains a single part backed by the given file.
- fromRequest() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- fromRequest() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromRequest() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers$
-
- fromRequest() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers
-
- fromResponse() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- fromResponse() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromResponse() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers$
-
- fromResponse() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromRouteGenerator(Function1<T, R>) - Method in class org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$
-
- fromScala(ClientTransport) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
- fromScala(ClientTransport) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
- fromScala(Marshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- fromScala(Marshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- fromScala(Unmarshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- fromScala(Unmarshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- fromScala0(PathMatcher<BoxedUnit>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala0(PathMatcher<BoxedUnit>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala1(PathMatcher<Tuple1<T1>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala1(PathMatcher<Tuple1<T1>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala10(PathMatcher<Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala10(PathMatcher<Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala11(PathMatcher<Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala11(PathMatcher<Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala12(PathMatcher<Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala12(PathMatcher<Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala13(PathMatcher<Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala13(PathMatcher<Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala14(PathMatcher<Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala14(PathMatcher<Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala15(PathMatcher<Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala15(PathMatcher<Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala16(PathMatcher<Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala16(PathMatcher<Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala17(PathMatcher<Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala17(PathMatcher<Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala18(PathMatcher<Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala18(PathMatcher<Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala19(PathMatcher<Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala19(PathMatcher<Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala2(PathMatcher<Tuple2<T1, T2>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala2(PathMatcher<Tuple2<T1, T2>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala20(PathMatcher<Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala20(PathMatcher<Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala21(PathMatcher<Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala21(PathMatcher<Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala22(PathMatcher<Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala22(PathMatcher<Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala3(PathMatcher<Tuple3<T1, T2, T3>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala3(PathMatcher<Tuple3<T1, T2, T3>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala4(PathMatcher<Tuple4<T1, T2, T3, T4>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala4(PathMatcher<Tuple4<T1, T2, T3, T4>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala5(PathMatcher<Tuple5<T1, T2, T3, T4, T5>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala5(PathMatcher<Tuple5<T1, T2, T3, T4, T5>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala6(PathMatcher<Tuple6<T1, T2, T3, T4, T5, T6>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala6(PathMatcher<Tuple6<T1, T2, T3, T4, T5, T6>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala7(PathMatcher<Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala7(PathMatcher<Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala8(PathMatcher<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala8(PathMatcher<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScala9(PathMatcher<Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScala9(PathMatcher<Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaMapping(JavaMapping<?, S>) - Method in class org.apache.pekko.http.impl.util.S2JMapping$
-
- fromScalaTwoMoreThan1(PathMatcher<Tuple3<A, B, T1>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan1(PathMatcher<Tuple3<A, B, T1>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan10(PathMatcher<Tuple12<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan10(PathMatcher<Tuple12<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan11(PathMatcher<Tuple13<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan11(PathMatcher<Tuple13<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan12(PathMatcher<Tuple14<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan12(PathMatcher<Tuple14<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan13(PathMatcher<Tuple15<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan13(PathMatcher<Tuple15<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan14(PathMatcher<Tuple16<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan14(PathMatcher<Tuple16<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan15(PathMatcher<Tuple17<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan15(PathMatcher<Tuple17<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan16(PathMatcher<Tuple18<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan16(PathMatcher<Tuple18<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan17(PathMatcher<Tuple19<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan17(PathMatcher<Tuple19<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan18(PathMatcher<Tuple20<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan18(PathMatcher<Tuple20<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan19(PathMatcher<Tuple21<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan19(PathMatcher<Tuple21<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan2(PathMatcher<Tuple4<A, B, T1, T2>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan2(PathMatcher<Tuple4<A, B, T1, T2>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan20(PathMatcher<Tuple22<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan20(PathMatcher<Tuple22<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan3(PathMatcher<Tuple5<A, B, T1, T2, T3>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan3(PathMatcher<Tuple5<A, B, T1, T2, T3>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan4(PathMatcher<Tuple6<A, B, T1, T2, T3, T4>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan4(PathMatcher<Tuple6<A, B, T1, T2, T3, T4>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan5(PathMatcher<Tuple7<A, B, T1, T2, T3, T4, T5>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan5(PathMatcher<Tuple7<A, B, T1, T2, T3, T4, T5>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan6(PathMatcher<Tuple8<A, B, T1, T2, T3, T4, T5, T6>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan6(PathMatcher<Tuple8<A, B, T1, T2, T3, T4, T5, T6>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan7(PathMatcher<Tuple9<A, B, T1, T2, T3, T4, T5, T6, T7>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan7(PathMatcher<Tuple9<A, B, T1, T2, T3, T4, T5, T6, T7>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan8(PathMatcher<Tuple10<A, B, T1, T2, T3, T4, T5, T6, T7, T8>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan8(PathMatcher<Tuple10<A, B, T1, T2, T3, T4, T5, T6, T7, T8>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromScalaTwoMoreThan9(PathMatcher<Tuple11<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
INTERNAL API
- fromScalaTwoMoreThan9(PathMatcher<Tuple11<A, B, T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Static method in class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
INTERNAL API
- fromSpecific(IterableOnce<Tuple2<String, String>>) - Method in interface org.apache.pekko.http.ccompat.QuerySeqOptimized
-
- fromStandardRoute(StandardRoute) - Method in class org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$
-
- fromStatusCode() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- fromStatusCode() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromStatusCode() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers$
-
- fromStatusCode() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
Creates a response for a status code.
- fromStatusCodeAndHeaders() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- fromStatusCodeAndHeaders() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromStatusCodeAndHeaders() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers$
-
- fromStatusCodeAndHeaders() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
Creates a response from status code and headers.
- fromStatusCodeAndHeadersAndValue(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromStatusCodeAndHeadersAndValue(Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromStatusCodeAndValue(Function1<S, StatusCode>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromStatusCodeAndValue(Function1<S, StatusCode>, Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromStatusCodeConvertibleAndHeadersAndT(Function1<S, StatusCode>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromStatusCodeConvertibleAndHeadersAndT(Function1<S, StatusCode>, Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromString(String) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$
-
- FromString(String) - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromString
-
- FromString$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromString$
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.impl.util.SocketOptionSettings$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.impl.util.SocketOptionSettings
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl$
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl$
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- fromSubConfig(Config, Config) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings$
-
- fromSubConfig(Config, Config) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- fromSubSourceOutlet(GraphStageLogic.SubSourceOutlet<T>) - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutletSupport
-
- fromTargetUri(Uri) - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest$
-
- fromTargetUri(Uri) - Static method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- fromTargetUriString(String) - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest$
-
- fromTargetUriString(String) - Static method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- fromToEntityMarshaller(StatusCode, Seq<HttpHeader>, Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromToEntityMarshaller(StatusCode, Seq<HttpHeader>, Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers
-
- fromToEntityMarshaller$default$1() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromToEntityMarshaller$default$2() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromUnit(BoxedUnit, ClassTag<T>) - Method in class org.apache.pekko.http.scaladsl.server.util.ClassMagnet$
-
- fromUnitForModeledCustomHeader(BoxedUnit, ClassTag<T>, ModeledCustomHeaderCompanion<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
Deprecated.
Pass the companion object to headerValueByType as a parameter instead, e.g. `headerValueByType(Origin)` instead of `headerValueByType[Origin](())`. Since Akka HTTP 10.2.0.
- fromUnitNormalHeader(BoxedUnit, ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits
-
Deprecated.
Pass the companion object to headerValueByType as a parameter instead, e.g. `headerValueByType(Origin)` instead of `headerValueByType[Origin](())`. Since Akka HTTP 10.2.0.
- fromUri() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- fromUri() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers
-
- fromUser() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- fromWrapped() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- Full$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Full$
-
- fullFrame(Protocol.Opcode, Option<Object>, ByteString, boolean, boolean, boolean, boolean) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEvent$
-
- fullyMatch() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- fullyMatch() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- fullyMatch() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- fullyMatch() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- function(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
- functionConstructor() - Method in class org.apache.pekko.http.impl.util.ExposeAttributes
-
- future() - 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).
- future() - Method in class org.apache.pekko.http.javadsl.model.ResponseFuture
-
- future() - 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).
- future() - 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).
- future() - Method in class org.apache.pekko.http.scaladsl.util.FastFuture.EnhancedFuture
-
- future() - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- FutureDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- FutureDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
- FutureDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- FutureDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- FutureDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FutureDirectives$
-
- futureMapping(JavaMapping<_J, _S>, ExecutionContext) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- futureMarshaller(Marshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
-
- futureMarshaller(Marshaller<A, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- FWS() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
G
- GATEWAY_TIMEOUT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- GatewayTimeout() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- GatewayTimeout() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- General() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General
-
- General$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$
-
- generatorDrivenConfig() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- generatorDrivenConfig() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- GenericHttpCredentials - Class in org.apache.pekko.http.scaladsl.model.headers
-
- GenericHttpCredentials(String, String, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- GenericHttpCredentials$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- GenericHttpCredentials$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials$
-
- GenericMarshallers - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- GenericMarshallers$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- GenericMarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers$
-
- GenericOutlet<T> - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- GenericOutletSupport - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- genericSeqRenderer(S, S, Renderer<S>, Renderer<T>) - Method in class org.apache.pekko.http.impl.util.Renderer$
-
- GenericUnmarshallers - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
- get(K) - Method in class org.apache.pekko.http.caching.LfuCache
-
- get(K, Function0<V>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns either the cached Future for the given key or the given value as a Future
- get(K) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Retrieves the future instance that is currently in the cache for the given key.
- get(SharedKillSwitch) - Method in interface org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.ClientServerImplementation
-
Returns a client / server implementation that include the kill switch flow in the middle
- get(SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$
-
- get(SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- get(SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
-
- get(SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- get(SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- get(SharedKillSwitch) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- get(SharedKillSwitch) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
-
- get(Object) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser
-
- get(ActorSystem) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- get(ActorSystem) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- get(String) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- get() - Method in class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- get() - Method in class org.apache.pekko.http.impl.util.ByteStringRendering
-
- get() - Method in class org.apache.pekko.http.impl.util.CustomCharsetByteStringRendering
-
- get() - Method in class org.apache.pekko.http.impl.util.StringRendering
-
- get(ActorSystem) - Method in class org.apache.pekko.http.javadsl.Http$
-
- get(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.Http$
-
- get(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.Http
-
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.javadsl.Http
-
- get(String, int) - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- GET - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- GET(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default GET request to be modified using the `withX` methods.
- get(String) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns the value of the first parameter with the given key if it exists.
- get(int) - Static method in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Looks up a status-code by numeric code.
- get() - Method in class org.apache.pekko.http.javadsl.server.AuthorizationFailedRejection$
-
- get(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- get(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- get(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- get() - Method in class org.apache.pekko.http.javadsl.server.ExpectedWebSocketRequestRejection$
-
- get() - Method in class org.apache.pekko.http.javadsl.server.RequestEntityExpectedRejection$
-
- get() - Static method in class org.apache.pekko.http.javadsl.server.RequestEntityExpectedRejection
-
- Get() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Get() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- get(ActorSystem) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- get(ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- GET() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- GET() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- get() - Method in class org.apache.pekko.http.scaladsl.model.OptHttpRequest
-
- get() - Method in class org.apache.pekko.http.scaladsl.model.OptHttpResponse
-
- get(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- get() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.FieldSpec
-
- get() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-GET requests.
- get() - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec
-
- getAcceptableEncodings() - Method in class org.apache.pekko.http.javadsl.model.headers.TE
-
- getAcceptableEncodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
Java API
- getActualContentType() - Method in exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- getAdditionalDispositionParams() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.BodyPart
-
- getAdditionalDispositionParams() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
Java API
- getAdditionalHeaders() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
-
- getAdditionalHeaders() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.BodyPart
-
- getAdditionalHeaders() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
Java API
- getAdditionalHeaders() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
Java API
- getAddress() - Method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- getAddress() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
Java API
- getAddresses() - Method in class org.apache.pekko.http.javadsl.model.headers.XForwardedFor
-
- getAddresses() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
Java API
- getAliases() - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
Returns the predefined alias names for this charset.
- getAliases() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
Java API
- getAll(String) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- getAll(String) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns the value of all parameters with the given key.
- getAll(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- getAllowCredentials() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getAllowCredentials() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getAllowedHeaders() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getAllowedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getAllowedMethods() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getAllowedMethods() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getAllowedOrigins() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getAllowedOrigins() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getAllowedOrigins() - Method in interface org.apache.pekko.http.javadsl.server.InvalidOriginRejection
-
- getAllowedOrigins() - Method in class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection
-
- getAllowGenericHttpRequests() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getAllowGenericHttpRequests() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getAsciiBytes(byte[], int) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Copies the ASCII encoded bytes of this string into the given byte array starting at the
offset
index.
- getAttribute(AttributeKey<T>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Try to find the attribute for the given key and return Optional.of(attribute), otherwise this
method returns an empty Optional.
- getAttribute(AttributeKey<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- getAttributes() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- getAttributes() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- getAttributes() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- getAttributes() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- getBacklog() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getBacklog() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getBaseConnectionBackoff() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getBaseConnectionBackoff() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getCallerName(Class<?>) - Method in class org.apache.pekko.testkit.PekkoSpec$
-
- getCallerName(Class<?>) - Static method in class org.apache.pekko.testkit.PekkoSpec
-
- getCaseCount() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseCount() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCaseCountUri() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseCountUri() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCaseInfo(int) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseInfo(int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCaseInfoUri(int) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseInfoUri(int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCaseMap() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
Map from textual case ID (like 1.1.1) to IndexedCaseInfo
- getCaseMap() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
Map from textual case ID (like 1.1.1) to IndexedCaseInfo
- getCaseStatus(int, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseStatus(int, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCaseStatusUri(int, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- getCaseStatusUri(int, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- getCause() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getCause() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getCause() - Method in interface org.apache.pekko.http.javadsl.server.MalformedFormFieldRejection
-
- getCause() - Method in interface org.apache.pekko.http.javadsl.server.MalformedHeaderRejection
-
- getCause() - Method in interface org.apache.pekko.http.javadsl.server.MalformedQueryParamRejection
-
- getCause() - Method in interface org.apache.pekko.http.javadsl.server.MalformedRequestContentRejection
-
- getCause() - Method in interface org.apache.pekko.http.javadsl.server.ValidationRejection
-
- getCause() - Method in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- getCause() - Method in interface org.apache.pekko.http.scaladsl.server.RejectionWithOptionalCause
-
- getCause() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getCause() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getChallenges() - Method in class org.apache.pekko.http.javadsl.model.headers.ProxyAuthenticate
-
- getChallenges() - Method in class org.apache.pekko.http.javadsl.model.headers.WWWAuthenticate
-
- getChallenges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
Java API
- getChallenges() - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
Java API
- getCharset(String) - Method in interface org.apache.pekko.http.impl.model.parser.CommonActions
-
- getCharsetOption() - Method in interface org.apache.pekko.http.javadsl.model.ContentType
-
Returns the charset if this ContentType is non-binary.
- getCharsetOption() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType
-
Java API
- getCharsetRanges() - Method in class org.apache.pekko.http.javadsl.model.headers.AcceptCharset
-
- getCharsetRanges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
Java API
- getChunks() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity.Chunked
-
- getChunks() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
Java API
- getClientAuth() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getClientAuth() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getCompletionTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getConflictingContentTypeHeaderProcessingMode() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getConflictingContentTypeHeaderProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getConnectingTimeout() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getConnectionSettings() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getContentDispositionHeader() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- getContentDispositionHeader() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- getContentLength() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity.Default
-
- getContentLength() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
Java API
- getContentLengthOption() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns Some(contentLength) if the length is defined and none otherwise.
- getContentLengthOption() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- getContentRange() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
-
- getContentRange() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
Java API
- getContentRangeHeader() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
-
- getContentRangeHeader() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
Java API
- getContentType() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns the content-type of this entity
- getContentType() - Method in class org.apache.pekko.http.javadsl.server.directives.FileInfo
-
Content type of the file
- getContentType() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- getContentType() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- getCookieParsingMode() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getCookieParsingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getCookies() - Method in class org.apache.pekko.http.javadsl.model.headers.Cookie
-
- getCookies() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
Java API
- getCustomMediaTypes() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getCustomMediaTypes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getCustomMethods() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getCustomMethods() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getCustomStatusCodes() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getCustomStatusCodes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getData() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity.Strict
-
- getData() - Method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Data, may span multiple lines.
- getData() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
Java API
- getData() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- getDataBytes() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a stream of data bytes this entity consists of.
- getDataBytes() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- getDateTime() - Method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
the date for the retry attempt, if available
- getDecodeMaxBytesPerChunk() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getDecodeMaxBytesPerChunk() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getDecodeMaxSize() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getDefaultHostHeader() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getDefaultHostHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getDefaultHttpPort() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getDefaultHttpPort() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getDefaultHttpsPort() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getDefaultHttpsPort() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getDelaySeconds() - Method in class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
number of seconds for the retry attempt, if available
- getDirectives() - Method in class org.apache.pekko.http.javadsl.model.headers.CacheControl
-
- getDirectives() - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
Java API
- getDispositionParams() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- getDispositionParams() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- getDispositionType() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- getDispositionType() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- getDomain() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getDomain() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getEnabledCipherSuites() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getEnabledCipherSuites() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getEnabledProtocols() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getEnabledProtocols() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getEncoding(String) - Method in interface org.apache.pekko.http.impl.model.parser.AcceptEncodingHeader
-
- getEncodings() - Method in class org.apache.pekko.http.javadsl.model.headers.AcceptEncoding
-
- getEncodings() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentEncoding
-
- getEncodings() - Method in class org.apache.pekko.http.javadsl.model.headers.TransferEncoding
-
- getEncodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
Java API
- getEncodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
Java API
- getEncodings() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
Java API
- getEntity() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- getEntity() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart.Strict
-
- getEntity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart$.Strict
-
Java API
- getEntity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- getErrorLoggingVerbosity() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getErrorLoggingVerbosity() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getEventType() - Method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Optional type, must not contain \n or \r.
- getEventType() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- getExampleServerContext() - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- getExampleServerContext() - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- getExecutionContext() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getExpires() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getExpires() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getExposedHeaders() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getExposedHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getExtension() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getExtension() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getFieldName() - Method in class org.apache.pekko.http.javadsl.server.directives.FileInfo
-
Name of the form field the file was uploaded in
- getFieldName() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- getFileGetConditional() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getFileGetConditional() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getFileIODispatcher() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- getFileIODispatcher() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- getFilename() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.BodyPart
-
- getFileName() - Method in class org.apache.pekko.http.javadsl.server.directives.FileInfo
-
User specified name of the uploaded file
- getFilename() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
Java API
- getFileName() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- getFiles() - Method in class org.apache.pekko.http.javadsl.server.directives.DirectoryListing
-
- getFiles() - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- getFiniteDuration(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getForKey(K) - Method in interface org.apache.pekko.http.impl.util.ObjectRegistry
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- getForKey(K) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Method in interface org.apache.pekko.http.impl.util.ObjectRegistry
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- getForKeyCaseInsensitive(String, $less$colon$less<String, K>) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- getFrameTypeThrottleBurst() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getFrameTypeThrottleCost() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getFrameTypeThrottleFrameTypes() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getFrameTypeThrottleInterval() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getFramingDecoder() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Read-side, decode incoming framed entity.
- getFramingDecoder() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
- getFramingRenderer() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Write-side, apply framing to outgoing entity stream.
- getFramingRenderer() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
- getFromBrowseableDirectories(String...) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
- getFromBrowseableDirectories(Seq<String>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
- getFromBrowseableDirectories(String...) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectories(Iterable<String>, DirectoryRenderer, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectories(Iterable<String>, DirectoryRenderer) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectories(Iterable<String>, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectories(Seq<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectories(Iterable<String>, DirectoryRenderer, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectories(Iterable<String>, DirectoryRenderer) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectories(Iterable<String>, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectories(Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectories(String...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectories(String...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectories(Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectories(Seq<String>, FileAndResourceDirectives.DirectoryRenderer, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Serves the content of the given directories as a file system browser, i.e. files are sent and directories
served as browseable listings.
- getFromBrowseableDirectory(String, DirectoryRenderer, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as
getFromBrowseableDirectories
with only one directory.
- getFromBrowseableDirectory(String, DirectoryRenderer) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as
getFromBrowseableDirectories
with only one directory.
- getFromBrowseableDirectory(String, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as
getFromBrowseableDirectories
with only one directory.
- getFromBrowseableDirectory(String) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as
getFromBrowseableDirectories
with only one directory.
- getFromBrowseableDirectory(String, DirectoryRenderer, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectory(String, DirectoryRenderer) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromBrowseableDirectory(String, DirectoryRenderer, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectory(String, DirectoryRenderer) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromBrowseableDirectory(String, FileAndResourceDirectives.DirectoryRenderer, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Same as
getFromBrowseableDirectories
with only one directory.
- getFromDirectory(String) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of a file underneath the given directory, using the default content-type resolver.
- getFromDirectory(String, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of a file underneath the given directory, using the given content-type resolver.
- getFromDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromDirectory(String, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of a file underneath the given directory.
- getFromFile(File) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file, resolving the content type using the default resolver.
- getFromFile(File, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file, resolving the content type using the given resolver.
- getFromFile(File, ContentType) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file, using the content type.
- getFromFile(String) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file, resolving the content type using the default resolver.
- getFromFile(String, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file, resolving the content type using the given resolver.
- getFromFile(File) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromFile(File, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromFile(File, ContentType) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromFile(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromFile(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromFile(File) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromFile(File, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromFile(File, ContentType) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromFile(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromFile(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromFile(String, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file.
- getFromFile(File, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file.
- getFromFile(File, ContentType) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given file.
- getFromResource(String) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given resource loaded from the default ClassLoader,
using the default content type resolver.
- getFromResource(String, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given resource loaded from the default ClassLoader,
using the given content type resolver.
- getFromResource(String, ContentType) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given resource loaded from the default ClassLoader,
with the given content type.
- getFromResource(String, ContentType, ClassLoader) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given resource loaded from the given ClassLoader,
with the given content type.
- getFromResource(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResource(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResource(String, ContentType) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResource(String, ContentType, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResource(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResource(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResource(String, ContentType) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResource(String, ContentType, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResource(String, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given class-path resource.
- getFromResource(String, ContentType, ClassLoader) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with the content of the given resource.
- getFromResourceDirectory(String) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a
"resource directory", using the default ClassLoader, resolving content type using the default content type
resolver.
- getFromResourceDirectory(String, ClassLoader) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a
"resource directory", using the given ClassLoader, resolving content type using the default content type
resolver.
- getFromResourceDirectory(String, ContentTypeResolver) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a
"resource directory", using the default ClassLoader, resolving content type using the given content type
resolver.
- getFromResourceDirectory(String, ContentTypeResolver, ClassLoader) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a
"resource directory", using the given ClassLoader, resolving content type using the given content type
resolver.
- getFromResourceDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResourceDirectory(String, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResourceDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResourceDirectory(String, ContentTypeResolver, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- getFromResourceDirectory(String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResourceDirectory(String, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResourceDirectory(String, ContentTypeResolver) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResourceDirectory(String, ContentTypeResolver, ClassLoader) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- getFromResourceDirectory(String, ClassLoader, ContentTypeResolver) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Same as "getFromDirectory" except that the file is not fetched from the file system but rather from a
"resource directory".
- getFuture(K, Creator<CompletionStage<V>>) - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Returns either the cached CompletionStage for the given key or evaluates the given value
generating function producing a `CompletionStage
`.
- getFuture(K, Creator<CompletionStage<V>>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
- getHeader(String) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Try to find the first header with the given name (case-insensitive) and return
Optional.of(header), otherwise this method returns an empty Optional.
- getHeader(Class<T>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Try to find the first header of the given class and return Optional.of(header), otherwise this
method returns an empty Optional.
- getHeader(Class<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- getHeader(String) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- getHeaders() - Method in interface org.apache.pekko.http.cors.javadsl.CorsRejection.InvalidHeaders
-
- getHeaders() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders
-
- getHeaders() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowHeaders
-
- getHeaders() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlExposeHeaders
-
- getHeaders() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlRequestHeaders
-
- getHeaders() - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
An iterable containing the headers of this message.
- getHeaders(Class<T>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
An iterable containing all headers of the given class of this message.
- getHeaders() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- getHeaders() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
Java API
- getHeaders() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
Java API
- getHeaders() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
Java API
- getHeaders() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- getHeaders(Class<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- getHeaders() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- getHeaderValueCacheLimits() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getHeaderValueCacheLimits() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getHost() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- getHost() - Method in class org.apache.pekko.http.javadsl.model.headers.XForwardedHost
-
- getHost() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the host of this instance
- getHost() - Method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- getHost() - Method in class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo
-
- getHost() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
Java API
- getHttp2Settings() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getId() - Method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Optional id, must not contain \n or \r.
- getId() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- getIdleTimeout() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getIdleTimeout() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getIgnoreIllegalHeaderFor() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIgnoreIllegalHeaderFor() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getIllegalHeaderWarnings() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIllegalHeaderWarnings() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getIllegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIllegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getIllegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIllegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getImmutable() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
Java API
- getImmutable() - Static method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives
-
Java API
- getIncludeSslSessionAttribute() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIncludeSslSessionAttribute() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getIncludeTlsSessionInfoHeader() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getIncludeTlsSessionInfoHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getIncomingConnectionLevelBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getIncomingStreamLevelBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getInetAddresses() - Method in class org.apache.pekko.http.javadsl.model.Host
-
Returns an Iterable of InetAddresses represented by this Host.
- getInetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
Java API
- getInitialCapacity() - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- getInitialCapacity() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- getInstance() - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
Java API to return the reference to NoLogging
- getInstance() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
Java API to return the reference to NoLogging
- getInstance() - Method in class org.apache.pekko.http.scaladsl.HttpConnectionContext$
-
Java API
- getInstance() - Static method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
Java API
- getInstanceLength() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- getInstanceLength() - Method in interface org.apache.pekko.http.scaladsl.model.ByteContentRange
-
Java API
- getInstanceLength() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
Java API
- getIntBytes(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getKeepAliveTimeout() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getKeys() - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Returns the set of keys in the cache, in no particular order Should return in roughly constant
time.
- getKeys() - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
- getLanguages() - Method in class org.apache.pekko.http.javadsl.model.headers.AcceptLanguage
-
- getLanguages() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
Java API
- getLevel() - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- getLevel() - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- getLocalAddress() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getLocalizedMessage() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getLocalizedMessage() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getLocalizedMessage() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getLocalizedMessage() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getLog() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getLogUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getLogUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getLogUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getMaterializer() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getMaxAge() - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- getMaxAge() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- getMaxAge() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getMaxAge() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getMaxCapacity() - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- getMaxCapacity() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- getMaxChunkExtLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxChunkExtLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxChunkSize() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxChunkSize() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxCommentParsingDepth() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxCommentParsingDepth() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxConcurrentStreams() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getMaxConnectionBackoff() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getMaxConnectionBackoff() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getMaxConnectionLifetime() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getMaxConnections() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getMaxConnections() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getMaxConnections() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getMaxContentLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxContentLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxHeaderCount() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxHeaderCount() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxHeaderNameLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxHeaderNameLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxHeaderTableSize() - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Decoder
-
Return the maximum table size.
- getMaxHeaderTableSize() - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Encoder
-
Return the maximum table size.
- getMaxHeaderValueLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxHeaderValueLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxMethodLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxMethodLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxOpenRequests() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getMaxPersistentAttempts() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getMaxResponseReasonLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxResponseReasonLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxRetries() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getMaxToStrictBytes() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxToStrictBytes() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMaxUriLength() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getMaxUriLength() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getMediaRanges() - Method in class org.apache.pekko.http.javadsl.model.headers.Accept
-
- getMediaRanges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
Java API
- getMediaType(String, String, boolean, Map<String, String>) - Method in interface org.apache.pekko.http.impl.model.parser.CommonActions
-
- getMediaType() - Method in interface org.apache.pekko.http.javadsl.model.Multipart
-
- getMediaType() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Java API
- getMessage() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getMessage() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getMessage() - Method in exception org.apache.pekko.http.scaladsl.model.EntityStreamSizeException
-
- getMessage() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getMessage() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getMethod() - Method in interface org.apache.pekko.http.cors.javadsl.CorsRejection.InvalidMethod
-
- getMethod() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod
-
- getMethods() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowMethods
-
- getMethods() - Method in class org.apache.pekko.http.javadsl.model.headers.Allow
-
- getMethods() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
Java API
- getMethods() - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
Java API
- getMinConnections() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getModeledHeaderParsing() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getModeledHeaderParsing() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getName() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.BodyPart
-
- getName() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
Java API
- getObj() - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- getObj() - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- getOffset() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- getOffset() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
-
Java API
- getOffset() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- getOptional(K) - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Retrieves the CompletionStage instance that is currently in the cache for the given key.
- getOptional(K) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
- getOrCreateStrict(K, Creator<V>) - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Returns either the cached CompletionStage for the given key or the given value as a
CompletionStage
- getOrCreateStrict(K, Creator<V>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns either the cached CompletionStage for the given key or the given value as a CompletionStage
- getOrElse(String, String) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- getOrElse(String, String) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns the value of the first parameter with the given key or the provided default value.
- getOrElse(String, Function0<String>) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- getOrFulfil(K, Procedure<CompletableFuture<V>>) - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Returns either the cached
CompletionStage
for the key, or evaluates the given function
which should lead to eventual completion of the completable future.
- getOrFulfil(K, Procedure<CompletableFuture<V>>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
- getOrigins() - Method in interface org.apache.pekko.http.cors.javadsl.CorsRejection.InvalidOrigin
-
- getOrigins() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin
-
- getOrigins() - Method in class org.apache.pekko.http.javadsl.model.headers.Origin
-
- getOrigins() - Method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
Java API
- getOrLoad(K, Function1<K, Future<V>>) - Method in class org.apache.pekko.http.caching.LfuCache
-
- getOrLoad(K, Function1<K, Future<V>>) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns either the cached Future for the given key, or applies the given value loading
function on the key, producing a
Future[V]
.
- getOtherValue() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- getOtherValue() - Method in interface org.apache.pekko.http.scaladsl.model.ContentRange
-
- getOtherValue() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
Java API
- getOutgoingControlFrameBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getParams() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentDisposition
-
- getParams() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- getParams() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- getParams() - Method in class org.apache.pekko.http.javadsl.model.headers.LinkValue
-
- getParams() - Method in class org.apache.pekko.http.javadsl.model.MediaRange
-
Returns a Map of the parameters of this media-range.
- getParams() - Method in class org.apache.pekko.http.javadsl.model.TransferEncoding
-
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
Java API
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
Java API
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
-
Java API
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
Java API
- getParams() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncoding
-
- getParserSettings() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getParserSettings() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getParserSettings() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getParserSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getParsingErrorHandler() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getParsingErrorHandler() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.Strict
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.Strict
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.General
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.General.Strict
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart
-
- getParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.Strict
-
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
Java API
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
Java API
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
Java API
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
Java API
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
Java API
- getParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General
-
Java API
- getParts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Java API
- getParts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
Java API
- getPath() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getPath() - Method in class org.apache.pekko.http.javadsl.server.directives.DirectoryListing
-
- getPath() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getPath() - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- getPathString() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- getPathString() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the path of this instance
- getPeriodicKeepAliveData() - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
The provided supplier will be invoked for each new keep-alive frame that is sent.
- getPeriodicKeepAliveData() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- getPingInterval() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getPingInterval() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getPingTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- getPingTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getPipeliningLimit() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getPipeliningLimit() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getPipeliningLimit() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getPort() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- getPort() - Method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
Returns a port if defined or 0 otherwise.
- getPort() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the port of this instance
- getPort() - Method in class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- getPort() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
Java API
- getPossiblyInfiniteBytes(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getPossiblyInfiniteInt(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getPossiblyInfiniteIntBytes(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getPotentiallyInfiniteDuration(String) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- getPreviewServerSettings() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getPreviewServerSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getProducts() - Method in class org.apache.pekko.http.javadsl.model.headers.Server
-
- getProducts() - Method in class org.apache.pekko.http.javadsl.model.headers.UserAgent
-
- getProducts() - Method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
Java API
- getProducts() - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
Java API
- getProtocol() - Method in class org.apache.pekko.http.javadsl.model.headers.XForwardedProto
-
- getProtocol() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
Java API
- getProtocols() - Method in class org.apache.pekko.http.javadsl.model.headers.SecWebSocketProtocol
-
- getProtocols() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
Java API
- getPublic() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives$
-
- getPublic() - Static method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives
-
- getRandomFactory() - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- getRandomFactory() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- getRangeCoalescingThreshold() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getRangeCoalescingThreshold() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getRangeCountLimit() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getRangeCountLimit() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getRanges() - Method in class org.apache.pekko.http.javadsl.model.headers.Range
-
- getRanges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
Java API
- getRangeUnit() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
-
- getRangeUnit() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
Java API
- getRangeUnits() - Method in class org.apache.pekko.http.javadsl.model.headers.AcceptRanges
-
- getRangeUnits() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
Java API
- getRawRequestUriHeader() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getRawRequestUriHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getRejections() - Method in interface org.apache.pekko.http.javadsl.server.Rejected
-
- getRejections() - Method in class org.apache.pekko.http.scaladsl.server.RouteResult.Rejected
-
- getRemoteAddressAttribute() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getRemoteAddressAttribute() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getRemoteAddressHeader() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
Deprecated.
since Akka HTTP 10.2.0, use remoteAddressAttribute instead
- getRemoteAddressHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getRenderVanityFooter() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getRenderVanityFooter() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getRequest() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getRequestedProtocols() - Method in interface org.apache.pekko.http.javadsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Returns the sequence of protocols the client accepts.
- getRequestedProtocols() - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgrade
-
Returns the sequence of protocols the client accepts.
- getRequestedProtocols() - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- getRequestedProtocols() - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- getRequestEntityChunkSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- getRequestHeaderSizeHint() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getResponse() - Method in interface org.apache.pekko.http.javadsl.server.Complete
-
- getResponse() - Method in class org.apache.pekko.http.scaladsl.server.RouteResult.Complete
-
- getResponseEntitySubscriptionTimeout() - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- getResponseHeaderSizeHint() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getResponseHeaderSizeHint() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getRetry() - Method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Optional reconnection delay in milliseconds.
- getRetry() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- getSameSite() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- getSameSite() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- getSatisfiableFirst() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- getSatisfiableFirst() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
Java API
- getSatisfiableFirst() - Method in interface org.apache.pekko.http.scaladsl.model.ContentRange
-
- getSatisfiableLast() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- getSatisfiableLast() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
Java API
- getSatisfiableLast() - Method in interface org.apache.pekko.http.scaladsl.model.ContentRange
-
- getScheme() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- getScheme() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the scheme of this instance
- getServerHeader() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getServerHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getSession() - Method in class org.apache.pekko.http.javadsl.model.headers.TlsSessionInfo
-
- getSession() - Method in interface org.apache.pekko.http.javadsl.model.SslSessionInfo
-
Java API
- getSession() - Method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
Java API
- getSession() - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
Java API
- getSettings() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getSliceFirst() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- getSliceFirst() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- getSliceFirst() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
Java API
- getSliceLast() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- getSliceLast() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- getSliceLast() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
Java API
- getSocketOptions() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getSocketOptions() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getSocketOptions() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getSslContext() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility, not always available. Since Akka HTTP 10.2.0.
- getSslContext() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
not always available. Since Akka HTTP 10.2.0.
- getSslParameters() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getSslParameters() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- getStackTrace() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getStackTrace() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getStackTrace() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getStackTrace() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getStackTraceDepth() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getStackTraceDepth() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getStackTraceDepth() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getStackTraceDepth() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getStackTraceElement(int) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getStackTraceElement(int) - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getStackTraceElement(int) - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getStackTraceElement(int) - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getStreamCancellationDelay() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getStreamCancellationDelay() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getStreamCancellationDelay() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getStreamedData() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
Returns a source of the binary message data.
- getStreamedData() - Method in interface org.apache.pekko.http.scaladsl.model.ws.BinaryMessage
-
Java API
- getStreamedText() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
Returns a source of the text message data.
- getStreamedText() - Method in interface org.apache.pekko.http.scaladsl.model.ws.TextMessage
-
Java API
- getStrictData() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
Returns the strict message data if this message is strict, throws otherwise.
- getStrictData() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed
-
Java API
- getStrictData() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
Java API
- getStrictParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.Strict
-
- getStrictParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.Strict
-
- getStrictParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.General.Strict
-
- getStrictParts() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.Strict
-
- getStrictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
Java API
- getStrictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
Java API
- getStrictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
Java API
- getStrictParts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
Java API
- getStrictText() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
Returns the strict message text if this message is strict, throws otherwise.
- getStrictText() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed
-
Java API
- getStrictText() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
Java API
- getSubTags() - Method in class org.apache.pekko.http.javadsl.model.headers.Language
-
- getSubTags() - Method in interface org.apache.pekko.http.javadsl.model.headers.LanguageRange
-
- getSubTags() - Method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
Java API
- getSubTags() - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- getSuffixLength() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- getSuffixLength() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- getSuffixLength() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix
-
Java API
- getSupported() - Method in interface org.apache.pekko.http.javadsl.server.UnacceptedResponseEncodingRejection
-
- getSupported() - Method in interface org.apache.pekko.http.javadsl.server.UnsupportedRequestContentTypeRejection
-
- getSupported() - Method in exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- getSupported() - Method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection
-
- getSupported() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- getSuppressed() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- getSuppressed() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- getSuppressed() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- getSuppressed() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- getTerminationDeadlineExceededResponse() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getTerminationDeadlineExceededResponse() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getTimeout() - Method in interface org.apache.pekko.http.javadsl.TimeoutAccess
-
Returns the currently set timeout.
- getTimeout() - Method in interface org.apache.pekko.http.scaladsl.TimeoutAccess
-
Java API
- getTimeouts() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getTimeouts() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getTimeToIdle() - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- getTimeToIdle() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- getTimeToLive() - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- getTimeToLive() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- getTokens() - Method in class org.apache.pekko.http.javadsl.model.headers.Connection
-
- getTokens() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
Java API
- getTrailerHeaders() - Method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
If this is the last chunk, this will return an Iterable of the trailer headers.
- getTrailerHeaders() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk
-
Java API
- getTrailerHeaders() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
Java API
- getTransform() - Method in interface org.apache.pekko.http.javadsl.server.TransformationRejection
-
- getTransform() - Method in class org.apache.pekko.http.scaladsl.server.TransformationRejection
-
- getTransparentHeadRequests() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getTransparentHeadRequests() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getTransport() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
The underlying transport used to connect to hosts.
- getUnmatchedPath() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- getUnsatisfiableRanges() - Method in interface org.apache.pekko.http.javadsl.server.UnsatisfiableRangeRejection
-
- getUnsatisfiableRanges() - Method in class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection
-
- getUri() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentLocation
-
- getUri() - Method in class org.apache.pekko.http.javadsl.model.headers.LinkValue
-
- getUri() - Method in class org.apache.pekko.http.javadsl.model.headers.Location
-
- getUri() - Method in class org.apache.pekko.http.javadsl.model.headers.Referer
-
- getUri() - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns the Uri of this request.
- getUri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
Java API
- getUri() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- getUri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
Java API
- getUri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
Java API
- getUri() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Java API
- getUriParsingMode() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- getUriParsingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- getUserAgentHeader() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getUserInfo() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- getUserInfo() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the user info of this instance
- getValues() - Method in class org.apache.pekko.http.javadsl.model.headers.Link
-
- getValues() - Method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
Java API
- getVerboseErrorMessages() - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- getVerboseErrorMessages() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getVerboseErrorMessages() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- getVerboseErrorMessages() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- getWebsocketRandomFactory() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getWebsocketRandomFactory() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.getRandomFactory instead. Since Akka HTTP 10.2.0.
- getWebsocketRandomFactory() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.getRandomFactory instead. Since Akka HTTP 10.2.0.
- getWebsocketSettings() - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- getWebsocketSettings() - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- getWebsocketSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- GMT() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- GOAWAY$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.GOAWAY$
-
- GoAwayFrame(int, Http2Protocol.ErrorCode, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame
-
- GoAwayFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame$
-
- GoingAway() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- GONE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Gone() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Gone() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- GracefulTerminationSpec - Class in org.apache.pekko.http.scaladsl
-
- GracefulTerminationSpec() - Constructor for class org.apache.pekko.http.scaladsl.GracefulTerminationSpec
-
- GracefulTerminationSpec.TestSetup - Class in org.apache.pekko.http.scaladsl
-
- GracefulTerminationSpec.TestSetup$ - Class in org.apache.pekko.http.scaladsl
-
- GracefulTerminatorStage - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API: See detailed docs termination process on
Http.ServerBinding
.
- GracefulTerminatorStage(ServerSettings) - Constructor for class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- GracefulTerminatorStage$ - Class in org.apache.pekko.http.impl.engine.server
-
- GracefulTerminatorStage$() - Constructor for class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage$
-
- GracefulTerminatorStage.ConnectionTerminator - Class in org.apache.pekko.http.impl.engine.server
-
- graphFlowMapping(JavaMapping<JIn, SIn>, JavaMapping<JOut, SOut>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- greeterWebSocketService() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- greeterWebSocketService() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- groupCount() - Method in class org.apache.pekko.http.impl.util.EnhancedRegex
-
- GZIP - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- GZIP - Static variable in class org.apache.pekko.http.javadsl.model.TransferEncodings
-
- Gzip() - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- Gzip(Function1<HttpMessage, Object>, int) - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- Gzip() - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- Gzip(Function1<HttpMessage, Object>, int) - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- Gzip - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of Gzip is internal, use Coders.Gzip instead. Since Akka HTTP 10.2.0.
- Gzip(int, Function1<HttpMessage, Object>) - Constructor for class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- Gzip(Function1<HttpMessage, Object>) - Constructor for class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- gzip() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- gzip() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- Gzip$ - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of Gzip is internal API, use Coders.Gzip instead. Since Akka HTTP 10.2.0.
- Gzip$() - Constructor for class org.apache.pekko.http.scaladsl.coding.Gzip$
-
Deprecated.
- gzip$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.gzip$
-
- GzipCompressor - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- GzipCompressor(int) - Constructor for class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- GzipCompressor() - Constructor for class org.apache.pekko.http.scaladsl.coding.GzipCompressor
-
- GzipCompressor$ - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- GzipCompressor$() - Constructor for class org.apache.pekko.http.scaladsl.coding.GzipCompressor$
-
- GzipDecompressor - Class in org.apache.pekko.http.scaladsl.coding
-
Internal API
- GzipDecompressor(int) - Constructor for class org.apache.pekko.http.scaladsl.coding.GzipDecompressor
-
- GzipDecompressor$ - Class in org.apache.pekko.http.scaladsl.coding
-
INTERNAL API
- GzipDecompressor$() - Constructor for class org.apache.pekko.http.scaladsl.coding.GzipDecompressor$
-
- GZIPPED - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- Gzipped$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.Gzipped$
-
H
- H2() - Method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
- H2() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
-
- hac1() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac1() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac10() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac10() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac11() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac11() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac12() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac12() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac13() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac13() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac14() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac14() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac15() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac15() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac16() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac16() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac17() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac17() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac18() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac18() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac19() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac19() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac2() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac2() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac20() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac20() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac21() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac21() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac22() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac22() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac3() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac3() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac4() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac4() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac5() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac5() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac6() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac6() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac7() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac7() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac8() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac8() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- hac9() - Static method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverter
-
- hac9() - Method in class org.apache.pekko.http.scaladsl.server.util.ApplyConverterInstances
-
- HalfClosedLocal(Http2StreamHandling.IncomingStreamBuffer) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocal
-
- HalfClosedLocal$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocal$
-
- HalfClosedLocalWaitingForPeerStream(Map<AttributeKey<?>, Object>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
-
- HalfClosedLocalWaitingForPeerStream$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream$
-
- HalfClosedRemoteSendingData(Http2StreamHandling.OutStream) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
-
- HalfClosedRemoteSendingData$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData$
-
- HalfClosedRemoteWaitingForOutgoingStream(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- HalfClosedRemoteWaitingForOutgoingStream$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream$
-
- handle(StatusCode, ErrorInfo, LoggingAdapter, ServerSettings) - Method in class org.apache.pekko.http.DefaultParsingErrorHandler$
-
- handle(StatusCode, ErrorInfo, LoggingAdapter, ServerSettings) - Static method in class org.apache.pekko.http.DefaultParsingErrorHandler
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Closed$
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocalWaitingForPeerStream
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Idle$
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- handle(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- handle(StatusCode, ErrorInfo, LoggingAdapter, ServerSettings) - Method in class org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler$
-
- handle(StatusCode, ErrorInfo, LoggingAdapter, ServerSettings) - Static method in class org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler
-
- handle(Function<HttpRequest, CompletionStage<HttpResponse>>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handle(Function<HttpRequest, CompletionStage<HttpResponse>>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handle(Function<HttpRequest, CompletionStage<HttpResponse>>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Handle the request using a function.
- handle(Class<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
Handles a single
Rejection
with the given function.
- handle(StatusCode, ErrorInfo, LoggingAdapter, ServerSettings) - Method in class org.apache.pekko.http.ParsingErrorHandler
-
- handle(Function1<HttpRequest, Future<HttpResponse>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using a function.
- handle(PartialFunction<HttpRequest, Future<HttpResponse>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using an asynchronous partial function.
- handle(PartialFunction<HttpRequest, Future<HttpResponse>>, Seq<Rejection>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using an asynchronous partial function.
- handle(PartialFunction<Rejection, Function1<RequestContext, Future<RouteResult>>>) - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
Handles a single
Rejection
with the given partial function.
- handleAll(Class<T>, Function<List<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
Handles several Rejections of the same type at the same time.
- handleAll(Function1<Seq<T>, Function1<RequestContext, Future<RouteResult>>>, ClassTag<T>) - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
Handles several Rejections of the same type at the same time.
- handleCircuitBreakerOpenRejection(Function<CircuitBreakerOpenRejection, Route>) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
Convenience method for handling rejections created by created by the onCompleteWithBreaker directive.
- handleCircuitBreakerOpenRejection(Function1<CircuitBreakerOpenRejection, Function1<RequestContext, Future<RouteResult>>>) - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
Convenience method for handling rejections created by the onCompleteWithBreaker directive.
- handled() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- handled() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- handleEvent() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage.State
-
- handleExceptions(ExceptionHandler, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ExecutionDirectives
-
Transforms exceptions thrown during evaluation of its inner route using the given
pekko.http.javadsl.server.ExceptionHandler
.
- handleExceptions(ExceptionHandler, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleExceptions(ExceptionHandler, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleExceptions(ExceptionHandler) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives
-
Transforms exceptions thrown during evaluation of its inner route using the given
pekko.http.scaladsl.server.ExceptionHandler
.
- handleFieldResult(String, Future<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- handleFrames(Graph<FlowShape<FrameEvent, FrameEvent>, Object>, Option<String>) - Method in class org.apache.pekko.http.impl.engine.ws.UpgradeToWebSocketLowLevel
-
The low-level interface to create WebSocket server based on "frames".
- handleInformationalResponses() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- handleIOResult(IOResult) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
Small helper necessary to deal with errors happening during IO operations like FileIO.toPath.
- handleIOResult(IOResult) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
Small helper necessary to deal with errors happening during IO operations like FileIO.toPath.
- handleMessages(Graph<FlowShape<Message, Message>, Object>, Option<String>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
The high-level interface to create a WebSocket server based on "messages".
- handleMessages(Graph<FlowShape<Message, Message>, Object>, Option<String>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
The high-level interface to create a WebSocket server based on "messages".
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>) - Method in interface org.apache.pekko.http.javadsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>, String) - Method in interface org.apache.pekko.http.javadsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.javadsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>, String) - Method in interface org.apache.pekko.http.javadsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>) - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgrade
-
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>, String) - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgrade
-
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgrade
-
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>, String) - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgrade
-
Returns a response that can be used to answer a WebSocket handshake request.
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>, String) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>, String) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
Java API
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- handleMessagesWith(Graph<FlowShape<Message, Message>, ?>, String) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- handleMessagesWith(Graph<SinkShape<Message>, ?>, Graph<SourceShape<Message>, ?>, String) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
Java API
- handleMessagesWithSinkSource(Graph<SinkShape<Message>, Object>, Graph<SourceShape<Message>, Object>, Option<String>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
The high-level interface to create a WebSocket server based on "messages".
- handleMessagesWithSinkSource(Graph<SinkShape<Message>, Object>, Graph<SourceShape<Message>, Object>, Option<String>) - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
The high-level interface to create a WebSocket server based on "messages".
- handleNotFound(Route) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
Handles the special "not found" case using the given
Route
.
- handleNotFound(Function1<RequestContext, Future<RouteResult>>) - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
Handles the special "not found" case using the given
Route
.
- HandleOrPassOnStage<T extends U,U> - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
- HandleOrPassOnStage(FlowShape<T, U>) - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage
-
- HandleOrPassOnStage.State - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- handleOutgoingCreated(Http2StreamHandling.OutStream, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- handleOutgoingCreated(Http2SubStream) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called by Http2ServerDemux when a stream comes in from the user-handler
- handleOutgoingCreated(Http2StreamHandling.OutStream, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Idle$
-
- handleOutgoingCreated(Http2StreamHandling.OutStream, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- handleOutgoingCreated(Http2StreamHandling.OutStream, Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
Called when we receive a user-created stream (that is open for more data)
- handleOutgoingCreatedAndFinished(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream
-
- handleOutgoingCreatedAndFinished(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Idle$
-
- handleOutgoingCreatedAndFinished(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- handleOutgoingCreatedAndFinished(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
Called when we receive a user-created stream that is already closed
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Closed$
-
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
-
- handleOutgoingEnded(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- handleOutgoingEnded() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- handleOutgoingFailed(Throwable) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Closed$
-
- handleOutgoingFailed(int, Throwable) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- handleOutgoingFailed(Throwable) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- handleOutgoingFailed(Throwable) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- handler() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol
-
- handler() - Method in class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
-
- handler(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.HandlerProvider
-
- handler(ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- handler(ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
- handler(HttpRequest) - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- handleRejections(RejectionHandler, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ExecutionDirectives
-
Transforms rejections produced by its inner route using the given
pekko.http.scaladsl.server.RejectionHandler
.
- handleRejections(RejectionHandler, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleRejections(RejectionHandler, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleRejections(RejectionHandler) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives
-
Transforms rejections produced by its inner route using the given
pekko.http.scaladsl.server.RejectionHandler
.
- handleResponse(HttpResponse) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- handleResult(RouteResult) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- handlerFlow() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- handlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
Deprecated.
Replaced by `toFlow` that takes an implicit ActorSystem. Since Akka HTTP 10.2.0.
- handlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
Deprecated.
Replaced by `toFlow` that takes an implicit ActorSystem. Since Akka HTTP 10.2.0.
- HandlerProvider - Interface in org.apache.pekko.http.javadsl
-
A HandlerProvider can provide an asynchronous request handler given an ClassicActorSystemProvider.
- handleStreamEvent(FrameEvent.StreamFrameEvent) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called by Http2ServerDemux to let the state machine handle StreamFrameEvents
- handleSync(Function<HttpRequest, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleSync(Function<HttpRequest, HttpResponse>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleSync(Function<HttpRequest, HttpResponse>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Handle the request using a function.
- handleSync(Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using a function.
- handleSync(PartialFunction<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using a synchronous partial function.
- handleSync(PartialFunction<HttpRequest, HttpResponse>, Seq<Rejection>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Handle the request using a synchronous partial function.
- handleWebSocketMessages(Flow<Message, Message, T>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleWebSocketMessages(Flow<Message, Message, T>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleWebSocketMessages(Flow<Message, Message, T>) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler and rejects other requests with an
ExpectedWebSocketRequestRejection
.
- handleWebSocketMessages(Flow<Message, Message, Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler and rejects other requests with an
ExpectedWebSocketRequestRejection
.
- handleWebSocketMessagesForOptionalProtocol(Flow<Message, Message, T>, Optional<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleWebSocketMessagesForOptionalProtocol(Flow<Message, Message, T>, Optional<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleWebSocketMessagesForOptionalProtocol(Flow<Message, Message, T>, Optional<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler and rejects other requests with an
ExpectedWebSocketRequestRejection
.
- handleWebSocketMessagesForOptionalProtocol(Flow<Message, Message, Object>, Option<String>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler and rejects other requests with an
ExpectedWebSocketRequestRejection
.
- handleWebSocketMessagesForProtocol(Flow<Message, Message, T>, String) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleWebSocketMessagesForProtocol(Flow<Message, Message, T>, String) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleWebSocketMessagesForProtocol(Flow<Message, Message, T>, String) - Method in class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler if the given subprotocol is offered in the request and
rejects other requests with an
ExpectedWebSocketRequestRejection
or an UnsupportedWebSocketSubprotocolRejection
.
- handleWebSocketMessagesForProtocol(Flow<Message, Message, Object>, String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
-
Handles WebSocket requests with the given handler if the given subprotocol is offered in the request and
rejects other requests with an
ExpectedWebSocketRequestRejection
or an UnsupportedWebSocketSubprotocolRejection
.
- handleWebSocketRequestWith(HttpRequest, Flow<Message, Message, ?>) - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocket$
-
If a given request is a WebSocket request a response accepting the request is returned using the given handler to
handle the WebSocket message stream.
- handleWebSocketRequestWith(HttpRequest, Flow<Message, Message, ?>) - Static method in class org.apache.pekko.http.javadsl.model.ws.WebSocket
-
If a given request is a WebSocket request a response accepting the request is returned using the given handler to
handle the WebSocket message stream.
- handleWindowUpdate(FrameEvent.WindowUpdateFrame) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- handleWith(Flow<HttpRequest, HttpResponse, Mat>, Materializer) - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
Handles the connection with the given flow, which is materialized exactly once
and the respective materialization result returned.
- handleWith(Unmarshaller<? super HttpEntity, T>, Marshaller<R, ? extends HttpResponse>, Function<T, R>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- handleWith(Unmarshaller<? super HttpEntity, T>, Marshaller<R, ? extends HttpResponse>, Function<T, R>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- handleWith(Unmarshaller<? super HttpEntity, T>, Marshaller<R, ? extends HttpResponse>, Function<T, R>) - Method in class org.apache.pekko.http.javadsl.server.directives.MarshallingDirectives
-
Completes the request using the given function.
- handleWith(Flow<HttpRequest, HttpResponse, Mat>, Materializer) - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
Handles the connection with the given flow, which is materialized exactly once
and the respective materialization result returned.
- handleWith(Function1<A, B>, Unmarshaller<HttpRequest, A>, Marshaller<B, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
-
Completes the request using the given function.
- handleWithAsyncHandler(Function<HttpRequest, CompletionStage<HttpResponse>>, Materializer) - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
Handles the connection with the given handler function.
- handleWithAsyncHandler(Function<HttpRequest, CompletionStage<HttpResponse>>, int, Materializer) - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
Handles the connection with the given handler function.
- handleWithAsyncHandler(Function1<HttpRequest, Future<HttpResponse>>, int, Materializer) - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
Handles the connection with the given handler function.
- handleWithStreamIdHeader(int, Function1<HttpRequest, Future<HttpResponse>>, ExecutionContext) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
Returns a flow that handles
parallelism
requests in parallel, automatically keeping track of the
Http2StreamIdHeader between request and responses.
- handleWithStreamIdHeader(int, Function1<HttpRequest, Future<HttpResponse>>, ExecutionContext) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
Returns a flow that handles
parallelism
requests in parallel, automatically keeping track of the
Http2StreamIdHeader between request and responses.
- handleWithSyncHandler(Function<HttpRequest, HttpResponse>, Materializer) - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
Handles the connection with the given handler function.
- handleWithSyncHandler(Function1<HttpRequest, HttpResponse>, Materializer) - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
Handles the connection with the given handler function.
- Handshake - Class in org.apache.pekko.http.impl.engine.ws
-
Server-side implementation of the WebSocket handshake
INTERNAL API
- Handshake() - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake
-
- handshake(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
-
A bidi flow that injects and inspects the WS handshake and then goes out of the way.
- handshake(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint
-
A bidi flow that injects and inspects the WS handshake and then goes out of the way.
- Handshake$ - Class in org.apache.pekko.http.impl.engine.ws
-
Server-side implementation of the WebSocket handshake
INTERNAL API
- Handshake$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake$
-
- Handshake.Client$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Handshake.Client$.NegotiatedWebSocketSettings - Class in org.apache.pekko.http.impl.engine.ws
-
- Handshake.Client$.NegotiatedWebSocketSettings$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Handshake.Server$ - Class in org.apache.pekko.http.impl.engine.ws
-
- HasBeenShutdown(PoolInterface, Try<PoolInterface.ShutdownReason>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.HasBeenShutdown
-
- HasBeenShutdown$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.HasBeenShutdown$
-
- hasCapacityToCreateStreams() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- hasClose() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- hasData() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- hasEntity() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- hasFlushedAllData() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- hashCode() - Method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- hashCode() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- hashCode() - Static method in class org.apache.pekko.http.javadsl.Http
-
- hashCode() - Static method in class org.apache.pekko.http.scaladsl.Http
-
- hashCode() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- hashCode() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- hashCode() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- hashCode() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- hashCode() - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- HashCodeCollider - Class in org.apache.pekko.http
-
Helper that creates strings that all share the same hashCode == 0.
- HashCodeCollider() - Constructor for class org.apache.pekko.http.HashCodeCollider
-
- HashCodeCollider$ - Class in org.apache.pekko.http
-
Helper that creates strings that all share the same hashCode == 0.
- HashCodeCollider$() - Constructor for class org.apache.pekko.http.HashCodeCollider$
-
- hasKeepAlive() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- hasMatchingFor(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
Determines whether the request has an
Accept-Encoding
clause matching the given encoding.
- hasMore() - Method in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrame
-
- hasNoCustomPeriodicKeepAliveData(WebSocketSettings) - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- hasNoCustomPeriodicKeepAliveData(WebSocketSettings) - Static method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- hasUpgrade() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- hasVersion(int) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- hasWebSocket() - Method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- have() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- have() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- have() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- have() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- have() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- have() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- have() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- have() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- have() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- haveFailedWith(Throwable) - Method in interface org.apache.pekko.http.scaladsl.testkit.ScalatestUtils
-
- haveFailedWith(Throwable, ExecutionEnv) - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2Utils
-
- hcp() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolId
-
- hcps() - Method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- HEAD - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- HEAD(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default HEAD request to be modified using the `withX` methods.
- head(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- head(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- head(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- Head() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Head() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- HEAD() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- HEAD() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- head() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- head() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-HEAD requests.
- header() - Method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- header() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Success
-
- header() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- header(Class<T>) - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the first header of the response which is of the given class.
- Header() - Method in class org.apache.pekko.http.scaladsl.coding.GzipDecompressor$
-
INTERNAL API
- Header() - Static method in class org.apache.pekko.http.scaladsl.coding.GzipDecompressor
-
INTERNAL API
- header() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok
-
- header(ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns the first header of the given type if there is one
- header(ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- header(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- header2AddHeader(HttpHeader) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- headerBlockFragment() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- headerBlockFragment() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame
-
- headerBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
-
- HeaderCheck(T) - Constructor for class org.apache.pekko.http.javadsl.JavaInitializationSpec.HeaderCheck
-
- HeaderCompression - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
- HeaderCompression() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- HeaderCompression$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
- HeaderCompression$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
- HeaderDecompression - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
INTERNAL API
Can be used on server and client side.
- HeaderDecompression(HttpHeaderParser, ParserSettings) - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- HeaderDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- HeaderDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
- HeaderDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- HeaderDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- HeaderDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives$
-
- HeaderListener - Interface in org.apache.pekko.http.shaded.com.twitter.hpack
-
- HeaderMagnet<T> - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- HeaderMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- HeaderMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$
-
- headerName() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser
-
- headerName() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- headerName() - Method in interface org.apache.pekko.http.javadsl.server.MalformedHeaderRejection
-
- headerName() - Method in interface org.apache.pekko.http.javadsl.server.MissingHeaderRejection
-
- headerName() - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet
-
- headerName() - Method in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- headerName() - Method in class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection
-
- HeaderParser(String) - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser
-
- headerParser() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- headerParser() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- HeaderParser - Class in org.apache.pekko.http.impl.model.parser
-
INTERNAL API.
- HeaderParser(ParserInput, HeaderParser.Settings) - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- HeaderParser$ - Class in org.apache.pekko.http.impl.model.parser
-
INTERNAL API.
- HeaderParser$() - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- HeaderParser.EmptyCookieException$ - Exception in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Failure - Class in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Failure$ - Class in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Result - Interface in org.apache.pekko.http.impl.model.parser
-
INTERNAL API.
- HeaderParser.RuleNotFound$ - Class in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Settings - Class in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Success - Class in org.apache.pekko.http.impl.model.parser
-
- HeaderParser.Success$ - Class in org.apache.pekko.http.impl.model.parser
-
- headers() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders
-
- headers() - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange.Default
-
- headers() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- headers() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.BodyPartStart
-
- headers() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- headers() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- headers() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- headers(ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns all the headers of the given type *
- headers() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- headers() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
The headers the part carries.
- headers() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- headers() - Method in class org.apache.pekko.http.scaladsl.model.Trailer
-
- headers() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- HEADERS$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.HEADERS$
-
- HeadersAndStreamedEntity(ByteString, Source<ByteString, Object>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
-
- HeadersAndStreamedEntity$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity$
-
- HeadersFrame(int, boolean, boolean, ByteString, Option<FrameEvent.PriorityFrame>) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- HeadersFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame$
-
- HeaderSpec - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HeaderSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- headersRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders$
-
- headersRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- headersRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders$
-
- headersRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- headersRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders$
-
- headersRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- headerValue(Function<HttpHeader, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- headerValue(Function<HttpHeader, Optional<T>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts an HTTP header value using the given function.
- headerValue(Function<HttpHeader, Optional<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- headerValue(Function1<HttpHeader, Option<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts an HTTP header value using the given function.
- headerValueByName(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- headerValueByName(String, Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts the value of the first HTTP request header with the given name.
- headerValueByName(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- headerValueByName(Symbol) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Deprecated.
Use string argument version or `headerValueByType`, e.g. instead of `headerValueByName('Referer)` use `headerValueByType(Referer)`. Since Akka HTTP 10.2.0.
- headerValueByName(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts the value of the HTTP request header with the given name.
- headerValueByType(Class<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- headerValueByType(Class<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts the first HTTP request header of the given type.
- headerValueByType(Class<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- headerValueByType(HeaderMagnet<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts the first HTTP request header of the given type.
- headerValueCacheLimit(String) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- headerValueCacheLimit(String) - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- headerValueCacheLimits() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- headerValueCacheLimits() - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- headerValueCacheLimits() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- HeaderValueParser(String, int) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- headerValuePF(PartialFunction<HttpHeader, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- headerValuePF(PartialFunction<HttpHeader, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts an HTTP header value using the given partial function.
- headerValuePF(PartialFunction<HttpHeader, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- headerValuePF(PartialFunction<HttpHeader, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts an HTTP header value using the given partial function.
- headerValueToBinary(String) - Method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
-
- headerValueToBinary(String) - Static method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
-
- heartbeat() - Static method in class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
Provides a [[ServerSentEvent]] with empty data which can be used as a heartbeat
- heartbeat() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
- heartbeat() - Static method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- HexByte() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- HexByte() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- HexByte() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- HexByte() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- HexByte() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- HEXDIG() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- HEXDIG() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- HexInt() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- HexInt() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- HexInt() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- HexInt() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- HexInt() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- hexIntegerSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Int value.
- hexIntegerSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Int value.
- HexIntNumber() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- HexIntNumber() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- HexIntNumber() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- HexIntNumber() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- HexIntNumber() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- HexIntNumber$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.HexIntNumber$
-
- HexLong() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- HexLong() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- HexLong() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- HexLong() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- HexLong() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- HexLongNumber() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- HexLongNumber() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- HexLongNumber() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- HexLongNumber() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- HexLongNumber() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- HexLongNumber$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.HexLongNumber$
-
- hexLongSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Long value.
- hexLongSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that efficiently matches a number of hex-digits and extracts their (non-negative) Long value.
- HexShort() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- HexShort() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- HexShort() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- HexShort() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- HexShort() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- HighLevelOutgoingConnectionSpec - Class in org.apache.pekko.http.impl.engine.client
-
- HighLevelOutgoingConnectionSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.HighLevelOutgoingConnectionSpec
-
- host() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- host() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- host() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- host() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- host(Host) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- host(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- host() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- host() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- host() - Method in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- host() - Method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- host() - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- host() - Method in class org.apache.pekko.http.javadsl.ConnectHttpImpl
-
- host() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- host() - Method in class org.apache.pekko.http.javadsl.model.Authority
-
Host in a URI
- Host - Class in org.apache.pekko.http.javadsl.model.headers
-
- Host() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Host
-
- host() - Method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- host() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpOrigin
-
- Host - Class in org.apache.pekko.http.javadsl.model
-
Represents a host in a URI or a Host header.
- Host() - Constructor for class org.apache.pekko.http.javadsl.model.Host
-
- host() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the Host of this Uri.
- host(Host) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new Host.
- host(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new host.
- host(Iterable<String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- host(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- host(Predicate<String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- host(Pattern, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- host(Iterable<String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- host(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- host(Predicate<String>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- host(Pattern, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- host(Iterable<String>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
Rejects all requests with a host name different from the given ones.
- host(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
Rejects all requests with a host name different from the given one.
- host(Predicate<String>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
Rejects all requests for whose host name the given predicate function returns false.
- host(Pattern, Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
Rejects all requests with a host name that doesn't have a prefix matching the given regular expression.
- Host - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Host(Uri.Host, int) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Host
-
- host() - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- host() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- host() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- host() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- Host() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- host(Seq<String>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HostDirectives
-
Rejects all requests with a host name different from the given ones.
- host(Function1<String, Object>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HostDirectives
-
Rejects all requests for whose host name the given predicate function returns false.
- host(Regex) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HostDirectives
-
Rejects all requests with a host name that doesn't have a prefix matching the given regular expression.
- host() - Method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
-
- host() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- host() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- host() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.DefaultHostInfo
-
- Host$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Host$
-
- Host$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Host$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Host$
-
- Host$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Host$
-
- hostAndPort() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- hostApply(String) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- hostApply(String, Uri.ParsingMode) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- hostApply(String, Charset) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- hostApply(String) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- hostApply(String, Uri.ParsingMode) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- hostApply(String, Charset) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- HostConnectionPool - Class in org.apache.pekko.http.javadsl
-
- HostConnectionPool() - Constructor for class org.apache.pekko.http.javadsl.HostConnectionPool
-
- HostConnectionPool() - Constructor for class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- HostConnectionPool$() - Constructor for class org.apache.pekko.http.scaladsl.Http.HostConnectionPool$
-
Deprecated.
- HostConnectionPoolImpl(PoolId, PoolMaster) - Constructor for class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
-
- HostConnectionPoolSetup - Class in org.apache.pekko.http.impl.settings
-
- HostConnectionPoolSetup(String, int, ConnectionPoolSetup) - Constructor for class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- HostConnectionPoolSetup$ - Class in org.apache.pekko.http.impl.settings
-
- HostConnectionPoolSetup$() - Constructor for class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup$
-
- HostConnectionPoolSpec - Class in org.apache.pekko.http.impl.engine.client
-
Tests the host connection pool infrastructure.
- HostConnectionPoolSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- HostConnectionPoolSpec.ClientServerImplementation - Interface in org.apache.pekko.http.impl.engine.client
-
- HostConnectionPoolSpec.KillSwitchedClientTransport - Class in org.apache.pekko.http.impl.engine.client
-
- HostConnectionPoolSpec.PassThrough - Class in org.apache.pekko.http.impl.engine.client
-
Transport that just passes through requests / responses
- HostConnectionPoolSpec.PassThrough$ - Class in org.apache.pekko.http.impl.engine.client
-
Transport that just passes through requests / responses
- HostConnectionPoolSpec.PassThrough.PassThroughTransport$ - Class in org.apache.pekko.http.impl.engine.client
-
- HostConnectionPoolSpec.PekkoHttpEngineNoNetwork - Class in org.apache.pekko.http.impl.engine.client
-
Transport that runs everything through client and server engines but without actual network
- HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$ - Class in org.apache.pekko.http.impl.engine.client
-
Transport that runs everything through client and server engines but without actual network
- HostConnectionPoolSpec.PekkoHttpEngineTCP - Class in org.apache.pekko.http.impl.engine.client
-
Transport that uses actual top-level Http APIs to establish a plaintext HTTP connection
- HostConnectionPoolSpec.PekkoHttpEngineTCP$ - Class in org.apache.pekko.http.impl.engine.client
-
Transport that uses actual top-level Http APIs to establish a plaintext HTTP connection
- HostConnectionPoolSpec.PekkoHttpEngineTLS - Class in org.apache.pekko.http.impl.engine.client
-
Transport that uses actual top-level Http APIs to establish a HTTPS connection
Currently requires an /etc/hosts entry that points pekko.example.org to a locally bindable address.
- HostConnectionPoolSpec.PekkoHttpEngineTLS$ - Class in org.apache.pekko.http.impl.engine.client
-
Transport that uses actual top-level Http APIs to establish a HTTPS connection
Currently requires an /etc/hosts entry that points pekko.example.org to a locally bindable address.
- HostConnectionPoolSpec.TopLevelApiClientServerImplementation - Class in org.apache.pekko.http.impl.engine.client
-
- HostDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- HostDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.HostDirectives
-
- HostDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- HostDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- HostDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.HostDirectives$
-
- hostHeader() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- HostHeader$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HostHeader$
-
- hostname() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- hostOverrides() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- hostOverrides() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- hostRegex(String) - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl$
-
- hostRegex(String) - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- hostRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost$
-
- hostRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- HostRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering.HostRenderer$
-
- hour() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- hour() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the hour of this instant in GMT.
- hour() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- hpackCoding(HttpHeaderParser, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
Runs hpack encoding and decoding.
- hpackCoding(HttpHeaderParser, ParserSettings) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
Runs hpack encoding and decoding.
- hreflang(Language) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- hreflang(Language) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang
-
- hreflang$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang$
-
- HTAB() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- HTAB() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- htmlTemplate() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- http() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- Http - Class in org.apache.pekko.http.javadsl
-
- Http(ExtendedActorSystem) - Constructor for class org.apache.pekko.http.javadsl.Http
-
- http() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- http() - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/1.1 plaintext connection with a default port 80 to the server.
- Http - Class in org.apache.pekko.http.scaladsl
-
- Http() - Constructor for class org.apache.pekko.http.scaladsl.Http
-
- http() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/1.1 plaintext connection with a default port 80 to the server.
- Http$ - Class in org.apache.pekko.http.javadsl
-
- Http$() - Constructor for class org.apache.pekko.http.javadsl.Http$
-
- Http$ - Class in org.apache.pekko.http.scaladsl
-
- Http$() - Constructor for class org.apache.pekko.http.scaladsl.Http$
-
- Http.HostConnectionPool - Class in org.apache.pekko.http.scaladsl
-
Represents a connection pool to a specific target host and pool configuration.
- Http.HostConnectionPool$ - Class in org.apache.pekko.http.scaladsl
-
Deprecated.
Not needed any more. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- Http.HostConnectionPoolImpl - Class in org.apache.pekko.http.scaladsl
-
INTERNAL API
- Http.HttpConnectionTerminated - Class in org.apache.pekko.http.scaladsl
-
- Http.HttpConnectionTerminated$ - Class in org.apache.pekko.http.scaladsl
-
- Http.HttpServerTerminated - Class in org.apache.pekko.http.scaladsl
-
- Http.HttpServerTerminated$ - Class in org.apache.pekko.http.scaladsl
-
- Http.HttpTerminated - Class in org.apache.pekko.http.scaladsl
-
Type used to carry meaningful information when server termination has completed successfully.
- Http.IncomingConnection - Class in org.apache.pekko.http.scaladsl
-
Represents one accepted incoming HTTP connection.
- Http.IncomingConnection$ - Class in org.apache.pekko.http.scaladsl
-
- Http.OutgoingConnection - Class in org.apache.pekko.http.scaladsl
-
Represents a prospective outgoing HTTP connection.
- Http.OutgoingConnection$ - Class in org.apache.pekko.http.scaladsl
-
- Http.ServerBinding - Class in org.apache.pekko.http.scaladsl
-
Represents a prospective HTTP server binding.
- Http.ServerBinding$ - Class in org.apache.pekko.http.scaladsl
-
- HTTP11() - Method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
- HTTP11() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
-
- Http2 - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2
-
- http2() - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/2 TLS connection with a default port 443
Note that the responses are not guaranteed to arrive in the same order as the requests go out (In the case of a HTTP/2 connection)
so therefore requests needs to have a
pekko.http.scaladsl.model.RequestResponseAssociation
which Pekko HTTP will carry over to the corresponding response for a request.
- http2() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/2 TLS connection with a default port 443
Note that the responses are not guaranteed to arrive in the same order as the requests go out (In the case of a HTTP/2 connection)
so therefore requests needs to have a
pekko.http.scaladsl.model.RequestResponseAssociation
which Pekko HTTP will carry over to the corresponding response for a request.
- Http2$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2$
-
- Http2AlpnSupport - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Will add support to an engine either using jetty alpn or using netty APIs (later).
- Http2AlpnSupport() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport
-
- Http2AlpnSupport$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Will add support to an engine either using jetty alpn or using netty APIs (later).
- Http2AlpnSupport$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2AlpnSupport$
-
- Http2Blueprint - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2Blueprint() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- Http2Blueprint$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2Blueprint$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- Http2Blueprint.BidiFlowExt<I1,O1,I2,O2,Mat> - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2BlueprintSpec - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2BlueprintSpec() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- Http2ClientDemux - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2ClientDemux(Http2ClientSettings, HttpHeaderParser) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2ClientDemux
-
- Http2ClientSettings - Interface in org.apache.pekko.http.javadsl.settings
-
- Http2ClientSettings - Interface in org.apache.pekko.http.scaladsl.settings
-
- Http2ClientSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ClientSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings$
-
- Http2ClientSettings.Http2ClientSettingsImpl - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ClientSettings.Http2ClientSettingsImpl$ - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ClientSettingsImpl(int, int, int, int, int, boolean, FiniteDuration, FiniteDuration, int, FiniteDuration, FiniteDuration, FiniteDuration, Option<Http2InternalClientSettings>) - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- Http2ClientSettingsImpl$() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl$
-
- Http2CommonSettings - Interface in org.apache.pekko.http.scaladsl.settings
-
INTERNAL API
Settings which are common for server and client side.
- Http2CommonSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
INTERNAL API
- Http2CommonSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2CommonSettings$
-
- Http2CommonSettingsSpec - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2CommonSettingsSpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2CommonSettingsSpec
-
- Http2Compliance - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2Compliance() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- Http2Compliance$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2Compliance$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- Http2Compliance.Http2ProtocolException - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.Http2ProtocolStreamException - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.IllegalHttp2FrameSize - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.IllegalHttp2StreamDependency - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.IllegalHttp2StreamIdException - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.IllegalPayloadInSettingsAckFrame - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.IllegalPayloadLengthInSettingsFrame - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Compliance.MissingHttpIdHeaderException - Exception in org.apache.pekko.http.impl.engine.http2
-
- Http2Demux - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
This stage contains all control logic for handling frames and (de)muxing data to/from substreams.
- Http2Demux(Http2CommonSettings, Seq<FrameEvent.Setting>, boolean, boolean) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- Http2Demux$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Demux$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Demux$
-
- Http2Demux.CompletionTimeout$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Exception - Exception in org.apache.pekko.http.scaladsl.model.http2
-
Base class for HTTP2 exceptions.
- Http2Exception(String) - Constructor for exception org.apache.pekko.http.scaladsl.model.http2.Http2Exception
-
- Http2Ext - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Internal entry points for Http/2 server
- Http2Ext(ActorSystem) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- Http2FrameParsing - Class in org.apache.pekko.http.impl.engine.http2.framing
-
INTERNAL API
- Http2FrameParsing(boolean, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing
-
- Http2FrameParsing$ - Class in org.apache.pekko.http.impl.engine.http2.framing
-
INTERNAL API
- Http2FrameParsing$() - Constructor for class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing$
-
- Http2FrameParsing.Step - Class in org.apache.pekko.http.impl.engine.http2.framing
-
- Http2HeaderParsing - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing
-
- Http2HeaderParsing$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing$
-
- Http2HeaderParsing.Authority$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.ContentLength$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.ContentType$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.Cookie$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.HeaderParser<T> - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.Method$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.OtherHeader$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.PathAndQuery$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.Scheme$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.Status$ - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2HeaderParsing.Verbatim - Class in org.apache.pekko.http.impl.engine.http2.hpack
-
- Http2InternalClientSettings - Interface in org.apache.pekko.http.scaladsl.settings
-
Placeholder for any kind of internal settings that might be interesting for HTTP/2 (like custom strategies)
- Http2InternalServerSettings - Interface in org.apache.pekko.http.scaladsl.settings
-
Placeholder for any kind of internal settings that might be interesting for HTTP/2 (like custom strategies)
- Http2JDKAlpnSupport - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
The actual implementation of ALPN support on supported JDKs.
- Http2JDKAlpnSupport() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport
-
- Http2JDKAlpnSupport$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
The actual implementation of ALPN support on supported JDKs.
- Http2JDKAlpnSupport$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport$
-
- Http2Multiplexer - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
The internal interface Http2ServerDemux uses to drive the multiplexer.
- Http2MultiplexerSupport - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Multiplexes the outgoing side of the streams on a HTTP/2 connection.
- Http2MultiplexerSupport.StateTimingSupport - Interface in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Defines constants as defined in the HTTP/2 specification.
- Http2Protocol() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
- Http2Protocol$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Defines constants as defined in the HTTP/2 specification.
- Http2Protocol$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
- Http2Protocol.ErrorCode - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.ErrorCode$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.ErrorCode$.CANCEL$ - Class in org.apache.pekko.http.impl.engine.http2
-
CANCEL (0x8): Used by the endpoint to indicate that the stream is no
longer needed.
- Http2Protocol.ErrorCode$.COMPRESSION_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
COMPRESSION_ERROR (0x9): The endpoint is unable to maintain the
header compression context for the connection.
- Http2Protocol.ErrorCode$.CONNECT_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
CONNECT_ERROR (0xa): The connection established in response to a
CONNECT request (Section 8.3) was reset or abnormally closed.
- Http2Protocol.ErrorCode$.ENHANCE_YOUR_CALM$ - Class in org.apache.pekko.http.impl.engine.http2
-
ENHANCE_YOUR_CALM (0xb): The endpoint detected that its peer is
exhibiting a behavior that might be generating excessive load.
- Http2Protocol.ErrorCode$.FLOW_CONTROL_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
FLOW_CONTROL_ERROR (0x3): The endpoint detected that its peer
violated the flow-control protocol.
- Http2Protocol.ErrorCode$.FRAME_SIZE_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
FRAME_SIZE_ERROR (0x6): The endpoint received a frame with an
invalid size.
- Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$ - Class in org.apache.pekko.http.impl.engine.http2
-
HTTP_1_1_REQUIRED (0xd): The endpoint requires that HTTP/1.1 be used
instead of HTTP/2.
- Http2Protocol.ErrorCode$.INADEQUATE_SECURITY$ - Class in org.apache.pekko.http.impl.engine.http2
-
INADEQUATE_SECURITY (0xc): The underlying transport has properties
that do not meet minimum security requirements (see Section 9.2).
- Http2Protocol.ErrorCode$.INTERNAL_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL_ERROR (0x2): The endpoint encountered an unexpected
internal error.
- Http2Protocol.ErrorCode$.NO_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
NO_ERROR (0x0): The associated condition is not a result of an
error.
- Http2Protocol.ErrorCode$.PROTOCOL_ERROR$ - Class in org.apache.pekko.http.impl.engine.http2
-
PROTOCOL_ERROR (0x1): The endpoint detected an unspecific protocol
error.
- Http2Protocol.ErrorCode$.REFUSED_STREAM$ - Class in org.apache.pekko.http.impl.engine.http2
-
REFUSED_STREAM (0x7): The endpoint refused the stream prior to
performing any application processing (see Section 8.1.4 for
details).
- Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_TIMEOUT (0x4): The endpoint sent a SETTINGS frame but did
not receive a response in a timely manner.
- Http2Protocol.ErrorCode$.STREAM_CLOSED$ - Class in org.apache.pekko.http.impl.engine.http2
-
STREAM_CLOSED (0x5): The endpoint received a frame after a stream
was half-closed.
- Http2Protocol.ErrorCode$.Unknown - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.ErrorCode$.Unknown$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.Flags$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.CONTINUATION$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.DATA$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.GOAWAY$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.HEADERS$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.PING$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.PRIORITY$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.PUSH_PROMISE$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.RST_STREAM$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.SETTINGS$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.FrameType$.WINDOW_UPDATE$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.SettingIdentifier - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.SettingIdentifier$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_ENABLE_PUSH (0x2): This setting can be used to disable
server push (Section 8.2).
- Http2Protocol.SettingIdentifier$.SETTINGS_HEADER_TABLE_SIZE$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_HEADER_TABLE_SIZE (0x1): Allows the sender to inform the
remote endpoint of the maximum size of the header compression
table used to decode header blocks, in octets.
- Http2Protocol.SettingIdentifier$.SETTINGS_INITIAL_WINDOW_SIZE$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_INITIAL_WINDOW_SIZE (0x4): Indicates the sender's initial
window size (in octets) for stream-level flow control.
- Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_MAX_CONCURRENT_STREAMS (0x3): Indicates the maximum number
of concurrent streams that the sender will allow.
- Http2Protocol.SettingIdentifier$.SETTINGS_MAX_FRAME_SIZE$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_MAX_FRAME_SIZE (0x5): Indicates the size of the largest
frame payload that the sender is willing to receive, in octets.
- Http2Protocol.SettingIdentifier$.SETTINGS_MAX_HEADER_LIST_SIZE$ - Class in org.apache.pekko.http.impl.engine.http2
-
SETTINGS_MAX_HEADER_LIST_SIZE (0x6): This advisory setting informs a
peer of the maximum size of header list that the sender is
prepared to accept, in octets.
- Http2ProtocolException(Http2Protocol.ErrorCode, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolException
-
- Http2ProtocolException(String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolException
-
- Http2ProtocolStreamException(int, Http2Protocol.ErrorCode, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolStreamException
-
- Http2ServerDemux - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- Http2ServerDemux(Http2ServerSettings, Seq<FrameEvent.Setting>, boolean) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2ServerDemux
-
- Http2ServerSettings - Interface in org.apache.pekko.http.javadsl.settings
-
- Http2ServerSettings - Interface in org.apache.pekko.http.scaladsl.settings
-
- Http2ServerSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- Http2ServerSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.Http2ServerSettings$
-
- Http2ServerSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ServerSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings$
-
- Http2ServerSettings.Http2ServerSettingsImpl - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ServerSettings.Http2ServerSettingsImpl$ - Class in org.apache.pekko.http.scaladsl.settings
-
- Http2ServerSettingsImpl(int, int, int, int, int, int, boolean, FiniteDuration, FiniteDuration, Set<String>, int, int, FiniteDuration, Option<Http2InternalServerSettings>) - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- Http2ServerSettingsImpl$() - Constructor for class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl$
-
- Http2ServerSettingT$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Http2ServerSettingT$
-
- http2Settings() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- http2Settings() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- http2Settings() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- http2Settings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- Http2SettingsHeader - Class in org.apache.pekko.http.scaladsl.model.http2
-
Internal API
- Http2SettingsHeader() - Constructor for class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
-
- Http2SettingsHeader$ - Class in org.apache.pekko.http.scaladsl.model.http2
-
Internal API
- Http2SettingsHeader$() - Constructor for class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
-
- Http2StreamHandling - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
Handles HTTP/2 stream states
Accepts
FrameEvent
s from the network side and emits ByteHttp2SubStream
s for streams
to be handled by the Pekko HTTP layer.
- Http2StreamHandling$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling$
-
- Http2StreamHandling.Closed$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.CollectingIncomingData - Class in org.apache.pekko.http.impl.engine.http2
-
Special state that allows collecting some incoming data before dispatching it either as strict or streamed entity
- Http2StreamHandling.CollectingIncomingData$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedLocal - Class in org.apache.pekko.http.impl.engine.http2
-
We have closed the outgoing stream, but the incoming stream is still going.
- Http2StreamHandling.HalfClosedLocal$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedLocalWaitingForPeerStream - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedLocalWaitingForPeerStream$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedRemoteSendingData - Class in org.apache.pekko.http.impl.engine.http2
-
They have closed the incoming stream, but the outgoing stream is still going.
- Http2StreamHandling.HalfClosedRemoteSendingData$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.HalfClosedRemoteWaitingForOutgoingStream$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.Idle$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.IncomingStreamBuffer - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.Open - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.Open$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OpenReceivingDataFirst - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OpenReceivingDataFirst$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OpenSendingData - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OpenSendingData$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OutStream - Interface in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OutStream$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.OutStreamImpl - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.ReceivingData - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.ReceivingDataWithBuffer - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.Sending - Interface in org.apache.pekko.http.impl.engine.http2
-
- Http2StreamHandling.StreamState - Class in org.apache.pekko.http.impl.engine.http2
-
States roughly correspond to states as given in https://http2.github.io/http2-spec/#StreamStates.
- Http2SubStream - Class in org.apache.pekko.http.impl.engine.http2
-
Represents one direction of an Http2 substream.
- Http2SubStream(FrameEvent.ParsedHeadersFrame, OptionVal<FrameEvent.ParsedHeadersFrame>, Either<ByteString, Source<Object, Object>>, Map<AttributeKey<?>, Object>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- Http2SubStream$ - Class in org.apache.pekko.http.impl.engine.http2
-
- Http2SubStream$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2SubStream$
-
- http2WithPriorKnowledge() - 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
Note that the responses are not guaranteed to arrive in the same order as the requests go out (In the case of a HTTP/2 connection)
so therefore requests needs to have a
pekko.http.scaladsl.model.RequestResponseAssociation
which Pekko HTTP will carry over to the corresponding response for a request.
- http2WithPriorKnowledge() - 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
Note that the responses are not guaranteed to arrive in the same order as the requests go out (In the case of a HTTP/2 connection)
so therefore requests needs to have a
pekko.http.scaladsl.model.RequestResponseAssociation
which Pekko HTTP will carry over to the corresponding response for a request.
- HTTP_1_0 - Static variable in class org.apache.pekko.http.javadsl.model.HttpProtocols
-
- HTTP_1_1 - Static variable in class org.apache.pekko.http.javadsl.model.HttpProtocols
-
- HTTP_1_1_REQUIRED$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.HTTP_1_1_REQUIRED$
-
- HttpApp - Class in org.apache.pekko.http.javadsl.server
-
Deprecated.
HttpApp this doesn't reflect the latest APIs, since Akka HTTP 10.2.0
- HttpApp() - Constructor for class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
- HttpApp - Class in org.apache.pekko.http.scaladsl.server
-
Deprecated.
HttpApp this doesn't reflect the latest APIs. Since Akka HTTP 10.2.0.
- HttpApp() - Constructor for class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- HttpAttributes - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
Internally used attributes set in the HTTP pipeline.
- HttpAttributes() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes
-
- HttpAttributes$ - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
Internally used attributes set in the HTTP pipeline.
- HttpAttributes$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
- HttpAttributes.RemoteAddress - Class in org.apache.pekko.http.impl.engine.server
-
- HttpAttributes.RemoteAddress$ - Class in org.apache.pekko.http.impl.engine.server
-
- HttpAttributes.TLSSessionInfo - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
Internally used TLS session info in the HTTP pipeline.
- HttpAttributes.TLSSessionInfo$ - Class in org.apache.pekko.http.impl.engine.server
-
- HttpChallenge - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpChallenge() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- HttpChallenge - Class in org.apache.pekko.http.scaladsl.model.headers
-
Note: the token of challenge is stored in the params Map as a parameter whose name is empty String("") for binary
compatibility, but it will be parsed and rendered correctly.
- HttpChallenge(String, String, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- HttpChallenge$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpChallenge$
-
- HttpChallenge$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpChallenge$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge$
-
- HttpChallenges - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpChallenges() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges
-
- HttpChallenges$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpChallenges$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges$
-
- HttpCharset - Class in org.apache.pekko.http.javadsl.model
-
Represents a charset in Http.
- HttpCharset() - Constructor for class org.apache.pekko.http.javadsl.model.HttpCharset
-
- HttpCharset - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharset(String, Seq<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- HttpCharset$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpCharset$
-
- HttpCharset$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharset$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharset$
-
- HttpCharsetRange - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http charset range.
- HttpCharsetRange() - Constructor for class org.apache.pekko.http.javadsl.model.HttpCharsetRange
-
- HttpCharsetRange - Class in org.apache.pekko.http.scaladsl.model
-
A charset range as encountered in
Accept-Charset
.
- HttpCharsetRange() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
- HttpCharsetRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpCharsetRange$
-
- HttpCharsetRange$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsetRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsetRange$
-
- HttpCharsetRange.$times - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsetRange.$times$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsetRange.One - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsetRange.One$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsetRanges - Class in org.apache.pekko.http.javadsl.model
-
Contains constructors to create a HttpCharsetRange.
- HttpCharsets - Class in org.apache.pekko.http.javadsl.model
-
Contains a set of predefined charsets.
- HttpCharsets - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsets() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- HttpCharsets$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpCharsets$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsets$
-
- HttpConfigurationSpec - Class in org.apache.pekko.http.impl.engine.client
-
- HttpConfigurationSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
-
- HttpConnectionContext - Class in org.apache.pekko.http.javadsl
-
- HttpConnectionContext() - Constructor for class org.apache.pekko.http.javadsl.HttpConnectionContext
-
- HttpConnectionContext - Class in org.apache.pekko.http.scaladsl
-
- HttpConnectionContext() - Constructor for class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
- HttpConnectionContext$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpConnectionContext$
-
- HttpConnectionContext$ - Class in org.apache.pekko.http.scaladsl
-
- HttpConnectionContext$() - Constructor for class org.apache.pekko.http.scaladsl.HttpConnectionContext$
-
- HttpConnectionIdleTimeoutBidi - Class in org.apache.pekko.http.impl.engine
-
INTERNAL API
- HttpConnectionIdleTimeoutBidi() - Constructor for class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi
-
- HttpConnectionIdleTimeoutBidi$ - Class in org.apache.pekko.http.impl.engine
-
INTERNAL API
- HttpConnectionIdleTimeoutBidi$() - Constructor for class org.apache.pekko.http.impl.engine.HttpConnectionIdleTimeoutBidi$
-
- HttpConnectionTerminated() - Constructor for class org.apache.pekko.http.scaladsl.Http.HttpConnectionTerminated
-
- HttpConnectionTerminated$() - Constructor for class org.apache.pekko.http.scaladsl.Http.HttpConnectionTerminated$
-
- httpContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- HttpCookie - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpCookie() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- HttpCookie - Class in org.apache.pekko.http.scaladsl.model.headers
-
for a full definition of the http cookie header fields, see
http://tools.ietf.org/html/rfc6265
- HttpCookie(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>, Option<SameSite>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- HttpCookie(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Deprecated.
Please use HttpCookie(name, value).withXxx(). Since Akka HTTP 10.2.0.
- HttpCookie$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpCookie$
-
- HttpCookie$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpCookie$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
- HttpCookiePair - Class in org.apache.pekko.http.javadsl.model.headers
-
Represents a cookie pair as used in the `Cookie` header as specified in
http://tools.ietf.org/search/rfc6265#section-4.2.1
- HttpCookiePair() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
- HttpCookiePair - Class in org.apache.pekko.http.scaladsl.model.headers
-
for a full definition of the http cookie header fields, see
http://tools.ietf.org/html/rfc6265
This class is sealed abstract to prevent generation of default apply method in companion
- HttpCookiePair() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- HttpCookiePair$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpCookiePair$
-
- HttpCookiePair$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpCookiePair$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- HttpCookieSpec - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpCookieSpec() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- HttpCredentials - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpCredentials() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- HttpCredentials - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpCredentials() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
-
- HttpCredentials$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpCredentials$
-
- HttpData(ByteString) - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.HttpData
-
- HttpData$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.HttpData$
-
- httpDateTimes() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- HttpEncoding - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpEncoding() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpEncoding
-
- HttpEncoding - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncoding(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding
-
- HttpEncoding$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpEncoding$
-
- HttpEncoding$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncoding$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding$
-
- HttpEncodingRange - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpEncodingRange() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
-
- HttpEncodingRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRange() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
- HttpEncodingRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpEncodingRange$
-
- HttpEncodingRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange$
-
- HttpEncodingRange.$times - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRange.$times$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRange.One - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRange.One$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodingRanges - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpEncodings - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpEncodings - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodings() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- HttpEncodings$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpEncodings$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- HttpEntities - Class in org.apache.pekko.http.javadsl.model
-
Constructors for HttpEntity instances
- HttpEntity(ContentType, File) - Method in class org.apache.pekko.http.impl.util.JavaAccessors$
-
INTERNAL API
- HttpEntity(ContentType, Path) - Method in class org.apache.pekko.http.impl.util.JavaAccessors$
-
INTERNAL API
- HttpEntity(ContentType, File) - Static method in class org.apache.pekko.http.impl.util.JavaAccessors
-
INTERNAL API
- HttpEntity(ContentType, Path) - Static method in class org.apache.pekko.http.impl.util.JavaAccessors
-
INTERNAL API
- HttpEntity - Interface in org.apache.pekko.http.javadsl.model
-
Represents the entity of an Http message.
- HttpEntity - Interface in org.apache.pekko.http.scaladsl.model
-
Models the entity (aka "body" or "content") of an HTTP message.
- httpEntity() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.HttpEntityScalaDSLSugar
-
- HttpEntity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpEntity$
-
- HttpEntity$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
- HttpEntity.Chunk - Class in org.apache.pekko.http.scaladsl.model
-
An intermediate entity chunk guaranteed to carry non-empty data.
- HttpEntity.Chunk$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.Chunked - Interface in org.apache.pekko.http.javadsl.model
-
Represents an entity transferred using `Transfer-Encoding: chunked`.
- HttpEntity.Chunked - Class in org.apache.pekko.http.scaladsl.model
-
The model for the entity of a chunked HTTP message (with
Transfer-Encoding: chunked
).
- HttpEntity.Chunked$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.ChunkStreamPart - Class in org.apache.pekko.http.javadsl.model
-
A part of a stream of incoming data for `Transfer-Encoding: chunked` messages.
- HttpEntity.ChunkStreamPart - Class in org.apache.pekko.http.scaladsl.model
-
An element of the HttpEntity data stream.
- HttpEntity.ChunkStreamPart$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.CloseDelimited - Interface in org.apache.pekko.http.javadsl.model
-
Represents an entity without a predetermined content-length.
- HttpEntity.CloseDelimited - Class in org.apache.pekko.http.scaladsl.model
-
The model for the entity of an HTTP response that is terminated by the server closing the connection.
- HttpEntity.CloseDelimited$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.Default - Interface in org.apache.pekko.http.javadsl.model
-
The default entity type which has a predetermined length and a stream of data bytes.
- HttpEntity.Default - Class in org.apache.pekko.http.scaladsl.model
-
The model for the entity of a "regular" unchunked HTTP message with a known non-zero length.
- HttpEntity.Default$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.DiscardedEntity - Interface in org.apache.pekko.http.javadsl.model
-
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
- HttpEntity.DiscardedEntity - Class in org.apache.pekko.http.scaladsl.model
-
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
- HttpEntity.HttpEntityScalaDSLSugar - Class in org.apache.pekko.http.scaladsl.model
-
Adds Scala DSL idiomatic methods to
HttpEntity
, e.g. versions of methods with an implicit Materializer
.
- HttpEntity.HttpEntityScalaDSLSugar$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.IndefiniteLength - Interface in org.apache.pekko.http.javadsl.model
-
Represents an entity without a predetermined content-length to use in a BodyParts.
- HttpEntity.IndefiniteLength - Class in org.apache.pekko.http.scaladsl.model
-
The model for the entity of a BodyPart with an indefinite length.
- HttpEntity.IndefiniteLength$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.LastChunk - Class in org.apache.pekko.http.scaladsl.model
-
The final chunk of a chunk stream.
- HttpEntity.LastChunk$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.Strict - Interface in org.apache.pekko.http.javadsl.model
-
The entity type which consists of a predefined fixed ByteString of data.
- HttpEntity.Strict - Class in org.apache.pekko.http.scaladsl.model
-
The model for the entity of a "regular" unchunked HTTP message with known, fixed data.
- HttpEntity.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntity.WithoutKnownLength - Interface in org.apache.pekko.http.scaladsl.model
-
Supertype of CloseDelimited and IndefiniteLength.
- httpEntityOut() - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- HttpEntityScalaDSLSugar(HttpEntity) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.HttpEntityScalaDSLSugar
-
- HttpEntityScalaDSLSugar$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.HttpEntityScalaDSLSugar$
-
- HttpEntitySpec - Class in org.apache.pekko.http.scaladsl.model
-
- HttpEntitySpec() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- HttpExt - Class in org.apache.pekko.http.scaladsl
-
Pekko extension for HTTP which serves as the main entry point into pekko-http.
- HttpExt(Config, ExtendedActorSystem) - Constructor for class org.apache.pekko.http.scaladsl.HttpExt
-
- HttpExtensionApiSpec - Class in org.apache.pekko.http.javadsl
-
- HttpExtensionApiSpec() - Constructor for class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- HttpFailure() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpFailure
-
- HttpHeader - Class in org.apache.pekko.http.javadsl.model
-
The base type representing Http headers.
- HttpHeader() - Constructor for class org.apache.pekko.http.javadsl.model.HttpHeader
-
- HttpHeader - Class in org.apache.pekko.http.scaladsl.model
-
The model of an HTTP header.
- HttpHeader() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- HttpHeader$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpHeader$
-
- HttpHeader$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpHeader$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader$
-
- HttpHeader.ParsingResult - Interface in org.apache.pekko.http.scaladsl.model
-
- HttpHeader.ParsingResult$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpHeader.ParsingResult$.Error - Class in org.apache.pekko.http.scaladsl.model
-
The parsing run failed due to a fatal parsing error.
- HttpHeader.ParsingResult$.Error$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpHeader.ParsingResult$.Ok - Class in org.apache.pekko.http.scaladsl.model
-
The parsing run produced a result.
- HttpHeader.ParsingResult$.Ok$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpHeaderParser - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
Provides for time- and space-efficient parsing of an HTTP header line in an HTTP message.
- HttpHeaderParser() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- HttpHeaderParser$ - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- HttpHeaderParser$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- HttpHeaderParser.HeaderValueParser - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParser.ModeledHeaderValueParser - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParser.RawHeaderValueParser - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParser.Settings - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- HttpHeaderParserCRLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserCRLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserCRLFSpec
-
- HttpHeaderParserLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserLFSpec
-
- HttpHeaderParserSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec(String, String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec
-
- HttpHeaderParserSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetupMode - Interface in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetupMode$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetupMode.Default$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetupMode.Primed$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserSpec.TestSetupMode.Unprimed$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserTestBed - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserTestBed() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- HttpHeaderParserTestBed$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpHeaderParserTestBed$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
- HttpHeaderRange - Class in org.apache.pekko.http.cors.javadsl.model
-
- HttpHeaderRange() - Constructor for class org.apache.pekko.http.cors.javadsl.model.HttpHeaderRange
-
- HttpHeaderRange - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpHeaderRange() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange
-
- HttpHeaderRange$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpHeaderRange$() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpHeaderRange$
-
- HttpHeaderRange.$times$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpHeaderRange.Default - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpHeaderRange.Default$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpHeaderRanges - Class in org.apache.pekko.http.cors.javadsl.model
-
- HttpHeaderSpec - Class in org.apache.pekko.http.impl.model.parser
-
- HttpHeaderSpec() - Constructor for class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- HttpHeaderSpec.TestError - Class in org.apache.pekko.http.impl.model.parser
-
- HttpHeaderSpec.TestExample - Interface in org.apache.pekko.http.impl.model.parser
-
- HttpHeaderSpec.TestHeader - Class in org.apache.pekko.http.impl.model.parser
-
- HttpHeaderSpec.TestLine - Class in org.apache.pekko.http.impl.model.parser
-
- HttpIdleTimeoutException - Exception in org.apache.pekko.http.impl.engine
-
- HttpIdleTimeoutException(String, FiniteDuration) - Constructor for exception org.apache.pekko.http.impl.engine.HttpIdleTimeoutException
-
- httpLayer(ServerSettings, LoggingAdapter, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
Translation between substream frames and Http messages (both directions)
To make use of parallelism requests and responses need to be associated (other than by ordering), suggestion
is to add a special (virtual) header containing the streamId (or any other kind of token) is added to the HttRequest
that must be reproduced in an HttpResponse.
- httpLayer(ServerSettings, LoggingAdapter, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
Translation between substream frames and Http messages (both directions)
To make use of parallelism requests and responses need to be associated (other than by ordering), suggestion
is to add a special (virtual) header containing the streamId (or any other kind of token) is added to the HttRequest
that must be reproduced in an HttpResponse.
- httpLayerClient(HttpHeaderParser, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- httpLayerClient(HttpHeaderParser, ClientConnectionSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- HttpMessage - Interface in org.apache.pekko.http.javadsl.model
-
The base type for an Http message (request or response).
- HttpMessage - Interface in org.apache.pekko.http.scaladsl.model
-
Common base class of HttpRequest and HttpResponse.
- httpMessage() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessage.HttpMessageScalaDSLSugar
-
- HttpMessage$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMessage$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMessage$
-
- HttpMessage.DiscardedEntity - Interface in org.apache.pekko.http.javadsl.model
-
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
- HttpMessage.DiscardedEntity - Class in org.apache.pekko.http.scaladsl.model
-
Represents the currently being-drained HTTP Entity which triggers completion of the contained
Future once the entity has been drained for the given HttpMessage completely.
- HttpMessage.HttpMessageScalaDSLSugar - Class in org.apache.pekko.http.scaladsl.model
-
Adds Scala DSL idiomatic methods to
HttpMessage
, e.g. versions of methods with an implicit Materializer
.
- HttpMessage.HttpMessageScalaDSLSugar$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMessage.MessageTransformations<Self> - Interface in org.apache.pekko.http.javadsl.model
-
- HttpMessageParser<Output extends ParserOutput> - Interface in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
Common logic for http request and response message parsing
- HttpMessageParser$ - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- HttpMessageParser$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser$
-
- HttpMessageParser.StateResult - Interface in org.apache.pekko.http.impl.engine.parsing
-
- HttpMessageParser.Trampoline - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpMessageParser.Trampoline$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpMessageRendering - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- HttpMessageRendering() - Constructor for class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering
-
- HttpMessageRendering$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- HttpMessageRendering$() - Constructor for class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering$
-
- HttpMessageScalaDSLSugar(HttpMessage) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMessage.HttpMessageScalaDSLSugar
-
- HttpMessageScalaDSLSugar$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMessage.HttpMessageScalaDSLSugar$
-
- HttpMessageSpec - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMessageSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- HttpMethod - Class in org.apache.pekko.http.javadsl.model
-
Represents an HTTP request method.
- HttpMethod() - Constructor for class org.apache.pekko.http.javadsl.model.HttpMethod
-
- HttpMethod - Class in org.apache.pekko.http.scaladsl.model
-
The method of an HTTP request.
- HttpMethod(String, boolean, boolean, RequestEntityAcceptance) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- HttpMethod$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpMethod$
-
- HttpMethod$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMethod$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMethod$
-
- httpMethodDef() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- HttpMethods - Class in org.apache.pekko.http.javadsl.model
-
Contains static constants for predefined method types.
- HttpMethods - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMethods() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- HttpMethods$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMethods$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- HttpMethodsSpec - Class in org.apache.pekko.http.scaladsl.model
-
- HttpMethodsSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpMethodsSpec
-
- HttpModelIntegrationSpec - Class in io.pekko.integrationtest.http
-
Integration test for external HTTP libraries that are built on top of
Pekko HTTP core.
- HttpModelIntegrationSpec() - Constructor for class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- httpOnly() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- httpOnly() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- HttpOrigin - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpOrigin() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpOrigin
-
- HttpOrigin - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOrigin(String, Host) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- HttpOrigin$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpOrigin$
-
- HttpOrigin$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOrigin$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin$
-
- HttpOriginMatcher - Class in org.apache.pekko.http.cors.javadsl.model
-
- HttpOriginMatcher() - Constructor for class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
-
- HttpOriginMatcher - Class in org.apache.pekko.http.cors.scaladsl.model
-
HttpOrigin matcher.
- HttpOriginMatcher() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
-
- HttpOriginMatcher$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginMatcher$() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher$
-
- HttpOriginMatcher.$times$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginMatcher.Default - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginMatcher.Default$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginMatcher.Strict - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginMatcher.Strict$ - Class in org.apache.pekko.http.cors.scaladsl.model
-
- HttpOriginRange - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpOriginRange() - Constructor for class org.apache.pekko.http.javadsl.model.headers.HttpOriginRange
-
- HttpOriginRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOriginRange() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange
-
- HttpOriginRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpOriginRange$
-
- HttpOriginRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOriginRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange$
-
- HttpOriginRange.$times$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOriginRange.Default - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOriginRange.Default$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- HttpOriginRanges - Class in org.apache.pekko.http.javadsl.model.headers
-
- HttpProtocol - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http protocol (currently only HTTP/1.0 or HTTP/1.1).
- HttpProtocol() - Constructor for class org.apache.pekko.http.javadsl.model.HttpProtocol
-
- HttpProtocol - Class in org.apache.pekko.http.scaladsl.model
-
The protocol of an HTTP message
- HttpProtocol(String) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpProtocol
-
- HttpProtocol$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpProtocol$
-
- HttpProtocol$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpProtocol$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpProtocol$
-
- HttpProtocols - Class in org.apache.pekko.http.javadsl.model
-
Contains constants of the supported Http protocols.
- HttpProtocols - Class in org.apache.pekko.http.scaladsl.model
-
- HttpProtocols() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- HttpProtocols$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpProtocols$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpProtocols$
-
- HttpRequest() - Method in class org.apache.pekko.http.impl.util.JavaAccessors$
-
INTERNAL API
- HttpRequest(String) - Method in class org.apache.pekko.http.impl.util.JavaAccessors$
-
INTERNAL API
- HttpRequest() - Static method in class org.apache.pekko.http.impl.util.JavaAccessors
-
INTERNAL API
- HttpRequest(String) - Static method in class org.apache.pekko.http.impl.util.JavaAccessors
-
INTERNAL API
- HttpRequest - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http request.
- HttpRequest() - Constructor for class org.apache.pekko.http.javadsl.model.HttpRequest
-
- HttpRequest - Class in org.apache.pekko.http.scaladsl.model
-
The immutable model HTTP request model.
- HttpRequest(HttpMethod, Uri, Seq<HttpHeader>, Map<AttributeKey<?>, Object>, RequestEntity, HttpProtocol) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- HttpRequest(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Deprecated.
use the constructor that includes an attributes parameter instead. Since Akka HTTP 10.2.0.
- HttpRequest$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpRequest$
-
- HttpRequest$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpRequest$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
- HttpRequestParser - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- HttpRequestParser(ParserSettings, WebSocketSettings, boolean, HttpHeaderParser) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- HttpRequestRendererFactory - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- HttpRequestRendererFactory(Option<User$minusAgent>, int, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory
-
- HttpRequestRendererFactory$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory$
-
- HttpRequestRendererFactory.RequestRenderingOutput - Interface in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory.RequestRenderingOutput$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory.RequestRenderingOutput$.Streamed - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory.RequestRenderingOutput$.Streamed$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory.RequestRenderingOutput$.Strict - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpRequestRendererFactory.RequestRenderingOutput$.Strict$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponse() - Method in class org.apache.pekko.http.impl.util.JavaAccessors$
-
INTERNAL API
- HttpResponse() - Static method in class org.apache.pekko.http.impl.util.JavaAccessors
-
INTERNAL API
- HttpResponse - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http response.
- HttpResponse() - Constructor for class org.apache.pekko.http.javadsl.model.HttpResponse
-
- HttpResponse - Class in org.apache.pekko.http.scaladsl.model
-
The immutable HTTP response model.
- HttpResponse(StatusCode, Seq<HttpHeader>, Map<AttributeKey<?>, Object>, ResponseEntity, HttpProtocol) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- HttpResponse(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpResponse
-
Deprecated.
use the constructor that includes an attributes parameter instead. Since Akka HTTP 10.2.0.
- HttpResponse$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpResponse$
-
- HttpResponse$ - Class in org.apache.pekko.http.scaladsl.model
-
- HttpResponse$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpResponse$
-
- httpResponseBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
-
- HttpResponseParser - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- HttpResponseParser(ParserSettings, HttpHeaderParser) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- HttpResponseParser$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpResponseParser$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser$
-
- HttpResponseParser.OneHundredContinueError$ - Exception in org.apache.pekko.http.impl.engine.parsing
-
- HttpResponseParser.ResponseContext - Class in org.apache.pekko.http.impl.engine.parsing
-
param: requestMethod the request's HTTP method
param: oneHundredContinueTrigger if the request contains an
Expect: 100-continue
header this option contains
a promise whose completion either triggers the sending of the (suspended)
request entity or the closing of the connection (for error completion)
- HttpResponseParser.ResponseContext$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- HttpResponseRenderer() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory
-
- HttpResponseRenderer() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- HttpResponseRenderer$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
- HttpResponseRendererFactory - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- HttpResponseRendererFactory(Option<Server>, int, LoggingAdapter, DateHeaderRendering) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory
-
- HttpResponseRendererFactory.CloseConnection - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.CloseConnection$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.CloseMode - Interface in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.DontClose - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.DontClose$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer.Strict - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer.Strict$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.HttpResponseRenderer.StrictOrStreamed - Interface in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.SwitchToOtherProtocol - Class in org.apache.pekko.http.impl.engine.rendering
-
- HttpResponseRendererFactory.SwitchToOtherProtocol$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- https(SSLContext) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https(SSLContext, Optional<PekkoSSLConfig>, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https(SSLContext, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https(SSLContext) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https(SSLContext, Optional<PekkoSSLConfig>, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https(SSLContext, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Deprecated.
use httpsServer, httpsClient or the method that takes a custom factory. Since Akka HTTP 10.2.0.
- https() - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/1.1 TLS connection with a default port 443
- https(SSLContext, Option<PekkoSSLConfig>, Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
Deprecated.
use httpsClient, httpsServer, or the lower-level SSLEngine-based constructor. Since Akka HTTP 10.2.0.
- https() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Create a flow that when materialized creates a single HTTP/1.1 TLS connection with a default port 443
- httpScheme(boolean) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- httpScheme(boolean) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- httpsClient(SSLContext) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Creates an HttpsConnectionContext for client-side use from the given SSLContext.
- httpsClient(Function2<String, Integer, SSLEngine>) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
If you want complete control over how to create the SSLEngine you can use this method.
- httpsClient(SSLContext) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Creates an HttpsConnectionContext for client-side use from the given SSLContext.
- httpsClient(Function2<String, Integer, SSLEngine>) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
If you want complete control over how to create the SSLEngine you can use this method.
- httpsClient(SSLContext) - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
Creates an HttpsConnectionContext for client-side use from the given SSLContext.
- httpsClient(Function2<String, Object, SSLEngine>) - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
If you want complete control over how to create the SSLEngine you can use this method.
- HttpsConnectionContext - Class in org.apache.pekko.http.javadsl
-
- HttpsConnectionContext() - Constructor for class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
- HttpsConnectionContext - Class in org.apache.pekko.http.scaladsl
-
Context with all information needed to set up a HTTPS connection
This constructor is INTERNAL API, use ConnectionContext.https instead
- HttpsConnectionContext(Either<DeprecatedSslContextParameters, Function1<Option<Tuple2<String, Object>>, SSLEngine>>) - Constructor for class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
- HttpsConnectionContext(SSLContext, Option<PekkoSSLConfig>, Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>) - Constructor for class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
prefer ConnectionContext.httpsClient or ConnectionContext.httpsServer. Since Akka HTTP 10.2.0.
- HttpsConnectionContext$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.HttpsConnectionContext$
-
- HttpsConnectionContext$ - Class in org.apache.pekko.http.scaladsl
-
- HttpsConnectionContext$() - Constructor for class org.apache.pekko.http.scaladsl.HttpsConnectionContext$
-
- httpsContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- HttpServerBluePrint - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
HTTP pipeline setup (without the underlying SSL/TLS (un)wrapping and the websocket switch):
+----------+ +-------------+ +-------------+ +-----------+
HttpRequest | | Http- | request- | Request- | | Request- | request- | ByteString
| <------------+ <----------+ Preparation <----------+ <-------------+ Parsing <-----------
| | | Request | | Output | | Output | |
| | | +-------------+ | | +-----------+
| | | | |
| Application- | One2One- | | controller- |
| Flow | Bidi | | Stage |
| | | | |
| | | | | +-----------+
| HttpResponse | | HttpResponse | | Response- | renderer- | ByteString
v -------------> +-----------------------------------> +-------------> Pipeline +---------->
| | | | Rendering- | |
+----------+ +-------------+ Context +-----------+
- HttpServerBluePrint() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- HttpServerBluePrint$ - Class in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
HTTP pipeline setup (without the underlying SSL/TLS (un)wrapping and the websocket switch):
+----------+ +-------------+ +-------------+ +-----------+
HttpRequest | | Http- | request- | Request- | | Request- | request- | ByteString
| <------------+ <----------+ Preparation <----------+ <-------------+ Parsing <-----------
| | | Request | | Output | | Output | |
| | | +-------------+ | | +-----------+
| | | | |
| Application- | One2One- | | controller- |
| Flow | Bidi | | Stage |
| | | | |
| | | | | +-----------+
| HttpResponse | | HttpResponse | | Response- | renderer- | ByteString
v -------------> +-----------------------------------> +-------------> Pipeline +---------->
| | | | Rendering- | |
+----------+ +-------------+ Context +-----------+
- HttpServerBluePrint$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- HttpServerBluePrint.ControllerStage - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerBluePrint.PrepareRequests - Class in org.apache.pekko.http.impl.engine.server
-
Two state stage, either transforms an incoming RequestOutput into a HttpRequest with strict entity and then pushes
that (the "idle" inHandler) or creates a HttpRequest with a streamed entity and switch to a state which will push
incoming chunks into the streaming entity until end of request is reached (the StreamedEntityCreator case in create
entity).
- HttpServerBluePrint.RequestTimeoutSupport - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerBug21008Spec - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerBug21008Spec() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBug21008Spec
-
- HttpServerSpec - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerSpec() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerSpec
-
- HttpServerSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerTerminated() - Constructor for class org.apache.pekko.http.scaladsl.Http.HttpServerTerminated
-
- HttpServerTerminated$() - Constructor for class org.apache.pekko.http.scaladsl.Http.HttpServerTerminated$
-
- HttpServerTestSetupBase - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerTestSetupBase() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- HttpServerWithExplicitSchedulerSpec - Class in org.apache.pekko.http.impl.engine.server
-
Tests similar to HttpServerSpec that need ExplicitlyTriggeredScheduler
- HttpServerWithExplicitSchedulerSpec() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec
-
- HttpServerWithExplicitSchedulerSpec.RequestTimeoutTestSetup - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerWithExplicitSchedulerSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.server
-
- HttpServerWithExplicitSchedulerSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.server
-
- httpsProxy(InetSocketAddress) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(ActorSystem) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(InetSocketAddress, HttpCredentials) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(HttpCredentials, ActorSystem) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(InetSocketAddress) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(ActorSystem) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(InetSocketAddress, HttpCredentials) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(HttpCredentials, ActorSystem) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(InetSocketAddress) - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(ActorSystem) - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(InetSocketAddress, HttpCredentials) - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- httpsProxy(HttpCredentials, ActorSystem) - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Returns a
ClientTransport
that runs all connection through the given HTTP(S) proxy using the
HTTP CONNECT method.
- HttpsProxyGraphStage - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
- HttpsProxyGraphStage(String, int, ClientConnectionSettings, Option<HttpCredentials>) - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- HttpsProxyGraphStage$ - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
- HttpsProxyGraphStage$() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage$
-
- HttpsProxyGraphStage.Connected$ - Class in org.apache.pekko.http.impl.engine.client
-
- HttpsProxyGraphStage.Connecting$ - Class in org.apache.pekko.http.impl.engine.client
-
- HttpsProxyGraphStage.Starting$ - Class in org.apache.pekko.http.impl.engine.client
-
- HttpsProxyGraphStage.State - Interface in org.apache.pekko.http.impl.engine.client
-
- HttpsProxyGraphStageSpec - Class in org.apache.pekko.http.impl.engine.client
-
- HttpsProxyGraphStageSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec
-
- HttpsProxyGraphStageSpec.Context - Interface in org.apache.pekko.http.impl.engine.client
-
- HttpsProxySettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- HttpsProxySettings() - Constructor for class org.apache.pekko.http.javadsl.settings.HttpsProxySettings
-
- HttpsProxySettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- HttpsProxySettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
-
- HttpsProxySettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- HttpsProxySettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.HttpsProxySettings$
-
- HttpsProxySettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- HttpsProxySettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings$
-
- HttpsProxySettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- HttpsProxySettingsImpl(String, int) - Constructor for class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- HttpsProxySettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
- HttpsProxySettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl$
-
- httpsServer(SSLContext) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Creates an HttpsConnectionContext for server-side use from the given SSLContext.
- httpsServer(Creator<SSLEngine>) - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
If you want complete control over how to create the SSLEngine you can use this method.
- httpsServer(SSLContext) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Creates an HttpsConnectionContext for server-side use from the given SSLContext.
- httpsServer(Creator<SSLEngine>) - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
If you want complete control over how to create the SSLEngine you can use this method.
- httpsServer(SSLContext) - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
Creates an HttpsConnectionContext for server-side use from the given SSLContext.
- httpsServer(Function0<SSLEngine>) - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
If you want complete control over how to create the SSLEngine you can use this method.
- HttpSuccess() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpSuccess
-
- httpSuccessFunction() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- httpsWithAlpn(HttpsConnectionContext, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- HttpTerminated - Class in org.apache.pekko.http.javadsl
-
Type used to carry meaningful information when server termination has completed successfully.
- HttpTerminated() - Constructor for class org.apache.pekko.http.javadsl.HttpTerminated
-
- HttpTerminated() - Constructor for class org.apache.pekko.http.scaladsl.Http.HttpTerminated
-
- HTTPVERSION_NOT_SUPPORTED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- HttpVersionNotSupported() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- HTTPVersionNotSupported() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of HttpVersionNotSupported. Since Akka HTTP 10.1.11.
- HttpVersionNotSupported() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- HTTPVersionNotSupported() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of HttpVersionNotSupported. Since Akka HTTP 10.1.11.
- Huffman - Class in org.apache.pekko.http.shaded.com.twitter.hpack
-
I
- id() - Method in class org.apache.pekko.http.impl.engine.client.PoolId.UniquePool
-
- id() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.Unknown
-
- id() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode
-
- id() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType
-
- id() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier
-
- id() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseInfo
-
- id() - Method in class org.apache.pekko.http.javadsl.model.headers.LastEventId
-
- id() - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- id() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- identifier() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting
-
- identifier() - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives.ProvidedCredentials
-
The username or token provided with the credentials
- identifier() - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
- identity() - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
This trivial mapping isn't enabled by default to prevent it from conflicting with the `Inherited` ones
- Identity() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Identity
-
- IDENTITY - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- identity() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings$
-
- identity() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- identityUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- idle(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- Idle(Duration) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- Idle() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Accessor for nested Scala object
- Idle$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle$
-
- Idle$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Idle$
-
- idleTimeout() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- idleTimeout() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- idleTimeout() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts
-
- idleTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- idleTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- idleTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- IdleTimeout$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$.IdleTimeout$
-
- idleTimeoutBaseForUniqueness() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- idleTimeoutIfConfigured(Duration) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- idleTimeoutIfConfigured(Duration) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- If$minusMatch - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusMatch(EntityTagRange) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- If$minusMatch$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusMatch$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch$
-
- If$minusModified$minusSince - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusModified$minusSince(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- If$minusModified$minusSince$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusModified$minusSince$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince$
-
- If$minusNone$minusMatch - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusNone$minusMatch(EntityTagRange) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- If$minusNone$minusMatch$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusNone$minusMatch$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch$
-
- If$minusRange - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusRange(Either<EntityTag, DateTime>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- If$minusRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusRange$
-
- If$minusUnmodified$minusSince - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusUnmodified$minusSince(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- If$minusUnmodified$minusSince$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- If$minusUnmodified$minusSince$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince$
-
- ifDefined(String, Function2<Config, String, T>) - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- IfMatch - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `If-Match` header.
- IfMatch() - Constructor for class org.apache.pekko.http.javadsl.model.headers.IfMatch
-
- IfModifiedSince - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `If-Modified-Since` header.
- IfModifiedSince() - Constructor for class org.apache.pekko.http.javadsl.model.headers.IfModifiedSince
-
- IfNoneMatch - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `If-None-Match` header.
- IfNoneMatch() - Constructor for class org.apache.pekko.http.javadsl.model.headers.IfNoneMatch
-
- ifSet(boolean) - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- IfUnmodifiedSince - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `If-Unmodified-Since` header.
- IfUnmodifiedSince() - Constructor for class org.apache.pekko.http.javadsl.model.headers.IfUnmodifiedSince
-
- Ignore$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Ignore$
-
- Ignore$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Ignore$
-
- IgnoredDirective - Class in org.apache.pekko.http.scaladsl.model.headers
-
- IgnoredDirective(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective
-
- IgnoredDirective$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- IgnoredDirective$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective$
-
- ignoreIllegalHeaderFor() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- ignoreIllegalHeaderFor() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- ignoreIllegalHeaderFor() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- ignoreTrailingSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- ignoreTrailingSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- ignoreTrailingSlash(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Tries to match the inner route and if it fails with an empty rejection, it tries it again
adding (or removing) the trailing slash on the given path.
- ignoreTrailingSlash() - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Tries to match the inner route and if it fails with an empty rejection, it tries it again
adding (or removing) the trailing slash on the given path.
- ijk() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- IllegalHeaderException - Exception in org.apache.pekko.http.scaladsl.model
-
- IllegalHeaderException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.IllegalHeaderException
-
- IllegalHeaderException$ - Class in org.apache.pekko.http.scaladsl.model
-
- IllegalHeaderException$() - Constructor for class org.apache.pekko.http.scaladsl.model.IllegalHeaderException$
-
- illegalHeaderWarnings() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.Settings
-
- illegalHeaderWarnings() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- illegalHeaderWarnings() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- illegalHeaderWarnings() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- IllegalHttp2FrameSize(int, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.IllegalHttp2FrameSize
-
- IllegalHttp2StreamDependency(int) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.IllegalHttp2StreamDependency
-
- IllegalHttp2StreamIdException(int, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.IllegalHttp2StreamIdException
-
- IllegalPayloadInSettingsAckFrame(int, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.IllegalPayloadInSettingsAckFrame
-
- IllegalPayloadLengthInSettingsFrame(int, String) - Constructor for exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.IllegalPayloadLengthInSettingsFrame
-
- IllegalRequestException - Exception in org.apache.pekko.http.scaladsl.model
-
- IllegalRequestException(ErrorInfo, StatusCodes.ClientError) - Constructor for exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- IllegalRequestException$ - Class in org.apache.pekko.http.scaladsl.model
-
- IllegalRequestException$() - Constructor for class org.apache.pekko.http.scaladsl.model.IllegalRequestException$
-
- IllegalResponseException - Exception in org.apache.pekko.http.scaladsl.model
-
- IllegalResponseException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.IllegalResponseException
-
- IllegalResponseException$ - Class in org.apache.pekko.http.scaladsl.model
-
- IllegalResponseException$() - Constructor for class org.apache.pekko.http.scaladsl.model.IllegalResponseException$
-
- illegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- illegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- illegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- illegalResponseHeaderNameProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- IllegalResponseHeaderNameProcessingMode$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$
-
- illegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- illegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- illegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- illegalResponseHeaderValueProcessingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- IllegalResponseHeaderValueProcessingMode$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$
-
- illegalState(SlotContext, String) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- IllegalUriException - Exception in org.apache.pekko.http.scaladsl.model
-
- IllegalUriException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.IllegalUriException
-
- IllegalUriException$ - Class in org.apache.pekko.http.scaladsl.model
-
- IllegalUriException$() - Constructor for class org.apache.pekko.http.scaladsl.model.IllegalUriException$
-
- IM_A_TEAPOT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- image(String, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- image(String, MediaType.Compressibility, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- image(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- image(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- IMAGE_GIF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_JPEG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_PICT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_PNG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_SVG_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_SVGZ - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_TIFF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_WEBP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_ICON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_MS_BMP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_PCX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_PICT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_QUICKTIME - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_RGB - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_XBITMAP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- IMAGE_X_XPIXMAP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- ImATeapot() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ImATeapot() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- IMMUTABLE - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- immutableDirective$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.immutableDirective$
-
- Impl$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- implicitlyLocatableCompanion() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- ImplicitPathMatcherConstruction - Interface in org.apache.pekko.http.scaladsl.server
-
- Implicits$() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$
-
- Implicits$() - Constructor for class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$
-
- Implicits$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Implicits$
-
- Implicits$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Implicits$
-
- IMUSED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- IMUsed() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- IMUsed() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- in() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport
-
- in() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- in() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- in() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
- in() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- in() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- in() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.PrepareRequests
-
- in() - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventRenderer
-
- in() - Method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- in() - Method in class org.apache.pekko.http.impl.util.CollectorStage
-
- in() - Method in class org.apache.pekko.http.impl.util.ExposeAttributes
-
- in() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- INADEQUATE_SECURITY$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.INADEQUATE_SECURITY$
-
- include() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- include() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- include() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- include() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- include() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- include() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- include() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- include() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- include() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- includeSslSessionAttribute() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- includeSslSessionAttribute() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- includeSubDomains() - Method in class org.apache.pekko.http.javadsl.model.headers.StrictTransportSecurity
-
- IncludeSubDomains - Class in org.apache.pekko.http.scaladsl.model.headers
-
- IncludeSubDomains() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- includeSubDomains() - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- IncludeSubDomains$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- IncludeSubDomains$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains$
-
- includeTestsHittingActualWebsites() - Method in class org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
-
- includeTlsSessionInfoHeader() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- includeTlsSessionInfoHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- IncomingConnection - Class in org.apache.pekko.http.javadsl
-
Represents one accepted incoming HTTP connection.
- IncomingConnection(Http.IncomingConnection) - Constructor for class org.apache.pekko.http.javadsl.IncomingConnection
-
- IncomingConnection(InetSocketAddress, InetSocketAddress, Flow<HttpResponse, HttpRequest, ServerTerminator>) - Constructor for class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
- IncomingConnection$() - Constructor for class org.apache.pekko.http.scaladsl.Http.IncomingConnection$
-
- incomingConnectionCounter() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- incomingConnectionLevelBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- incomingConnectionLevelBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- incomingConnectionLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- incomingConnectionLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- incomingConnectionLevelBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- incomingConnectionLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- incomingConnections() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- incomingConnectionsSub() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- IncomingFlowController - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- IncomingFlowController$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- IncomingFlowController$() - Constructor for class org.apache.pekko.http.impl.engine.http2.IncomingFlowController$
-
- IncomingFlowController.WindowIncrements - Class in org.apache.pekko.http.impl.engine.http2
-
- IncomingFlowController.WindowIncrements$ - Class in org.apache.pekko.http.impl.engine.http2
-
- IncomingStreamBuffer(int, GraphStageLogic.SubSourceOutlet<Object>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- incomingStreamLevelBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- incomingStreamLevelBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- incomingStreamLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- incomingStreamLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- incomingStreamLevelBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- incomingStreamLevelBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- incomingStreamPulled(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Entry-point to handle IncomingStreamBuffer.onPull through the state machine
- incomingStreamPulled() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- incomingStreamPulled() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- InconsistentData() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- increaseWindow(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- increaseWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- increaseWindow(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedLocal
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- incrementWindow(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- IndefiniteLength(ContentType, Source<ByteString, Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- IndefiniteLength$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength$
-
- index() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.IndexedCaseInfo
-
- index() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- index() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- IndexedCaseInfo(int, WSClientAutobahnTest.CaseInfo) - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.IndexedCaseInfo
-
- IndexedCaseInfo$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.IndexedCaseInfo$
-
- inetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
- inetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- inetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host
-
- inetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host
-
- inetAddresses() - Method in class org.apache.pekko.http.scaladsl.model.Uri.NamedHost
-
- InetAddressIdentity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.InetAddressIdentity$
-
- InetSocketAddress$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.InetSocketAddress$
-
- Inflate(Inflater, boolean, ByteStringParser.ParseStep<ByteString>) - Constructor for class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase.Inflate
-
- info() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.ParseError
-
- info() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.EntityStreamError
-
- info() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageStartError
-
- info() - Method in exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- info() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseResult
-
- info() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Failure
-
- info(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- info(String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- info(String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- info(String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- info(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- info(Object) - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- info(Object) - Static method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.EntityStreamException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.ExceptionWithErrorInfo
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.IllegalHeaderException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.IllegalResponseException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.IllegalUriException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.InvalidContentLengthException
-
- info() - Method in exception org.apache.pekko.http.scaladsl.model.ParsingException
-
- Informational(int, String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- Informational$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational$
-
- Inherited(ClassTag<S>) - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Inherited
-
- inIn() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test
-
- initCause(Throwable) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- initCause(Throwable) - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- initCause(Throwable) - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- initCause(Throwable) - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.ResponseParsingMerge
-
- initialAttributes() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- initialAttributes() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.RequestTimeoutSupport
-
- initialAttributes() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- initialAttributes() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- initialAttributes() - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- initialCapacity() - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- initialCapacity() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- initialHeaderBuffer() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- initialHeaderPairs(R) - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- initialHeaderPairs(HttpRequest) - Method in class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- initialHeaderPairs(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- initialHeaders() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- Initialized() - Method in class org.apache.pekko.http.impl.util.CollectorStage
-
Accessor for nested Scala object
- Initialized$() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Initialized$
-
- InitialMaxConcurrentStreams() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
Indicates the maximum number of concurrent streams that the sender will allow.
- InitialMaxConcurrentStreams() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
Indicates the maximum number of concurrent streams that the sender will allow.
- InitialMaxFrameSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
The initial frame size for both incoming and outgoing frames as defined by the
specification.
- InitialMaxFrameSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
The initial frame size for both incoming and outgoing frames as defined by the
specification.
- InitialMaxHeaderListSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
This advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept, in octets.
- InitialMaxHeaderListSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
This advisory setting informs a peer of the maximum size of header list that the sender is prepared to accept, in octets.
- InitialMaxHeaderTableSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
Initial maximum size of the header compression table used to decode header blocks, in octets.
- InitialMaxHeaderTableSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
Initial maximum size of the header compression table used to decode header blocks, in octets.
- InitialWindowSize() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
The initial window size for both new streams and the overall connection
as defined by the specification.
- InitialWindowSize() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
The initial window size for both new streams and the overall connection
as defined by the specification.
- InjectIntoRequestTransformer() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow$
-
- InjectIntoRequestTransformer$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow$.InjectIntoRequestTransformer$
-
- injectIntoRoute(RouteTestTimeout, RouteTest.DefaultHostInfo) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow$
-
- injectIntoRoute(RouteTestTimeout, ServerSettings) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeBangArrow$
-
- INLINE - Static variable in class org.apache.pekko.http.javadsl.model.headers.ContentDispositionTypes
-
- inline$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.inline$
-
- inOut() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test
-
- inProbe() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
The underlying probe for the ingoing side of this probe.
- input() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- input() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- input() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- insert(HttpHeaderParser, ByteString, Object) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- insert(HttpHeaderParser, ByteString, Object) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- insert(String, Object) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- insertOrUpdate(int, int, int, boolean) - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityTree
-
Returns a new priority tree containing the new or existing and updated stream.
- insertRemainingCharsAsNewNodes(HttpHeaderParser, ByteString, Object) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- insertRemainingCharsAsNewNodes(HttpHeaderParser, ByteString, Object) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- instance1(Function1<T1, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance10(Function10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance11(Function11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance12(Function12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance13(Function13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance14(Function14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance15(Function15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance16(Function16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance17(Function17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance18(Function18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance19(Function19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance2(Function2<T1, T2, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance20(Function20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance21(Function21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance22(Function22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance3(Function3<T1, T2, T3, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance4(Function4<T1, T2, T3, T4, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance5(Function5<T1, T2, T3, T4, T5, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance6(Function6<T1, T2, T3, T4, T5, T6, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance7(Function7<T1, T2, T3, T4, T5, T6, T7, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance8(Function8<T1, T2, T3, T4, T5, T6, T7, T8, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instance9(Function9<T1, T2, T3, T4, T5, T6, T7, T8, T9, R>) - Method in class org.apache.pekko.http.scaladsl.server.util.ConstructFromTupleInstances
-
- instanceLength() - Method in interface org.apache.pekko.http.scaladsl.model.ByteContentRange
-
- instanceLength() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
- instanceLength() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable
-
- instanceOf(Marshaller<T, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
-
Returns the in-scope Marshaller for the given type.
- INSUFFICIENT_STORAGE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- InsufficientStorage() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- InsufficientStorage() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- int2StatusCode(int) - Method in class org.apache.pekko.http.scaladsl.model.StatusCode$
-
- int2StatusCode(int) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- intBE(int) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- intBE(int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- INTEGER - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as an Integer in decimal notation.
- INTEGER_HEX - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as an Integer in hexadecimal notation.
- integerSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that efficiently matches a number of digits and extracts their (non-negative) Int value.
- integerSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that efficiently matches a number of digits and extracts their (non-negative) Int value.
- INTERNAL_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.INTERNAL_ERROR$
-
- INTERNAL_SERVER_ERROR - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- InternalCustomHeader - Class in org.apache.pekko.http.impl.engine.server
-
Internal API
- InternalCustomHeader(String) - Constructor for class org.apache.pekko.http.impl.engine.server.InternalCustomHeader
-
- InternalServerError() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- InternalServerError() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- internalSettings() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- internalSettings() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- internalSettings() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- internalSettings() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- intFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- intFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- intFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- intFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- intFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- IntNumber() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- IntNumber() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- IntNumber() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- IntNumber() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- IntNumber() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- IntNumber$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.IntNumber$
-
- IntRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.IntRenderer$
-
- intValue() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns the numeric code of this status code.
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError
-
- intValue() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- invalidationReason() - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse
-
If invalid, the reason why the server's upgrade response could not be accepted.
- InvalidContentLengthException - Exception in org.apache.pekko.http.scaladsl.model
-
- InvalidContentLengthException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.InvalidContentLengthException
-
- InvalidContentLengthException$ - Class in org.apache.pekko.http.scaladsl.model
-
- InvalidContentLengthException$() - Constructor for class org.apache.pekko.http.scaladsl.model.InvalidContentLengthException$
-
- InvalidHeaders(Seq<String>) - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders
-
- InvalidHeaders$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidHeaders$
-
- InvalidMethod(HttpMethod) - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod
-
- InvalidMethod$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidMethod$
-
- InvalidOrigin(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin
-
- InvalidOrigin$() - Constructor for class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin$
-
- InvalidOriginRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by
pekko.http.scaladsl.server.directives.HeaderDirectives.checkSameOrigin
.
- InvalidOriginRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by
pekko.http.scaladsl.server.directives.HeaderDirectives.checkSameOrigin
.
- InvalidOriginRejection(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection
-
- InvalidOriginRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- InvalidOriginRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection$
-
- invalidRequiredValueForQueryParam(String, String, String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- invalidRequiredValueForQueryParam(String, String, String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- InvalidRequiredValueForQueryParamRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by parameter filters.
- InvalidRequiredValueForQueryParamRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by parameter filters.
- InvalidRequiredValueForQueryParamRejection(String, String, String) - Constructor for class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
-
- InvalidRequiredValueForQueryParamRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- InvalidRequiredValueForQueryParamRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection$
-
- InvalidUpgradeResponse - Class in org.apache.pekko.http.scaladsl.model.ws
-
- InvalidUpgradeResponse(HttpResponse, String) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse
-
- InvalidUpgradeResponse$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- InvalidUpgradeResponse$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse$
-
- InvalidUtf8TwoByteSequence() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- invert() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.testkit.PekkoFreeSpec
-
- invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- io.pekko.integrationtest.http - package io.pekko.integrationtest.http
-
- IP(InetAddress, Option<Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- ip() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- IP$() - Constructor for class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP$
-
- IpAddressParsing - Interface in org.apache.pekko.http.impl.model.parser
-
- ipv4Host() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- IPv4Host(Seq<Object>, String) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host
-
- IPv4Host$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host$
-
- ipv6Host() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- IPv6Host() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host
-
- IPv6Host$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host$
-
- is(String) - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns true if and only if nameInLowerCase.equals(lowercaseName()).
- is(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- is(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- isAbsolute() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- isAbsolute() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns if this is an absolute Uri.
- isAbsolute() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- isAccepted(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.server.CharsetNegotiator
-
Determines whether the given charset is accepted by the client.
- isAccepted(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
Determines whether the given encoding is accepted by the client.
- isAccepted(Language) - Method in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator
-
Determines whether the given language is accepted by the client.
- isAccepted(MediaType) - Method in class org.apache.pekko.http.scaladsl.server.MediaTypeNegotiator
-
Determines whether the given
pekko.http.scaladsl.model.MediaType
is accepted by the client.
- isApplication() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isApplication() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isApplication() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isApplication() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isAsciiCompatible(Charset) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- isAsciiCompatible(Charset) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- isAudio() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isAudio() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isAudio() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isAudio() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isBoundary(ByteString, int, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- isByteContentRange() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- isByteContentRange() - Method in interface org.apache.pekko.http.scaladsl.model.ByteContentRange
-
Java API
- isByteContentRange() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
Java API
- isChunked() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is a subtype of HttpEntityChunked.
- isChunked() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- isChunked() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- isChunked() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- isClientInitiatedStreamId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
checks if the stream id was client initiated, by checking if the stream id was odd-numbered
- isClientInitiatedStreamId(int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
checks if the stream id was client initiated, by checking if the stream id was odd-numbered
- isCloseDelimited() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is a subtype of HttpEntityCloseDelimited.
- isCloseDelimited() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- isCloseDelimited() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- isCompressible() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
True when this media-type is generally compressible.
- isCompressible(HttpMessage) - Method in class org.apache.pekko.http.scaladsl.coding.Encoder$
-
- isCompressible() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isConnected() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedState
-
- isConnected() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- isConnected() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- isConnected() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ShouldCloseConnectionState
-
- isConnected() - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.UnconnectedState
-
- isConnectionClosed() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- isConnectionClosed() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- isContentEncodingHeader() - Method in class org.apache.pekko.http.scaladsl.coding.Encoder$
-
- isControl() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.AbstractOpcode
-
- isControl() - Method in interface org.apache.pekko.http.impl.engine.ws.Protocol.Opcode
-
- isDebugEnabled() - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- isDebugEnabled() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- isDefault() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is a subtype of HttpEntityDefault.
- isDefault() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- isDefault() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- isDone() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- isDone() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- isDone() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- isEmpty() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- isEmpty() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- isEmpty() - Method in class org.apache.pekko.http.javadsl.model.Host
-
- isEmpty() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns if this is an empty Uri.
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.OptHttpRequest
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.OptHttpResponse
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Empty$
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.NonEmptyHost
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- isEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- isEnabled(Logging.LogLevel) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- isEndOfLine(ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- isEntityAccepted() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns if requests with this method may contain an entity.
- isEntityAccepted() - Method in class org.apache.pekko.http.javadsl.model.RequestEntityAcceptance
-
- isEntityAccepted() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- isEntityAccepted() - Method in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Disallowed$
-
- isEntityAccepted() - Method in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Expected$
-
- isEntityAccepted() - Method in interface org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance
-
- isEntityAccepted() - Method in class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Tolerated$
-
- isError(int) - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- isErrorEnabled() - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- isErrorEnabled() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- isFailure() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns if the status-code represents failure.
- isFailure() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- isFailure() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- isFailure() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpFailure
-
- isFailure() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpSuccess
-
- isFinite() - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- isFromOffset() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- isFromOffset() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
-
Java API
- isFromOffset() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- isFullMessage() - Method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- isFuture() - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- isHttps() - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- isHttps() - Method in class org.apache.pekko.http.javadsl.ConnectHttpImpl
-
- isHttps() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- isIdempotent() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns if this method is "idempotent" as defined in
http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.2
- isIdempotent() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- isIdle() - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- isIdle() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- isIdle() - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.IdleState
-
- isIdle() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- isIdle() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ShouldCloseConnectionState
-
- isIdle() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- isImage() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isImage() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isImage() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isImage() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isIndefiniteLength() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is a subtype of HttpEntityIndefiniteLength.
- isIndefiniteLength() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- isIndefiniteLength() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- isInfoEnabled() - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- isInfoEnabled() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- isIPv4() - Method in class org.apache.pekko.http.javadsl.model.Host
-
- isIPv4() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- isIPv4() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv4Host
-
- isIPv6() - Method in class org.apache.pekko.http.javadsl.model.Host
-
- isIPv6() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- isIPv6() - Method in class org.apache.pekko.http.scaladsl.model.Uri.IPv6Host
-
- isKnownEmpty() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is known to be empty.
- isKnownEmpty() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- isKnownEmpty() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- isKnownEmpty() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Determines whether this entity is known to be empty.
- isKnownEmpty() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- isKnownEmpty() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- isLastChunk() - Method in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
Returns if this is the last chunk
- isLastChunk() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunk
-
- isLastChunk() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.ChunkStreamPart
-
- isLastChunk() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
- isLeapYear() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns if this instant interpreted as a Date in GMT belongs to a leap year.
- isLeapYear() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- isMessage() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isMessage() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isMessage() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isMessage() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isMessageEnd() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.ActivelyCloseWithCode
-
- isMessageEnd() - Method in interface org.apache.pekko.http.impl.engine.ws.FrameHandler.MessageDataPart
-
- isMessageEnd() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.MessageEnd$
-
- isMessageEnd() - Method in interface org.apache.pekko.http.impl.engine.ws.FrameHandler.MessagePart
-
- isMessageEnd() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed
-
- isMultipart() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isMultipart() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isMultipart() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isMultipart() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isMultipart() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Multipart
-
- isNamedHost() - Method in class org.apache.pekko.http.javadsl.model.Host
-
- isNamedHost() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- isNamedHost() - Method in class org.apache.pekko.http.scaladsl.model.Uri.NamedHost
-
- isNever() - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- isNot(String) - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns !
- isNot(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- isNot(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- ISO_8859_1 - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- isOther() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- isOther() - Method in interface org.apache.pekko.http.scaladsl.model.ContentRange
-
- isPast() - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- isPast(Timestamp) - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- isRedirection() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns if the status-code is a redirection status code.
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpFailure
-
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- isRedirection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- isRelative() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- isRelative() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns if this is a relative Uri.
- isRelative() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- isRequest() - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Is this instance a request.
- isRequest() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- isRequest() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- isRequest() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- isResponse() - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
Is this instance a response.
- isResponse() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- isResponse() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- isResponse() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- isResponseParser() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- isResponseParser() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- isRoot() - Method in class org.apache.pekko.http.javadsl.server.directives.DirectoryListing
-
- isRoot() - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- isSafe() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns if this method is "safe" as defined in
http://tools.ietf.org/html/draft-ietf-httpbis-p2-semantics-26#section-4.2.1
- isSafe() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- isSatisfiable() - Method in class org.apache.pekko.http.javadsl.model.ContentRange
-
- isSatisfiable() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
Java API
- isSatisfiable() - Method in interface org.apache.pekko.http.scaladsl.model.ContentRange
-
- isSecure() - Method in class org.apache.pekko.http.javadsl.ConnectionContext
-
- isSecure() - Method in class org.apache.pekko.http.javadsl.HttpConnectionContext
-
- isSecure() - Method in class org.apache.pekko.http.javadsl.HttpsConnectionContext
-
- isSecure() - Static method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
- isSecuredConnection() - Method in class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo
-
- isServer() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
- isServer() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- isSet(ByteFlag) - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- isSevere(Logging.LogEvent) - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
Can be overridden to adapt which events should be considered as severe if
failOnSevereMessages
is
enabled.
- isSlice() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- isSlice() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- isSlice() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
Java API
- isStrict() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns if this entity is a subtype of HttpEntityStrict.
- isStrict() - Method in class org.apache.pekko.http.javadsl.model.ws.Message
-
Is this message a strict one?
- isStrict() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
- isStrict() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- isStrict() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed
-
- isStrict() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
- isStrict() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed
-
- isStrict() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
- isSuccess() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns if the status-code represents success.
- isSuccess() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- isSuccess() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- isSuccess() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpFailure
-
- isSuccess() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.HttpSuccess
-
- isSuccessful() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseStatus
-
- issueRequest(HttpRequest, ConnectionPoolSettings) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- isSuffix() - Method in class org.apache.pekko.http.javadsl.model.headers.ByteRange
-
- isSuffix() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Java API
- isSuffix() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix
-
Java API
- isText() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isText() - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- isText() - Method in class org.apache.pekko.http.javadsl.model.ws.Message
-
Is this message a text message?
- isText() - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- isText() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isText() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isText() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isUnknown() - Method in class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- isUnknown() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- isUnknown() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- isUnknown() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
- isUpgraded() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- isValid(int) - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- isValid() - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse
-
- isValid() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
Checks if the key value is valid according to the WebSocket specification, i.e.
- isVideo() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
- isVideo() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- isVideo() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- isVideo() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- isWarningEnabled() - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- isWarningEnabled() - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- isWebSocketUpgrade() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- isWildcard() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- it() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- iterableMapping(JavaMapping<_J, _S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
J
- J2SMapping<J> - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
- J2SMapping$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- J2SMapping$() - Constructor for class org.apache.pekko.http.impl.util.J2SMapping$
-
- Jackson - Class in org.apache.pekko.http.javadsl.marshallers.jackson
-
- Jackson() - Constructor for class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- Jackson.JacksonUnmarshallingException - Exception in org.apache.pekko.http.javadsl.marshallers.jackson
-
INTERNAL API
- JacksonUnmarshallingException(Class<?>, IOException) - Constructor for exception org.apache.pekko.http.javadsl.marshallers.jackson.Jackson.JacksonUnmarshallingException
-
- JavaAccessors - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
Accessors for constructors with default arguments to be used from the Java implementation
- JavaAccessors() - Constructor for class org.apache.pekko.http.impl.util.JavaAccessors
-
- JavaAccessors$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
Accessors for constructors with default arguments to be used from the Java implementation
- JavaAccessors$() - Constructor for class org.apache.pekko.http.impl.util.JavaAccessors$
-
- JavaApiSpec - Class in org.apache.pekko.http.javadsl.model
-
- JavaApiSpec() - Constructor for class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- JavaApiTestCaseSpecs - Class in org.apache.pekko.http.javadsl.model
-
- JavaApiTestCaseSpecs() - Constructor for class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- JavaInitializationSpec - Class in org.apache.pekko.http.javadsl
-
- JavaInitializationSpec() - Constructor for class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- JavaInitializationSpec.HeaderCheck<T> - Class in org.apache.pekko.http.javadsl
-
- JavaMapping<_J,_S> - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
- JavaMapping$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- JavaMapping$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping$
-
- JavaMapping.AsJava<J> - Interface in org.apache.pekko.http.impl.util
-
- JavaMapping.AsScala<S> - Interface in org.apache.pekko.http.impl.util
-
- JavaMapping.ByteRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ByteString$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.CacheDirective$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ClientConnectionSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ClientTransport$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ConnectionContext$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ConnectionPoolSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentDispositionType$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentType$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentTypeBinary$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentTypeNonBinary$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentTypeRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentTypeWithCharset$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ContentTypeWithFixedCharset$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.CookieParsingMode$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.DateTime$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.EntityTag$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.EntityTagRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ErrorLoggingVerbosity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Host$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HostHeader$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Http2ServerSettingT$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpChallenge$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpCharset$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpCharsetRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpConnectionContext$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpCookie$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpCookiePair$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpCredentials$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpEncoding$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpEncodingRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpEntity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpHeader$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpMethod$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpOrigin$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpOriginRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpProtocol$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpRequest$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpResponse$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.HttpsConnectionContext$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Identity<T> - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Implicits$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.InetAddressIdentity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.InetSocketAddress$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Inherited<J,S extends J> - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Language$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.LanguageRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.LinkParam$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.LinkValue$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.LongMapping$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaRange$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaType$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaTypeBinary$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaTypeFixedCharset$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaTypeNonBinary$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.MediaTypeOpenCharset$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.OutgoingConnection$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ParserSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.PreviewServerSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ProductVersion$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Query$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.RangeUnit$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.RemoteAddress$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.RequestEntity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ResponseEntity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Server$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ServerSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.ServerSettingsT$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.StatusCode$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.StringIdentity$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.TransferEncoding$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.Uri$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.UriParsingMode$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.UserAgent$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.WebsocketSettings$ - Class in org.apache.pekko.http.impl.util
-
- JavaMapping.WsMessage$ - Class in org.apache.pekko.http.impl.util
-
- JavaPathMatchers - Class in org.apache.pekko.http.javadsl.server
-
- JavaPathMatchers() - Constructor for class org.apache.pekko.http.javadsl.server.JavaPathMatchers
-
- JavaPathMatchers$ - Class in org.apache.pekko.http.javadsl.server
-
- JavaPathMatchers$() - Constructor for class org.apache.pekko.http.javadsl.server.JavaPathMatchers$
-
- JavaQuery - Class in org.apache.pekko.http.impl.model
-
INTERNAL API
- JavaQuery(Uri.Query) - Constructor for class org.apache.pekko.http.impl.model.JavaQuery
-
- JavaQuery$ - Class in org.apache.pekko.http.impl.model
-
- JavaQuery$() - Constructor for class org.apache.pekko.http.impl.model.JavaQuery$
-
- javaToScalaAdapterFlow(JavaMapping<J, S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- JavaUri - Class in org.apache.pekko.http.impl.model
-
INTERNAL API
- JavaUri(Uri) - Constructor for class org.apache.pekko.http.impl.model.JavaUri
-
- JavaUri$ - Class in org.apache.pekko.http.impl.model
-
- JavaUri$() - Constructor for class org.apache.pekko.http.impl.model.JavaUri$
-
- JavaUUID() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- JavaUUID() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- JavaUUID() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- JavaUUID() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- JavaUUID() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
- JavaVersion - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- JavaVersion() - Constructor for class org.apache.pekko.http.impl.util.JavaVersion
-
- JavaVersion$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- JavaVersion$() - Constructor for class org.apache.pekko.http.impl.util.JavaVersion$
-
- jdkAlpnSupport(SSLEngine, Function1<String, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport$
-
- jdkAlpnSupport(SSLEngine, Function1<String, BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2JDKAlpnSupport
-
- join(Materializer) - Method in class org.apache.pekko.http.impl.util.EnhancedByteStringSource
-
- join() - Method in class org.apache.pekko.http.impl.util.EnhancedByteStringTraversableOnce
-
- join(S, TupleOps.Join<T, S>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
Appends the given tuple to the underlying tuple producing a tuple of arity n + m.
- join(TupleOps.FoldLeft<P, S, org.apache.pekko.http.scaladsl.server.util.TupleOps.Join.Fold$>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps.LowLevelJoinImplicits
-
- Join$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$
-
- join0P() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$
-
- jsAdjustment() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- jsAdjustment() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- json() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json(int) - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json() - Static method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Default
application/json
entity streaming support.
- json(int) - Static method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Default
application/json
entity streaming support.
- json() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json(int) - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json() - Static method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Default
application/json
entity streaming support.
- json(int) - Static method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Default
application/json
entity streaming support.
- json() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json(int) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport$
-
Default
application/json
entity streaming support.
- json() - Static method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport
-
Default
application/json
entity streaming support.
- json(int) - Static method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport
-
Default
application/json
entity streaming support.
- JsonEntityStreamingSupport - Class in org.apache.pekko.http.javadsl.common
-
- JsonEntityStreamingSupport() - Constructor for class org.apache.pekko.http.javadsl.common.JsonEntityStreamingSupport
-
- JsonEntityStreamingSupport - Class in org.apache.pekko.http.scaladsl.common
-
- JsonEntityStreamingSupport(int, ContentTypeRange, ContentType, Flow<ByteString, ByteString, NotUsed>, int, boolean) - Constructor for class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- JsonEntityStreamingSupport(int) - Constructor for class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- JsonEntityStreamingSupport - Class in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
- JsonEntityStreamingSupport(int, ContentTypeRange, ContentType, Flow<ByteString, ByteString, NotUsed>, int, boolean) - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- JsonEntityStreamingSupport(int) - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- JUnitRouteTest - Class in org.apache.pekko.http.javadsl.testkit
-
- JUnitRouteTest() - Constructor for class org.apache.pekko.http.javadsl.testkit.JUnitRouteTest
-
- JUnitRouteTestBase - Class in org.apache.pekko.http.javadsl.testkit
-
A RouteTest that uses JUnit assertions.
- JUnitRouteTestBase() - Constructor for class org.apache.pekko.http.javadsl.testkit.JUnitRouteTestBase
-
K
- KeepAliveBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- KeepAliveBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- keepAliveTimeout() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- keepAliveTimeout() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- keepAliveTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- key() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- key() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- key() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- key() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- key() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.model.headers.LinkParam
-
- key() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- key() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- key() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- KEY() - Method in class org.apache.pekko.http.javadsl.model.ResponseFuture$
-
- KEY() - Static method in class org.apache.pekko.http.javadsl.model.ResponseFuture
-
- key() - Method in interface org.apache.pekko.http.javadsl.server.MissingAttributeRejection
-
- key() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParam
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- Key() - Method in class org.apache.pekko.http.scaladsl.model.ResponsePromise$
-
- Key() - Static method in class org.apache.pekko.http.scaladsl.model.ResponsePromise
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- key() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.server.MissingAttributeRejection
-
- key() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- key() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- key() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- keys() - Method in class org.apache.pekko.http.caching.LfuCache
-
- keys() - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns the set of keys in the cache, in no particular order
Should return in roughly constant time.
- keyValuePairs() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame
-
- killSwitch() - Method in class org.apache.pekko.http.impl.util.StreamUtils.StreamControl
-
- KillSwitchedClientTransport(SharedKillSwitch) - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.KillSwitchedClientTransport
-
L
- lang() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang
-
- language() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- Language - Class in org.apache.pekko.http.javadsl.model.headers
-
- Language() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Language
-
- Language - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Language(String, Seq<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Language
-
- language() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- Language$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Language$
-
- Language$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Language$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Language$
-
- LanguageNegotiator - Class in org.apache.pekko.http.scaladsl.server
-
- LanguageNegotiator(Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.server.LanguageNegotiator
-
- LanguageNegotiator$ - Class in org.apache.pekko.http.scaladsl.server
-
- LanguageNegotiator$() - Constructor for class org.apache.pekko.http.scaladsl.server.LanguageNegotiator$
-
- LanguageRange - Interface in org.apache.pekko.http.javadsl.model.headers
-
- LanguageRange - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRange$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.LanguageRange$
-
- LanguageRange$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LanguageRange$
-
- LanguageRange.$times - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRange.$times$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRange.One - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRange.One$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LanguageRanges - Class in org.apache.pekko.http.javadsl.model.headers
-
- languages() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- languagesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage$
-
- languagesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- last() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.BinaryMessagePart
-
- last() - Method in interface org.apache.pekko.http.impl.engine.ws.FrameHandler.MessageDataPart
-
- last() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.TextMessagePart
-
- last - Static variable in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- LAST - Static variable in class org.apache.pekko.http.javadsl.model.HttpEntity.ChunkStreamPart
-
The default last ChunkStreamPart that has no extension and no trailer headers.
- last() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
- last() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
- last() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- last() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- Last$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Last$
-
- Last$minusEvent$minusID - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Last$minusEvent$minusID(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- Last$minusEvent$minusID$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Last$minusEvent$minusID$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID$
-
- Last$minusModified - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Last$minusModified(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- Last$minusModified$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Last$minusModified$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified$
-
- LastChunk(String, Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
- LastChunk$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk$
-
- LastEventId - Class in org.apache.pekko.http.javadsl.model.headers
-
The Last-Event-ID header is sent by a client to the server to signal the ID of the last
sever-sent event received.
- LastEventId() - Constructor for class org.apache.pekko.http.javadsl.model.headers.LastEventId
-
- LastModified - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Last-Modified` header.
- LastModified() - Constructor for class org.apache.pekko.http.javadsl.model.headers.LastModified
-
- lastModified() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile
-
- lastPart() - Method in class org.apache.pekko.http.impl.engine.ws.FrameData
-
- lastPart() - Method in interface org.apache.pekko.http.impl.engine.ws.FrameEvent
-
- lastPart() - Method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- lastStreamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame
-
- lastStreamId() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
The "last peer-initiated stream that was or might be processed on the sending endpoint in this connection"
- lastTimestamp() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport.StateTimingSupport
-
- Lax$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.SameSite.Lax$
-
- lazySplit(char) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Lazily splits the underlying string into the segments that are delimited by the given character.
- LazyValueBytesRenderable - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
An entity whose rendering result is cached in an unsynchronized and non-volatile lazy.
- left() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- leftClass() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- length() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- length() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- length() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- length() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- length() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- length() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInput
-
- length() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentLength
-
- length() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- length() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- length() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonByteStringParserInput
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- length() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile
-
- length() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- length() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- length() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- LENGTH_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- LENGTH_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- LENGTH_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- LengthRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- LengthRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- level() - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- LF() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- LF() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- LF() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser$
-
- LF() - Static method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser
-
- LfuCache<K,V> - Class in org.apache.pekko.http.caching
-
INTERNAL API
- LfuCache(AsyncCache<K, V>) - Constructor for class org.apache.pekko.http.caching.LfuCache
-
- LfuCache$ - Class in org.apache.pekko.http.caching
-
- LfuCache$() - Constructor for class org.apache.pekko.http.caching.LfuCache$
-
- LfuCacheSettings() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings
-
- lfuCacheSettings() - Method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- lfuCacheSettings() - Method in class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- LfuCacheSettings - Class in org.apache.pekko.http.caching.javadsl
-
Public API but not intended for subclassing
- LfuCacheSettings() - Constructor for class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- lfuCacheSettings() - Method in class org.apache.pekko.http.caching.scaladsl.CachingSettings
-
- LfuCacheSettings - Class in org.apache.pekko.http.caching.scaladsl
-
Public API but not intended for subclassing
- LfuCacheSettings() - Constructor for class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- LfuCacheSettings$() - Constructor for class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings$
-
- LfuCacheSettings$ - Class in org.apache.pekko.http.caching.javadsl
-
- LfuCacheSettings$() - Constructor for class org.apache.pekko.http.caching.javadsl.LfuCacheSettings$
-
- LfuCacheSettings$ - Class in org.apache.pekko.http.caching.scaladsl
-
- LfuCacheSettings$() - Constructor for class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings$
-
- LfuCachingSettingsImpl - Class in org.apache.pekko.http.caching.impl.settings
-
INTERNAL API
- LfuCachingSettingsImpl(int, int, Duration, Duration) - Constructor for class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- LfuCachingSettingsImpl$ - Class in org.apache.pekko.http.caching.impl.settings
-
INTERNAL API
- LfuCachingSettingsImpl$() - Constructor for class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl$
-
- Lift$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$
-
- liftMarshaller(Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
-
- liftMarshaller(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- liftMarshaller(Marshaller<DirectoryListing, RequestEntity>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.DirectoryRenderer$
-
- liftMarshallerConversion(Marshaller<T, RequestEntity>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.LowPriorityToResponseMarshallerImplicits
-
- liftMarshallerConversion(Marshaller<T, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- liftSingleElement(<any>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$
-
- liftToSourceOptionUnmarshaller(Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers
-
- liftToTargetOptionUnmarshaller(Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.GenericUnmarshallers
-
- liftUnit() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$
-
- limit() - Method in exception org.apache.pekko.http.scaladsl.model.EntityStreamSizeException
-
- limitableByteSource(Source<ByteString, Mat>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
Deprecated.
Not needed explicitly any more. . Since Akka HTTP 10.1.5.
- limitableChunkSource(Source<HttpEntity.ChunkStreamPart, Mat>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity$
-
Deprecated.
Not needed explicitly any more. . Since Akka HTTP 10.1.5.
- limitByteChunksStage(int) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- limitByteChunksStage(int) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- LineParser - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
INTERNAL API
- LineParser(int) - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser
-
- LineParser$ - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
INTERNAL API
- LineParser$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser$
-
- lingerTimeout() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts
-
- lingerTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- link() - Method in interface org.apache.pekko.http.impl.model.parser.LinkHeader
-
- Link - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Link` header.
- Link() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Link
-
- Link - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Link(Seq<LinkValue>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Link
-
- Link$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Link$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Link$
-
- LinkHeader - Interface in org.apache.pekko.http.impl.model.parser
-
- LinkParam - Class in org.apache.pekko.http.javadsl.model.headers
-
- LinkParam() - Constructor for class org.apache.pekko.http.javadsl.model.headers.LinkParam
-
- LinkParam - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParam() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParam
-
- LinkParam$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.LinkParam$
-
- LinkParam$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParam$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParam$
-
- LinkParams - Class in org.apache.pekko.http.javadsl.model.headers
-
- LinkParams - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- LinkParams$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- LinkParams.anchor - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of the anchor link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.2
- LinkParams.anchor$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.hreflang - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of the dereferenced language hint link parameter
http://tools.ietf.org/html/rfc5988#section-5.4
- LinkParams.hreflang$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.media - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
- LinkParams.media$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.rel - Class in org.apache.pekko.http.scaladsl.model.headers
-
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either
For a more detailed breakdown of the relation type link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.3
- LinkParams.rel$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.rev - Class in org.apache.pekko.http.scaladsl.model.headers
-
This can be either a bare word, an absolute URI, or a quoted, space-separated string of zero-or-more of either.
- LinkParams.rev$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.title - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
- LinkParams.title$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.title$times - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
- LinkParams.title$times$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkParams.type - Class in org.apache.pekko.http.scaladsl.model.headers
-
For a more detailed breakdown of how to use the dereferenced language hint link parameter, see
http://tools.ietf.org/html/rfc5988#section-5.4
- LinkParams.type$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkValue - Class in org.apache.pekko.http.javadsl.model.headers
-
- LinkValue() - Constructor for class org.apache.pekko.http.javadsl.model.headers.LinkValue
-
- LinkValue - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkValue(Uri, Seq<LinkParam>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- LinkValue$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.LinkValue$
-
- LinkValue$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- LinkValue$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkValue$
-
- listDirectoryContents(String...) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with a unified listing of the contents of all given directories.
- listDirectoryContents(DirectoryRenderer, String...) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with a unified listing of the contents of all given directories.
- listDirectoryContents(Seq<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with a unified listing of the contents of all given directories.
- listDirectoryContents(DirectoryRenderer, Seq<String>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with a unified listing of the contents of all given directories.
- listDirectoryContents(Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- listDirectoryContents(DirectoryRenderer, Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- listDirectoryContents(String...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- listDirectoryContents(DirectoryRenderer, String...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- listDirectoryContents(Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- listDirectoryContents(DirectoryRenderer, Seq<String>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- listDirectoryContents(String...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- listDirectoryContents(DirectoryRenderer, String...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- listDirectoryContents(Seq<String>, FileAndResourceDirectives.DirectoryRenderer) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
Completes GET requests with a unified listing of the contents of all given directories.
- ListMOps() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps$
-
- listSep() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- loadX509Certificate(String) - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- loadX509Certificate(String) - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- localAddress() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- localAddress() - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
The local address of this connection.
- localAddress() - Method in class org.apache.pekko.http.javadsl.OutgoingConnection
-
The local address of this connection.
- localAddress() - Method in class org.apache.pekko.http.javadsl.ServerBinding
-
The local address of the endpoint bound by the materialization of the
connections
pekko.stream.javadsl.Source
.
- localAddress() - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
- localAddress() - Method in class org.apache.pekko.http.scaladsl.Http.OutgoingConnection
-
- localAddress() - Method in class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
- localAddress() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- location() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Location - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Location` header.
- Location() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Location
-
- Location - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Location(Uri) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Location
-
- Location$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Location$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Location$
-
- LOCKED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Locked() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Locked() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- log() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- log() - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- log() - Method in class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- log() - Method in class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- log() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- log() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- log(Logging.LogLevel, String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- log(Logging.LogLevel, String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- log(Logging.LogLevel, String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- log(Logging.LogLevel, String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- log(Logging.LogLevel, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- log() - Method in interface org.apache.pekko.http.impl.util.StageLoggingWithOverride
-
- log() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
- log() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The default LoggingAdapter to be used for logging messages related to this request.
- log() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- log() - Method in interface org.apache.pekko.http.scaladsl.server.RoutingLog
-
- log() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- logByteString(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logByteString(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logByteStringBidi(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logByteStringBidi(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- LogByteStringTools - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
Flow and BidiFlow stages to log streams of ByteString.
- LogByteStringTools() - Constructor for class org.apache.pekko.http.impl.util.LogByteStringTools
-
- LogByteStringTools$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
Flow and BidiFlow stages to log streams of ByteString.
- LogByteStringTools$() - Constructor for class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- LogEntry - Class in org.apache.pekko.http.javadsl.server.directives
-
- LogEntry() - Constructor for class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- LogEntry - Class in org.apache.pekko.http.scaladsl.server.directives
-
- LogEntry(Object, Logging.LogLevel) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- LogEntry$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- LogEntry$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- LogEntry$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- LogEntry$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.LogEntry$
-
- logEvent(FrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
- logEvent(FrameEvent) - Static method in class org.apache.pekko.http.impl.engine.http2.FrameLogger
-
- logEvent(FrameEventOrError) - Method in class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
- logEvent(FrameEventOrError) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameLogger
-
- logFrames() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- logFrames() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- logFrames() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- logFrames() - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- logFrames() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- logFrames() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- logFrames() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- logFrames() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- logFrames() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- logFrames() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- logFramesIfEnabled(boolean) - Method in class org.apache.pekko.http.impl.engine.http2.FrameLogger$
-
- logFramesIfEnabled(boolean) - Static method in class org.apache.pekko.http.impl.engine.http2.FrameLogger
-
- logFramesIfEnabled(boolean) - Method in class org.apache.pekko.http.impl.engine.ws.FrameLogger$
-
- logFramesIfEnabled(boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameLogger
-
- loggingAdapter() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- LoggingMagnet<T> - Class in org.apache.pekko.http.scaladsl.server.directives
-
- LoggingMagnet(Function1<LoggingAdapter, T>) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet
-
- LoggingMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- LoggingMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
-
- LogMessages - Interface in org.apache.pekko.http.impl.util
-
- logMessages(String, PartialFunction<Object, BoxedUnit>) - Method in interface org.apache.pekko.http.impl.util.LogMessages
-
- logOverride() - Method in interface org.apache.pekko.http.impl.util.StageLoggingWithOverride
-
- logParsingError(ErrorInfo, LoggingAdapter, ParserSettings.ErrorLoggingVerbosity) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- logParsingError(ErrorInfo, LoggingAdapter, ParserSettings.ErrorLoggingVerbosity) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- logRequest(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every incoming request.
- logRequest(String, Logging.LogLevel, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every incoming request.
- logRequest(Function<HttpRequest, LogEntry>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every incoming request.
- logRequest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logRequest(String, Logging.LogLevel, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logRequest(Function<HttpRequest, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logRequest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logRequest(String, Logging.LogLevel, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logRequest(Function<HttpRequest, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logRequest(LoggingAdapter, Logging.LogLevel) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- logRequest(Function1<HttpRequest, BoxedUnit>) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- logRequest(LoggingMagnet<Function1<HttpRequest, BoxedUnit>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives
-
Produces a log entry for every incoming request.
- logRequestResult(BiFunction<HttpRequest, HttpResponse, LogEntry>, BiFunction<HttpRequest, List<Rejection>, LogEntry>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every request/response combination.
- logRequestResult(BiFunction<HttpRequest, HttpResponse, LogEntry>, BiFunction<HttpRequest, List<Rejection>, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logRequestResult(BiFunction<HttpRequest, HttpResponse, LogEntry>, BiFunction<HttpRequest, List<Rejection>, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logRequestResult(LoggingMagnet<Function1<HttpRequest, Function1<RouteResult, BoxedUnit>>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives
-
Produces a log entry for every incoming request and
RouteResult
.
- logRequestResultOptional(BiFunction<HttpRequest, HttpResponse, Optional<LogEntry>>, BiFunction<HttpRequest, List<Rejection>, Optional<LogEntry>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Optionally produces a log entry for every request/response combination.
- logRequestResultOptional(BiFunction<HttpRequest, HttpResponse, Optional<LogEntry>>, BiFunction<HttpRequest, List<Rejection>, Optional<LogEntry>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logRequestResultOptional(BiFunction<HttpRequest, HttpResponse, Optional<LogEntry>>, BiFunction<HttpRequest, List<Rejection>, Optional<LogEntry>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logResult(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every route result.
- logResult(String, Logging.LogLevel, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every route result.
- logResult(Function<HttpResponse, LogEntry>, Function<List<Rejection>, LogEntry>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.DebuggingDirectives
-
Produces a log entry for every route result.
- logResult(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logResult(String, Logging.LogLevel, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logResult(Function<HttpResponse, LogEntry>, Function<List<Rejection>, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- logResult(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logResult(String, Logging.LogLevel, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logResult(Function<HttpResponse, LogEntry>, Function<List<Rejection>, LogEntry>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- logResult(LoggingMagnet<Function1<RouteResult, BoxedUnit>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives
-
Produces a log entry for every
RouteResult
.
- logSource() - Method in interface org.apache.pekko.http.impl.util.StageLoggingWithOverride
-
- logTLSBidi(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logTLSBidi(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logTLSBidiBySetting(String, Option<Object>) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logTLSBidiBySetting(String, Option<Object>) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logTlsInbound(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logTlsInbound(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logTlsOutbound(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logTlsOutbound(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logTo(LoggingAdapter) - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Use a custom logger
- logTo(LoggingAdapter) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Use a custom logger
- logTo(LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Use a custom logger
- logTo(LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- logTo(LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Use a custom logger
- logToString(String, int) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logToString(String, int) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logToStringBidi(String, int, ClassTag<A>, ClassTag<B>) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- logToStringBidi(String, int, ClassTag<A>, ClassTag<B>) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- logUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- logUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- logUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- logUnencryptedNetworkBytes() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- LogUnencryptedNetworkBytes$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings.LogUnencryptedNetworkBytes$
-
- LogUnencryptedNetworkBytes$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSettings.LogUnencryptedNetworkBytes$
-
- logValue(LoggingAdapter, Logging.LogLevel) - Method in interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport
-
- logValue(Function1<T, BoxedUnit>) - Method in interface org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport
-
- LONG - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Long in decimal notation.
- LONG_HEX - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Long in hexadecimal notation.
- longFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- longFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- longFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- longFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- longFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- LongMapping$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.LongMapping$
-
- LongNumber() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- LongNumber() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- LongNumber() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- LongNumber() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- LongNumber() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- LongNumber$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.LongNumber$
-
- longNumberCapped() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- longNumberCappedAtIntMaxValue() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- longSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that efficiently matches a number of digits and extracts their (non-negative) Long value.
- longSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that efficiently matches a number of digits and extracts their (non-negative) Long value.
- lookup() - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- lookup() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- lookup() - Method in class org.apache.pekko.http.javadsl.Http$
-
- lookup() - Static method in class org.apache.pekko.http.javadsl.Http
-
- lookup(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
Returns Some(charset) if the charset with the given name was found and None otherwise.
- lookup(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpMethods
-
Looks up a predefined HTTP method with the given name.
- lookup(String, String) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
Looks up a media-type with the given main-type and sub-type.
- lookup(int) - Static method in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Looks up a status-code by numeric code and returns Some(code).
- lookup() - Method in class org.apache.pekko.http.scaladsl.Http$
-
- lookup() - Static method in class org.apache.pekko.http.scaladsl.Http
-
- lookupInRegistry(ObjectRegistry<Object, V>, int) - Static method in class org.apache.pekko.http.impl.util.Util
-
- lookupInRegistry(ObjectRegistry<String, V>, String) - Static method in class org.apache.pekko.http.impl.util.Util
-
- lookupInRegistry(ObjectRegistry<K, V>, K) - Static method in class org.apache.pekko.http.impl.util.Util
-
- lookupParser(String, HeaderParser.Settings) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- lookupParser(String, HeaderParser.Settings) - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- LOOP_DETECTED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- LoopDetected() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- LoopDetected() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- LOWER_ALPHA() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- LOWER_ALPHA() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- lowercaseName() - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeader
-
- lowercaseName() - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
- lowercaseName() - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns the lower-cased name of the header.
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.headers.CustomHeader
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- lowercaseName() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- lowercaseName() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- lowercaseName() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- lowerNBitsSet(int) - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- lowerNBitsSet(int) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- LowerPriorityGenericUnmarshallers - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
- LowerPriorityGenericUnmarshallers$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
Internal API
- LowerPriorityGenericUnmarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers$
-
- LowerPriorityRouteResultImplicits - Class in org.apache.pekko.http.scaladsl.server
-
- LowerPriorityRouteResultImplicits() - Constructor for class org.apache.pekko.http.scaladsl.server.LowerPriorityRouteResultImplicits
-
- LowerPriorityRoutingLogImplicits - Class in org.apache.pekko.http.scaladsl.server
-
- LowerPriorityRoutingLogImplicits() - Constructor for class org.apache.pekko.http.scaladsl.server.LowerPriorityRoutingLogImplicits
-
- LowerPriorityTupler - Class in org.apache.pekko.http.scaladsl.server.util
-
- LowerPriorityTupler() - Constructor for class org.apache.pekko.http.scaladsl.server.util.LowerPriorityTupler
-
- LowLevelJoinImplicits() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps.LowLevelJoinImplicits
-
- LowLevelOutgoingConnectionSpec - Class in org.apache.pekko.http.impl.engine.client
-
- LowLevelOutgoingConnectionSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec
-
- LowLevelOutgoingConnectionSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.client
-
- LowLevelOutgoingConnectionSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.client
-
- LowPrioImplicits() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.LowPrioImplicits
-
- LowPriorityHeaderMagnetImplicits - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- LowPriorityToResponseMarshallerImplicits - Interface in org.apache.pekko.http.scaladsl.marshalling
-
M
- 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
-
Deprecated.
Set this property in configuration as `pekko.http.sse.max-event-size` before calling fromEventsStream(implicit ActorSystem). Since Akka HTTP 10.1.8.
- 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
-
Deprecated.
Set this property in configuration as `pekko.http.sse.max-line-size` before calling fromEventsStream(implicit ActorSystem). Since Akka HTTP 10.1.8.
- 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
-
To be extended by companion object of a custom header extending
ModeledCustomHeader
.
- 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
-
Companion class for the
ModeledCustomHeader
class.
- 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
-
A
Multipart.BodyPart
whose entity has already been loaded in its entirety and is therefore
full and readily available as a HttpEntity.Strict
.
- 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
-
Body part of the
Multipart.ByteRanges
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
-
Strict
Multipart.ByteRanges
.
- 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
-
Body part of the
FormData
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
-
Strict
FormData
.
- 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
-
Body part of the
Multipart.General
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
-
Strict
Multipart.General
multipart content.
- 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
-
N
- name() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- name() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- name() - Method in interface org.apache.pekko.http.impl.engine.client.PoolId.PoolUsage
-
- name() - Method in class org.apache.pekko.http.impl.engine.client.PoolId.SharedPool$
-
- name() - Method in class org.apache.pekko.http.impl.engine.client.PoolId.UniquePool
-
- name() - Method in class org.apache.pekko.http.impl.engine.server.InternalCustomHeader
-
- name() - Method in interface org.apache.pekko.http.javadsl.model.headers.ContentDispositionType
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.CustomHeader
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeader
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.RangeUnit
-
- name() - Method in class org.apache.pekko.http.javadsl.model.headers.RawHeader
-
- name() - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns the name of the header.
- name() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns the name of the method, always equal to [[value]].
- name() - Method in class org.apache.pekko.http.javadsl.model.TransferEncoding
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameDefaultReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameDefaultUnmarshallerReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameOptionReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameOptionUnmarshallerReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.RepeatedValueReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.RepeatedValueUnmarshallerReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.RequiredValueReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.common.RequiredValueUnmarshallerReceptacle
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.AttributeKey
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Ext
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Predefined
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeader
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- name() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.RangeUnit
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Bytes$
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Other
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
-
- name() - Static method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
The name of this part.
- name() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncoding
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension
-
- name() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Predefined
-
- nameChars() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
- nameChars() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- named(String) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- named(String) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- named(String) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- named(String) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- NameDefaultReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameDefaultReceptacle(String, T) - Constructor for class org.apache.pekko.http.scaladsl.common.NameDefaultReceptacle
-
- NameDefaultUnmarshallerReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameDefaultUnmarshallerReceptacle(String, T, Unmarshaller<String, T>) - Constructor for class org.apache.pekko.http.scaladsl.common.NameDefaultUnmarshallerReceptacle
-
- NamedHost(String) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.NamedHost
-
- NamedHost$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.NamedHost$
-
- nameFromClass(Class<T>) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion$
-
- nameFromClass(Class<T>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
- NameOptionReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameOptionReceptacle(String) - Constructor for class org.apache.pekko.http.scaladsl.common.NameOptionReceptacle
-
- NameOptionUnmarshallerReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameOptionUnmarshallerReceptacle(String, Unmarshaller<String, T>) - Constructor for class org.apache.pekko.http.scaladsl.common.NameOptionUnmarshallerReceptacle
-
- NameReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameReceptacle(String) - Constructor for class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
- NameUnmarshallerReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- NameUnmarshallerReceptacle(String, Unmarshaller<String, T>) - Constructor for class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
- nanoRace(Function0<BoxedUnit>, Function0<BoxedUnit>, int) - Method in class org.apache.pekko.http.impl.util.BenchUtils$
-
Races f1 against f2 for attempts times (after 10 warmup runs) and returns the minimum factor
between f1 time and f2 time.
- nanoRace(Function0<BoxedUnit>, Function0<BoxedUnit>, int) - Static method in class org.apache.pekko.http.impl.util.BenchUtils
-
Races f1 against f2 for attempts times (after 10 warmup runs) and returns the minimum factor
between f1 time and f2 time.
- needle() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.DefinedEndOfLineConfiguration
-
- needle() - Method in interface org.apache.pekko.http.impl.engine.parsing.BodyPartParser.EndOfLineConfiguration
-
- needle() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- NeedMoreData$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.NeedMoreData$
-
- NeedNextRequestMethod$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.NeedNextRequestMethod$
-
- needsStrictEntityFailure() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers$
-
- NegotiatedWebSocketSettings(Option<String>) - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings
-
- NegotiatedWebSocketSettings$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings$
-
- netIn() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- netIn() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- netIn() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- netIn() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- netInSub() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- netOut() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- netOut() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- netOut() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- netOut() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- netOutSub() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- NETWORK_AUTHENTICATION_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NETWORK_CONNECT_TIMEOUT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NETWORK_READ_TIMEOUT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NetworkAuthenticationRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NetworkAuthenticationRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NetworkConnectTimeout() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NetworkConnectTimeout() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NetworkReadTimeout() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NetworkReadTimeout() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- neutral() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that always matches, doesn't consume anything and extracts nothing.
- neutral() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that always matches, doesn't consume anything and extracts nothing.
- Neutral() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- Neutral() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- Neutral() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- Neutral() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- Neutral() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
- never() - Method in class org.apache.pekko.http.impl.util.Timestamp$
-
- never() - Static method in class org.apache.pekko.http.impl.util.Timestamp
-
- neverCalled() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- newBuilder() - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandler$
-
Creates a new builder DSL for creating an ExceptionHandler
- newBuilder() - Static method in class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
Creates a new builder DSL for creating an ExceptionHandler
- newBuilder() - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler$
-
Creates a new
RejectionHandler
builder.
- newBuilder() - Static method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
Creates a new
RejectionHandler
builder.
- newBuilder() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- newBuilder() - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler$
-
Creates a new
RejectionHandler
builder.
- newCompressor() - Method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- newCompressor() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
Deprecated.
newCompressor is internal API. Since Akka HTTP 10.2.0.
- newCompressor() - Method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- newCompressor() - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- newCompressor() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- NewConnectionPoolSpec - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec
-
- NewConnectionPoolSpec.ClientTransportTestSetup - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.ConnNrHeader - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.ConnNrHeader$ - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.MustContain<T> - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.NoErrorComplete - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.NoErrorComplete$ - Exception in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.WithPoolId - Class in org.apache.pekko.http.impl.engine.client
-
- NewConnectionPoolSpec.WithPoolStatus - Class in org.apache.pekko.http.impl.engine.client
-
- newDecompressorStage(int) - Method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- newDecompressorStage(int) - Method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- newDecompressorStage(int) - Method in class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- newDecompressorStage(int) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- newDecompressorStage(int) - Method in interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
-
Deprecated.
- newEncodeTransformer() - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- newEncodeTransformer() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
Deprecated.
newEncodeTransformer is internal API. Since Akka HTTP 10.2.0.
- newEncodeTransformer() - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- newEncodeTransformer() - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- newHandler() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
-
- NewHostConnectionPool - Class in org.apache.pekko.http.impl.engine.client.pool
-
Internal API
New host connection pool implementation.
- NewHostConnectionPool() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.NewHostConnectionPool
-
- newHostConnectionPool(String, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Starts a new connection pool to the given host and configuration and returns a
pekko.stream.javadsl.Flow
which dispatches
the requests from all its materializations across this pool.
- newHostConnectionPool(ConnectHttp, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Starts a new connection pool to the given host and configuration and returns a
pekko.stream.javadsl.Flow
which dispatches
the requests from all its materializations across this pool.
- newHostConnectionPool(ConnectHttp, ConnectionPoolSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Same as
newHostConnectionPool
but with HTTPS encryption.
- newHostConnectionPool(String, int, ConnectionPoolSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Starts a new connection pool to the given host and configuration and returns a
pekko.stream.scaladsl.Flow
which dispatches
the requests from all its materializations across this pool.
- newHostConnectionPool(HostConnectionPoolSetup, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
INTERNAL API
- NewHostConnectionPool$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
Internal API
New host connection pool implementation.
- NewHostConnectionPool$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.NewHostConnectionPool$
-
- newHostConnectionPoolHttps(String, int, HttpsConnectionContext, ConnectionPoolSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- newOutgoingConnection() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
Generates a new unique outgoingConnection
- newRenderer() - Method in class org.apache.pekko.http.impl.engine.ws.FramingSpec
-
- newServerAt(String, int) - Method in class org.apache.pekko.http.javadsl.Http
-
Main entry point to create a server binding.
- newServerAt(String, int) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Main entry point to create a server binding.
- newSpecificBuilder() - Method in interface org.apache.pekko.http.ccompat.QuerySeqOptimized
-
- newUniquePool() - Method in class org.apache.pekko.http.impl.engine.client.PoolId$
-
- newUniquePool() - Static method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- newUriParser(ParserInput) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- newUriParser(ParserInput) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- next - Static variable in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- next() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- next() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- nextFrame(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream
-
- nextFrame(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- nextIndex(ByteString, int) - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMoore
-
Returns the index of the next occurrence of
needle
in haystack
that is >= offset
.
- nextRandomAlphaNumChar() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- nextRandomInt(int, int) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- nextRandomPrintableChar() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- nextRandomString(Function0<Object>, int, StringBuilder) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- nextRequest() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- nextStreamId(R) - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- nextStreamId(HttpRequest) - Method in class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- nextStreamId(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- nioCharset() - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
Returns the Charset for this charset if available or throws an exception otherwise.
- nioCharset() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
Returns the Charset for this charset if available or throws an exception otherwise
- no$minuscache(Seq<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minuscache
-
- no$minuscache$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minuscache$
-
- no$minusstore$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minusstore$
-
- no$minustransform$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.no$minustransform$
-
- NO_CACHE - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- NO_CACHE(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- NO_CONTENT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NO_CONTENT_TYPE - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- NO_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.NO_ERROR$
-
- NO_FLAGS() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- NO_STORE - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- NO_TRANSFORM - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- NoArgTest() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- NoCoding() - Method in class org.apache.pekko.http.scaladsl.coding.Coders$
-
- NoCoding() - Static method in class org.apache.pekko.http.scaladsl.coding.Coders
-
- NoCoding - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since Akka HTTP 10.2.0.
- NoCoding() - Constructor for class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- NoCoding$ - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since Akka HTTP 10.2.0.
- NoCoding$() - Constructor for class org.apache.pekko.http.scaladsl.coding.NoCoding$
-
Deprecated.
- NoCodingCompressor - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
NoCodingCompressor is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
- NoCodingCompressor() - Constructor for class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
-
Deprecated.
- NoCodingCompressor$ - Class in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
NoCodingCompressor is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
- NoCodingCompressor$() - Constructor for class org.apache.pekko.http.scaladsl.coding.NoCodingCompressor$
-
Deprecated.
- NoContent() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NoContent() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NoContentException$() - Constructor for exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.NoContentException$
-
- NoContentType() - Method in class org.apache.pekko.http.scaladsl.model.ContentTypes$
-
- NoContentType() - Static method in class org.apache.pekko.http.scaladsl.model.ContentTypes
-
- NoContentType$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ConflictingContentTypeHeaderProcessingMode$.NoContentType$
-
- noCustomMediaTypes() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl$
-
- noCustomMediaTypes() - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- nodeSeqContentTypeRanges() - Method in class org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
- nodeSeqMarshaller(MediaType.NonBinary) - Method in interface org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport
-
- nodeSeqMediaTypes() - Method in class org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
- nodeSeqUnmarshaller(Seq<ContentTypeRange>) - Method in interface org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport
-
- noEncryption() - Method in class org.apache.pekko.http.javadsl.ConnectionContext$
-
Used to serve HTTP traffic.
- noEncryption() - Static method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Used to serve HTTP traffic.
- noEncryption() - Method in class org.apache.pekko.http.scaladsl.ConnectionContext$
-
- NoErrorComplete() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec
-
- NoErrorComplete() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- NoErrorComplete$() - Constructor for exception org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete$
-
- NoIncrements() - Method in class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements$
-
- NoMediaType() - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes$
-
- NoMediaType() - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- noMsgTimeout() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- NON_AUTHORITATIVE_INFORMATION - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NonAuthoritativeInformation() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NonAuthoritativeInformation() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NonBinary(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.NonBinary
-
- None$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.SameSite.None$
-
- nonEmpty() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- NonEmptyHost() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.NonEmptyHost
-
- NonMultipartWithOpenCharset(String, String, String, List<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset
-
- NoOpTelemetry - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- NoOpTelemetry() - Constructor for class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry
-
- NoOpTelemetry$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- NoOpTelemetry$() - Constructor for class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
-
- normalize(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Normalizes the given URI string by performing the following normalizations:
- the
scheme
and host
components are converted to lowercase
- a potentially existing port
component is removed if it matches one of the defined default ports for the scheme
- percent-encoded octets are decoded if allowed, otherwise they are converted to uppercase hex notation
- .
- normalize(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Normalizes the given URI string by performing the following normalizations:
- the
scheme
and host
components are converted to lowercase
- a potentially existing port
component is removed if it matches one of the defined default ports for the scheme
- percent-encoded octets are decoded if allowed, otherwise they are converted to uppercase hex notation
- .
- normalizedFor(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- normalizedForHttp(boolean) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- normalizePort(int, String) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- normalizePort(int, String) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- normalizeScheme(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- normalizeScheme(String) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- NoStreamId() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
The stream id to be used for frames not associated with any individual stream
as defined by the specification.
- NoStreamId() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
The stream id to be used for frames not associated with any individual stream
as defined by the specification.
- NoStrictlyCompatibleElementMarshallingAvailableException<T> - Exception in org.apache.pekko.http.scaladsl.marshalling
-
- NoStrictlyCompatibleElementMarshallingAvailableException(ContentType, List<Marshalling<?>>, ClassTag<T>) - Constructor for exception org.apache.pekko.http.scaladsl.marshalling.NoStrictlyCompatibleElementMarshallingAvailableException
-
- not() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- not() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- not() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- not() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- not() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- not() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- not() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- not(PathMatcher<?>) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
- not() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- not() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- not() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- NOT_ACCEPTABLE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NOT_COMPRESSIBLE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- NOT_EXTENDED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NOT_FOUND - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NOT_IMPLEMENTED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NOT_MODIFIED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- NotAcceptable() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NotAcceptable() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NotCompressible$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.NotCompressible$
-
- NotEnoughDataException - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- NotEnoughDataException() - Constructor for class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- NotEnoughDataException$ - Exception in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- NotEnoughDataException$() - Constructor for exception org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException$
-
- NotExtended() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NotExtended() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NotFound() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NotFound() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- nothingMatcher(Tuple<L>) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
A PathMatcher that never matches anything.
- notifyDebug(String) - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- notifyDebug(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- notifyError(String) - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- notifyError(Throwable, String) - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- notifyError(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- notifyError(Throwable, String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- notifyInfo(String) - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- notifyInfo(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- notifyLog(Logging.LogLevel, String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- notifyWarning(String) - Method in class org.apache.pekko.http.impl.util.DefaultNoLogging$
-
- notifyWarning(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- NotImplemented() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NotImplemented() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- NotModified() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- NotModified() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- now() - Method in class org.apache.pekko.http.impl.util.Timestamp$
-
- now() - Static method in class org.apache.pekko.http.impl.util.Timestamp
-
- now() - Static method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a new DateTime instance representing the current instant.
- now() - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Creates a new
DateTime
instance for the current point in time.
- now() - Static method in class org.apache.pekko.http.scaladsl.model.DateTime
-
Creates a new
DateTime
instance for the current point in time.
- nr() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- nullAsEmpty() - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
If the underlying string is null the method returns the empty string, otherwise the underlying string.
- numberFormatError(String, String) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- NumberMatcher(T, T, Integral<T>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.NumberMatcher
-
A PathMatcher that matches up to 128 remaining segments as a List[String].
- numberUnmarshaller(Function1<String, T>, String) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- numericErrorCode() - Method in exception org.apache.pekko.http.scaladsl.model.http2.PeerClosedStreamException
-
- NZDIGIT() - Method in interface org.apache.pekko.http.impl.model.parser.WebSocketHeaders
-
O
- oauth2(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.Authorization
-
- oAuth2(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges$
-
- oAuth2(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenges
-
- OAuth2BearerToken - Class in org.apache.pekko.http.javadsl.model.headers
-
- OAuth2BearerToken() - Constructor for class org.apache.pekko.http.javadsl.model.headers.OAuth2BearerToken
-
- OAuth2BearerToken - Class in org.apache.pekko.http.scaladsl.model.headers
-
- OAuth2BearerToken(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- OAuth2BearerToken$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- OAuth2BearerToken$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken$
-
- obj() - Method in class org.apache.pekko.http.scaladsl.server.directives.LogEntry
-
- ObjectRegistry<K,V> - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
A unsynchronized registry to keep track of singleton instances similar to what
java.lang.Enum provides.
- OCTET() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- of(PartialFunction<Throwable, Route>) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandler$
-
INTERNAL API
- of(PartialFunction<Throwable, Route>) - Static method in class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
INTERNAL API
- Off() - Method in class org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
-
- Off$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Off$
-
- offset() - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
-
- OK - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Ok(HttpHeader, List<ErrorInfo>) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok
-
- OK() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- OK() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- Ok$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$.Ok$
-
- On() - Method in class org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
-
- onAllDataFlushed() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
- onAllStreamsClosed() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called when all streams in StreamHandling buffers are closed and the stage is completing.
- onBadProtocol(ByteString) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
invoked if the specified protocol is unknown
- onBadProtocol(ByteString) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- onComplete(Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- onComplete(CompletionStage<T>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- onComplete(Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a
CompletionStage
and runs the inner route after future
completion with the future's value as an extraction of type Try
.
- onComplete(CompletionStage<T>, Function<Try<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a
CompletionStage
and runs the inner route after future
completion with the future's value as an extraction of type Try
.
- onComplete(Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- onComplete(CompletionStage<T>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- onComplete(Function0<Future<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FutureDirectives
-
"Unwraps" a
Future[T]
and runs the inner route after future
completion with the future's value as an extraction of type Try[T]
.
- onCompleteWithBreaker(CircuitBreaker, Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- onCompleteWithBreaker(CircuitBreaker, Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a
CompletionStage[T]
and runs the inner route after future
completion with the future's value as an extraction of type T
if
the supplied CircuitBreaker
is closed.
- onCompleteWithBreaker(CircuitBreaker, Supplier<CompletionStage<T>>, Function<Try<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- onCompleteWithBreaker(CircuitBreaker, Function0<Future<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FutureDirectives
-
"Unwraps" a
Future[T]
and runs the inner route after future
completion with the future's value as an extraction of type T
if
the supplied CircuitBreaker
is closed.
- onConnectionAttemptFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- onConnectionAttemptFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onConnectionAttemptFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- onConnectionAttemptSucceeded(SlotContext, Http.OutgoingConnection) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting
-
- onConnectionAttemptSucceeded(SlotContext, Http.OutgoingConnection) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onConnectionAttemptSucceeded(SlotContext, Http.OutgoingConnection) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- onConnectionCompleted(SlotContext) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- onConnectionCompleted(SlotContext) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyWithResultAlreadyDetermined
-
- onConnectionCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- onConnectionCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onConnectionCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- onConnectionCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- onConnectionDataReceived(int, int) - Method in interface org.apache.pekko.http.impl.engine.http2.IncomingFlowController
-
- onConnectionFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- onConnectionFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyWithResultAlreadyDetermined
-
- onConnectionFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- onConnectionFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onConnectionFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- onConnectionFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- onDataFrame(FrameEvent.DataFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- onDataFrame(FrameEvent.DataFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- onDataFrame(FrameEvent.DataFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- onDataFrame(FrameEvent.DataFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- onDataFrameSeen() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- onDataFrameSeen() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- onDataFrameSeen() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- onDownstreamFinish(Throwable) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- one() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- One(HttpEncoding, float) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- One(Language, float) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- One(HttpCharset, float) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- One(MediaType, float) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- One$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits.One$
-
- One$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One$
-
- One$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One$
-
- One$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One$
-
- One$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRange.One$
-
- One2OneBidi(int, Function1<Object, Throwable>, Function1<Object, Throwable>) - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- One2OneBidiFlow - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- One2OneBidiFlow() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlow
-
- One2OneBidiFlow$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- One2OneBidiFlow$() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlow$
-
- One2OneBidiFlow.One2OneBidi<I,O> - Class in org.apache.pekko.http.impl.util
-
- One2OneBidiFlow.OutputTruncationException - Exception in org.apache.pekko.http.impl.util
-
- One2OneBidiFlow.OutputTruncationException$ - Class in org.apache.pekko.http.impl.util
-
- One2OneBidiFlow.UnexpectedOutputException - Exception in org.apache.pekko.http.impl.util
-
- One2OneBidiFlow.UnexpectedOutputException$ - Class in org.apache.pekko.http.impl.util
-
- One2OneBidiFlowSpec - Class in org.apache.pekko.http.impl.util
-
- One2OneBidiFlowSpec() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec
-
- One2OneBidiFlowSpec.Test - Class in org.apache.pekko.http.impl.util
-
- One2OneBidiFlowSpec.Test$ - Class in org.apache.pekko.http.impl.util
-
- OneHundredContinueError$() - Constructor for exception org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.OneHundredContinueError$
-
- oneHundredContinueTrigger() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext
-
- oneOf(Seq<Marshaller<A, B>>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Seq<Marshaller<A, B>>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>, Marshaller<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Seq<Marshaller<A, B>>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Seq<T>, Function1<T, Marshaller<A, B>>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a "super-marshaller" from a number of values and a function producing "sub-marshallers"
from these values.
- oneOf(Seq<Marshaller<A, B>>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of "sub-marshallers".
- oneOf(Seq<T>, Function1<T, Marshaller<A, B>>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a "super-marshaller" from a number of values and a function producing "sub-marshallers"
from these values.
- OneTimeValve$() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.OneTimeValve$
-
- ongoingRequest() - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
- ongoingRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- ongoingResponse() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- ongoingResponse() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- onInterface(String) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Change interface to bind to
- onInterface(String) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Change interface to bind to
- only$minusif$minuscached$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.only$minusif$minuscached$
-
- ONLY_IF_CACHED - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- OnlyRunInGraphInterpreterContext() - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
Dummy name to signify that the caller asserts that cancelSource is only run from within a GraphInterpreter context
- OnlyRunInGraphInterpreterContext() - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
Dummy name to signify that the caller asserts that cancelSource is only run from within a GraphInterpreter context
- onNewConnectionEmbargo(SlotContext, FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.ConnectedState
-
- onNewConnectionEmbargo(SlotContext, FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- onNewConnectionEmbargo(SlotContext, FiniteDuration) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onNewConnectionEmbargo(SlotContext, FiniteDuration) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.UnconnectedState
-
- onNewRequest(SlotContext, PoolFlow.RequestContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- onNewRequest(SlotContext, PoolFlow.RequestContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onNewRequest(SlotContext, PoolFlow.RequestContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- onNewRequest(SlotContext, PoolFlow.RequestContext) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.UnconnectedState
-
- onPingAck() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- onPingAck() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- onPingAck() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- onPort(int) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Change port to bind to
- onPort(int) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Change port to bind to
- onPreConnect(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onPreConnect(SlotContext) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.UnconnectedState
-
- onPull() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- onPull() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- onPull() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage.State
-
- onPull() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- onPull() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- onPush() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage.State
-
- onPush() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- onRequestDispatched(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onRequestDispatched(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection
-
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
Will be called either immediately if the request entity is strict or otherwise later
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse
-
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
- onRequestEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- onRequestEntityFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- onRequestEntityFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyWithResultAlreadyDetermined
-
- onRequestEntityFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onRequestEntityFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- onResponseDispatchable(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
Called when the response out port is ready to receive a further response (successful or failed)
- onResponseDispatchable(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
Called when the response out port is ready to receive a further response (successful or failed)
- onResponseEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
Will be called either immediately if the response entity is strict or otherwise later
- onResponseEntityCompleted(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- onResponseEntityFailed(SlotContext, Throwable) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyWithResultAlreadyDetermined
-
- onResponseEntityFailed(SlotContext, Throwable) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onResponseEntitySubscribed(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onResponseEntitySubscribed(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- onResponseReceived(SlotContext, HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onResponseReceived(SlotContext, HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse
-
- onRstStreamFrame(FrameEvent.RstStreamFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- onRstStreamFrame(FrameEvent.RstStreamFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- onRstStreamFrame(FrameEvent.RstStreamFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- onRstStreamFrame(FrameEvent.RstStreamFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- onRstStreamFrame(FrameEvent.RstStreamFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- onShutdown(SlotContext) - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- onShutdown(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onStreamDataDispatched(int, int, int, int) - Method in interface org.apache.pekko.http.impl.engine.http2.IncomingFlowController
-
- onSuccess(Supplier<CompletionStage<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- onSuccess(CompletionStage<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- onSuccess(Supplier<CompletionStage<T>>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a
CompletionStage
and runs the inner route after stage
completion with the stage's value as an extraction of type T
.
- onSuccess(CompletionStage<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FutureDirectives
-
"Unwraps" a
CompletionStage
and runs the inner route after stage
completion with the stage's value as an extraction of type T
.
- onSuccess(Supplier<CompletionStage<T>>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- onSuccess(CompletionStage<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- onSuccess(OnSuccessMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FutureDirectives
-
"Unwraps" a
Future[T]
and runs the inner route after future
completion with the future's value as an extraction of type T
.
- OnSuccessMagnet - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- OnSuccessMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- OnSuccessMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.OnSuccessMagnet$
-
- onTick() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- onTick() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- onTick() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- onTimeout(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- onTimeout(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- onTimeout(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- onTimeout(SlotContext) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- onTrailer(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.CollectingIncomingData
-
- onTrailer(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- onTrailer(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- onTrailingHeaders(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- onUpstreamFailure(Throwable) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- onUpstreamFinish() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- onUpstreamFinish() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- OP_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- OP_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- opaque(Function<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to non-negotiable content from the given function.
- opaque(Function<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to non-negotiable content from the given function.
- opaque(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to non-negotiable content from the given function.
- opaque(Function1<A, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to non-negotiable content from the given function.
- Opaque(Function0<A>) - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque
-
- Opaque$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque$
-
- opcode() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- Opcode$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$
-
- Open(Http2StreamHandling.IncomingStreamBuffer, Http2StreamHandling.OutStream) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- open() - Method in interface org.apache.pekko.http.impl.util.StreamUtils.OneTimeValve
-
- Open$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open$
-
- openClientSocket() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- openConnection() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- openConnection() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- openNewClientConnection(ClientConnectionSettings) - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- OpenReceivingDataFirst(Http2StreamHandling.IncomingStreamBuffer, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst
-
- OpenReceivingDataFirst$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenReceivingDataFirst$
-
- OpenSendingData(Http2StreamHandling.OutStream, Map<AttributeKey<?>, Object>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- OpenSendingData$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData$
-
- OptHttpRequest - Class in org.apache.pekko.http.scaladsl.model
-
- OptHttpRequest(HttpRequest) - Constructor for class org.apache.pekko.http.scaladsl.model.OptHttpRequest
-
- OptHttpRequest$ - Class in org.apache.pekko.http.scaladsl.model
-
- OptHttpRequest$() - Constructor for class org.apache.pekko.http.scaladsl.model.OptHttpRequest$
-
- OptHttpResponse - Class in org.apache.pekko.http.scaladsl.model
-
- OptHttpResponse(HttpResponse) - Constructor for class org.apache.pekko.http.scaladsl.model.OptHttpResponse
-
- OptHttpResponse$ - Class in org.apache.pekko.http.scaladsl.model
-
- OptHttpResponse$() - Constructor for class org.apache.pekko.http.scaladsl.model.OptHttpResponse$
-
- option(JavaMapping<_J, _S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- optional() - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Extract the optional value as
Option[String]
.
- optional() - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
Extract the optional value as
Option[T]
.
- optional() - Method in interface org.apache.pekko.http.scaladsl.server.directives.AuthenticationDirective
-
Returns a copy of this
AuthenticationDirective
that will provide Some(user)
if credentials
were supplied and otherwise None
.
- optional(PathMatcher.Lift<L, Option>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.EnhancedPathMatcher
-
- optionalAttribute(AttributeKey<T>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.AttributeDirectives
-
Extracts the value of the optional request attribute with the given key.
- optionalAttribute(AttributeKey<T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalAttribute(AttributeKey<T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalAttribute(AttributeKey<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.AttributeDirectives
-
Extracts an optional request attribute for the given key.
- optionalCookie(String, Function<Optional<HttpCookiePair>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Extracts the
HttpCookiePair
with the given name as an Option[HttpCookiePair]
.
- optionalCookie(String, Function<Optional<HttpCookiePair>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalCookie(String, Function<Optional<HttpCookiePair>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalCookie(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
Extracts the
HttpCookiePair
with the given name as an Option[HttpCookiePair]
.
- optionalHeaderValue(Function<HttpHeader, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalHeaderValue(Function<HttpHeader, Optional<T>>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts an optional HTTP header value using the given function.
- optionalHeaderValue(Function<HttpHeader, Optional<T>>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalHeaderValue(Function1<HttpHeader, Option<T>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts an optional HTTP header value using the given function.
- optionalHeaderValueByName(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalHeaderValueByName(String, Function<Optional<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts the value of the optional HTTP request header with the given name.
- optionalHeaderValueByName(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalHeaderValueByName(Symbol) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Deprecated.
Use string argument version or `headerValueByType`, e.g. instead of `optionalHeaderValueByName('Referer)` use `optionalHeaderValueByType(Referer)`. Since Akka HTTP 10.2.0.
- optionalHeaderValueByName(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts the value of the optional HTTP request header with the given name.
- optionalHeaderValueByType(Class<T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalHeaderValueByType(Class<T>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
FIXME: WARNING: Custom headers don't work yet with this directive!
- optionalHeaderValueByType(Class<T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalHeaderValueByType(HeaderMagnet<T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extract the header value of the optional HTTP request header with the given type.
- optionalHeaderValuePF(PartialFunction<HttpHeader, T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- optionalHeaderValuePF(PartialFunction<HttpHeader, T>, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.HeaderDirectives
-
Extracts an optional HTTP header value using the given partial function.
- optionalHeaderValuePF(PartialFunction<HttpHeader, T>, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- optionalHeaderValuePF(PartialFunction<HttpHeader, T>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
Extracts an optional HTTP header value using the given partial function.
- optionalValue(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
-
- optionMarshaller(Marshaller<A, RequestEntity>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Marshals an Optional[A] to a RequestEntity an empty optional will yield an empty entity.
- optionMarshaller(Marshaller<A, RequestEntity>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Marshals an Optional[A] to a RequestEntity an empty optional will yield an empty entity.
- optionMarshaller(Marshaller<A, B>, EmptyValue<B>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
-
- optionMarshaller(Marshaller<A, B>, EmptyValue<B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- OptionMOps() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Lift$.MOps$
-
- optionRenderer(D, Renderer<D>, Renderer<T>) - Method in class org.apache.pekko.http.impl.util.Renderer$
-
- OPTIONS - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- OPTIONS(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default OPTIONS request to be modified using the `withX` methods.
- options(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- options(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- options(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- Options() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Options() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- OPTIONS() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- OPTIONS() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- options() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-OPTIONS requests.
- or(Directive<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Joins two directives into one which runs the second directive if the first one rejects.
- or(PathMatcher<? extends R>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- Ordering$() - Constructor for class org.apache.pekko.http.impl.util.Timestamp.Ordering$
-
- orElse(Route) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- orElse(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- orElse(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- orElse(PathMatcher1<T1>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- orElse(PathMatcher10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- orElse(PathMatcher11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- orElse(PathMatcher12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- orElse(PathMatcher13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- orElse(PathMatcher14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- orElse(PathMatcher15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- orElse(PathMatcher16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- orElse(PathMatcher17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- orElse(PathMatcher18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- orElse(PathMatcher19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- orElse(PathMatcher2<T1, T2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- orElse(PathMatcher20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- orElse(PathMatcher21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- orElse(PathMatcher22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- orElse(PathMatcher3<T1, T2, T3>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- orElse(PathMatcher4<T1, T2, T3, T4>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- orElse(PathMatcher5<T1, T2, T3, T4, T5>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- orElse(PathMatcher6<T1, T2, T3, T4, T5, T6>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- orElse(PathMatcher7<T1, T2, T3, T4, T5, T6, T7>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- orElse(PathMatcher8<T1, T2, T3, T4, T5, T6, T7, T8>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- orElse(PathMatcher9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- orElse(Route) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
- orElse(Function0<PathMatcher.Matching<R>>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- orElse(Function0<PathMatcher.Matching<R>>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matching
-
- orElse(Function0<PathMatcher.Matching<R>>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- org$apache$pekko$http$impl$util$ObjectRegistry$$_registry_$eq(Map<K, V>) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$ByteArrayMarshaller_$eq(Marshaller<byte[], RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$ByteStringMarshaller_$eq(Marshaller<ByteString, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$CharArrayMarshaller_$eq(Marshaller<char[], RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$DoneMarshaller_$eq(Marshaller<Done, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$FormDataMarshaller_$eq(Marshaller<FormData, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$MessageEntityMarshaller_$eq(Marshaller<RequestEntity, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToEntityMarshallers$_setter_$StringMarshaller_$eq(Marshaller<String, RequestEntity>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToRequestMarshallers$_setter_$fromRequest_$eq(Marshaller<HttpRequest, HttpRequest>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToResponseMarshallers$_setter_$fromResponse_$eq(Marshaller<HttpResponse, HttpResponse>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToResponseMarshallers$_setter_$fromStatusCode_$eq(Marshaller<StatusCode, HttpResponse>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$marshalling$PredefinedToResponseMarshallers$_setter_$fromStatusCodeAndHeaders_$eq(Marshaller<Tuple2<StatusCode, Seq<HttpHeader>>, HttpResponse>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- org$apache$pekko$http$scaladsl$model$headers$ModeledHeader$$_value() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- org$apache$pekko$http$scaladsl$model$headers$ModeledHeader$$_value_$eq(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$booleanFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$byteFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$doubleFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$floatFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexByte_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexInt_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexLong_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$HexShort_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$intFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$longFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$shortFromStringUnmarshaller_$eq(Unmarshaller<String, Object>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org$apache$pekko$http$scaladsl$unmarshalling$PredefinedFromStringUnmarshallers$_setter_$uuidFromStringUnmarshaller_$eq(Unmarshaller<String, UUID>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- org.apache.pekko.http - package org.apache.pekko.http
-
- org.apache.pekko.http.caching - package org.apache.pekko.http.caching
-
- org.apache.pekko.http.caching.impl.settings - package org.apache.pekko.http.caching.impl.settings
-
- org.apache.pekko.http.caching.javadsl - package org.apache.pekko.http.caching.javadsl
-
- org.apache.pekko.http.caching.scaladsl - package org.apache.pekko.http.caching.scaladsl
-
- org.apache.pekko.http.ccompat - package org.apache.pekko.http.ccompat
-
- org.apache.pekko.http.cors - package org.apache.pekko.http.cors
-
- org.apache.pekko.http.cors.javadsl - package org.apache.pekko.http.cors.javadsl
-
- org.apache.pekko.http.cors.javadsl.model - package org.apache.pekko.http.cors.javadsl.model
-
- org.apache.pekko.http.cors.javadsl.settings - package org.apache.pekko.http.cors.javadsl.settings
-
- org.apache.pekko.http.cors.scaladsl - package org.apache.pekko.http.cors.scaladsl
-
- org.apache.pekko.http.cors.scaladsl.model - package org.apache.pekko.http.cors.scaladsl.model
-
- org.apache.pekko.http.cors.scaladsl.settings - package org.apache.pekko.http.cors.scaladsl.settings
-
- org.apache.pekko.http.impl.engine - package org.apache.pekko.http.impl.engine
-
- org.apache.pekko.http.impl.engine.client - package org.apache.pekko.http.impl.engine.client
-
- org.apache.pekko.http.impl.engine.client.pool - package org.apache.pekko.http.impl.engine.client.pool
-
- org.apache.pekko.http.impl.engine.http2 - package org.apache.pekko.http.impl.engine.http2
-
- org.apache.pekko.http.impl.engine.http2.client - package org.apache.pekko.http.impl.engine.http2.client
-
- org.apache.pekko.http.impl.engine.http2.framing - package org.apache.pekko.http.impl.engine.http2.framing
-
- org.apache.pekko.http.impl.engine.http2.hpack - package org.apache.pekko.http.impl.engine.http2.hpack
-
- org.apache.pekko.http.impl.engine.http2.util - package org.apache.pekko.http.impl.engine.http2.util
-
- org.apache.pekko.http.impl.engine.parsing - package org.apache.pekko.http.impl.engine.parsing
-
- org.apache.pekko.http.impl.engine.rendering - package org.apache.pekko.http.impl.engine.rendering
-
- org.apache.pekko.http.impl.engine.server - package org.apache.pekko.http.impl.engine.server
-
- org.apache.pekko.http.impl.engine.ws - package org.apache.pekko.http.impl.engine.ws
-
- org.apache.pekko.http.impl.model - package org.apache.pekko.http.impl.model
-
- org.apache.pekko.http.impl.model.parser - package org.apache.pekko.http.impl.model.parser
-
- org.apache.pekko.http.impl.settings - package org.apache.pekko.http.impl.settings
-
- org.apache.pekko.http.impl.util - package org.apache.pekko.http.impl.util
-
- org.apache.pekko.http.javadsl - package org.apache.pekko.http.javadsl
-
- org.apache.pekko.http.javadsl.coding - package org.apache.pekko.http.javadsl.coding
-
- org.apache.pekko.http.javadsl.common - package org.apache.pekko.http.javadsl.common
-
- org.apache.pekko.http.javadsl.marshallers.jackson - package org.apache.pekko.http.javadsl.marshallers.jackson
-
- org.apache.pekko.http.javadsl.marshalling - package org.apache.pekko.http.javadsl.marshalling
-
- org.apache.pekko.http.javadsl.marshalling.sse - package org.apache.pekko.http.javadsl.marshalling.sse
-
- org.apache.pekko.http.javadsl.model - package org.apache.pekko.http.javadsl.model
-
- org.apache.pekko.http.javadsl.model.headers - package org.apache.pekko.http.javadsl.model.headers
-
- org.apache.pekko.http.javadsl.model.sse - package org.apache.pekko.http.javadsl.model.sse
-
- org.apache.pekko.http.javadsl.model.ws - package org.apache.pekko.http.javadsl.model.ws
-
- org.apache.pekko.http.javadsl.server - package org.apache.pekko.http.javadsl.server
-
- org.apache.pekko.http.javadsl.server.directives - package org.apache.pekko.http.javadsl.server.directives
-
- org.apache.pekko.http.javadsl.settings - package org.apache.pekko.http.javadsl.settings
-
- org.apache.pekko.http.javadsl.testkit - package org.apache.pekko.http.javadsl.testkit
-
- org.apache.pekko.http.javadsl.unmarshalling - package org.apache.pekko.http.javadsl.unmarshalling
-
- org.apache.pekko.http.javadsl.unmarshalling.sse - package org.apache.pekko.http.javadsl.unmarshalling.sse
-
- org.apache.pekko.http.scaladsl - package org.apache.pekko.http.scaladsl
-
- org.apache.pekko.http.scaladsl.client - package org.apache.pekko.http.scaladsl.client
-
- org.apache.pekko.http.scaladsl.coding - package org.apache.pekko.http.scaladsl.coding
-
- org.apache.pekko.http.scaladsl.common - package org.apache.pekko.http.scaladsl.common
-
- org.apache.pekko.http.scaladsl.marshallers.sprayjson - package org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
- org.apache.pekko.http.scaladsl.marshallers.xml - package org.apache.pekko.http.scaladsl.marshallers.xml
-
- org.apache.pekko.http.scaladsl.marshalling - package org.apache.pekko.http.scaladsl.marshalling
-
- org.apache.pekko.http.scaladsl.marshalling.sse - package org.apache.pekko.http.scaladsl.marshalling.sse
-
- org.apache.pekko.http.scaladsl.model - package org.apache.pekko.http.scaladsl.model
-
- org.apache.pekko.http.scaladsl.model.headers - package org.apache.pekko.http.scaladsl.model.headers
-
- org.apache.pekko.http.scaladsl.model.http2 - package org.apache.pekko.http.scaladsl.model.http2
-
- org.apache.pekko.http.scaladsl.model.sse - package org.apache.pekko.http.scaladsl.model.sse
-
- org.apache.pekko.http.scaladsl.model.ws - package org.apache.pekko.http.scaladsl.model.ws
-
- org.apache.pekko.http.scaladsl.server - package org.apache.pekko.http.scaladsl.server
-
- org.apache.pekko.http.scaladsl.server.directives - package org.apache.pekko.http.scaladsl.server.directives
-
- org.apache.pekko.http.scaladsl.server.util - package org.apache.pekko.http.scaladsl.server.util
-
- org.apache.pekko.http.scaladsl.settings - package org.apache.pekko.http.scaladsl.settings
-
- org.apache.pekko.http.scaladsl.testkit - package org.apache.pekko.http.scaladsl.testkit
-
- org.apache.pekko.http.scaladsl.unmarshalling - package org.apache.pekko.http.scaladsl.unmarshalling
-
- org.apache.pekko.http.scaladsl.unmarshalling.sse - package org.apache.pekko.http.scaladsl.unmarshalling.sse
-
- org.apache.pekko.http.scaladsl.util - package org.apache.pekko.http.scaladsl.util
-
- org.apache.pekko.http.shaded.com.twitter.hpack - package org.apache.pekko.http.shaded.com.twitter.hpack
-
- org.apache.pekko.stream.testkit - package org.apache.pekko.stream.testkit
-
- org.apache.pekko.testkit - package org.apache.pekko.testkit
-
- origin() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- origin() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- Origin - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Origin` header.
- Origin() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Origin
-
- Origin - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Origin(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- Origin$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Origin$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Origin$
-
- origins() - Method in class org.apache.pekko.http.cors.scaladsl.CorsRejection.InvalidOrigin
-
- origins() - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default
-
- origins() - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict
-
- origins() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default
-
- origins() - Method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- originsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin$
-
- originsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- Other(byte) - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Other
-
- Other(String) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
- Other(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Other
-
- Other$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Other$
-
- Other$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Other$
-
- Other$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Other$
-
- OtherHeader$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.OtherHeader$
-
- out() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport
-
- out() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- out() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- out() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
- out() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- out() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- out() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.PrepareRequests
-
- out() - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventRenderer
-
- out() - Method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- out() - Method in class org.apache.pekko.http.impl.util.ExposeAttributes
-
- out() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- outboundWindowLeft() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- outgoingConnection() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec
-
- outgoingConnection(String, int, HttpsConnectionContext, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- outgoingConnection(String) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a
pekko.stream.javadsl.Flow
representing a prospective HTTP client connection to the given endpoint.
- outgoingConnection(ConnectHttp) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a
pekko.stream.javadsl.Flow
representing a prospective HTTP client connection to the given endpoint.
- outgoingConnection(ConnectHttp, Optional<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a
pekko.stream.javadsl.Flow
representing a prospective HTTP client connection to the given endpoint.
- OutgoingConnection - Class in org.apache.pekko.http.javadsl
-
- OutgoingConnection(Http.OutgoingConnection) - Constructor for class org.apache.pekko.http.javadsl.OutgoingConnection
-
- OutgoingConnection(InetSocketAddress, InetSocketAddress) - Constructor for class org.apache.pekko.http.scaladsl.Http.OutgoingConnection
-
- outgoingConnection(String, int, Option<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Creates a
pekko.stream.scaladsl.Flow
representing a prospective HTTP client connection to the given endpoint.
- OutgoingConnection$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.OutgoingConnection$
-
- OutgoingConnection$() - Constructor for class org.apache.pekko.http.scaladsl.Http.OutgoingConnection$
-
- OutgoingConnectionBlueprint - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
- OutgoingConnectionBlueprint() - Constructor for class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint
-
- OutgoingConnectionBlueprint$ - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
- OutgoingConnectionBlueprint$() - Constructor for class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint$
-
- OutgoingConnectionBlueprint.PrepareResponse - Class in org.apache.pekko.http.impl.engine.client
-
This is essentially a three state state machine, it is either 'idle' - waiting for a response to come in
or has seen the start of a response and is waiting for either chunks followed by MessageEnd if chunked
or just MessageEnd in the case of a strict response.
- OutgoingConnectionBlueprint.ResponseParsingMerge - Class in org.apache.pekko.http.impl.engine.client
-
A merge that follows this logic:
1.
- OutgoingConnectionBlueprint.UnexpectedConnectionClosureException - Exception in org.apache.pekko.http.impl.engine.client
-
- OutgoingConnectionBuilder - Interface in org.apache.pekko.http.javadsl
-
Builder for setting up a flow that will create one single connection per materialization to the specified host.
- OutgoingConnectionBuilder - Interface in org.apache.pekko.http.scaladsl
-
Builder for setting up a flow that will create one single connection per materialization to the specified host.
- OutgoingConnectionBuilderImpl - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- OutgoingConnectionBuilderImpl() - Constructor for class org.apache.pekko.http.impl.engine.http2.OutgoingConnectionBuilderImpl
-
- OutgoingConnectionBuilderImpl$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- OutgoingConnectionBuilderImpl$() - Constructor for class org.apache.pekko.http.impl.engine.http2.OutgoingConnectionBuilderImpl$
-
- outgoingConnectionHttps(String, int, HttpsConnectionContext, Option<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- outgoingConnectionPriorKnowledge(String, int, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- outgoingConnectionUsingContext(String, int, ConnectionContext, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Similar to
outgoingConnection
but allows to specify a user-defined context to run the connection on.
- outgoingControlFrameBufferSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- outgoingControlFrameBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- outgoingControlFrameBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- outgoingControlFrameBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- outgoingControlFrameBufferSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- outgoingControlFrameBufferSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- outIn() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test
-
- OutIsTuple() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatcher.Lift
-
- OutIsTuple() - Method in interface org.apache.pekko.http.scaladsl.server.util.Tupler
-
- OutOfEmbargo$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.OutOfEmbargo$
-
- outOut() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test
-
- outProbe() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
The underlying probe for the outgoing side of this probe.
- OutputTruncationException(int) - Constructor for exception org.apache.pekko.http.impl.util.One2OneBidiFlow.OutputTruncationException
-
- OutputTruncationException$() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlow.OutputTruncationException$
-
- outStream() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.HalfClosedRemoteSendingData
-
- outStream() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Open
-
- outStream() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OpenSendingData
-
- OutStream() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Accessor for nested Scala object
- outStream() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- OutStream$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStream$
-
- OutStreamImpl(int, OptionVal<GraphStageLogic.SubSinkInlet<?>>, int, OptionVal<FrameEvent.ParsedHeadersFrame>) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- overrideMethodWithParameter(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- overrideMethodWithParameter(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
Changes the HTTP method of the request to the value of the specified query string parameter.
- overrideMethodWithParameter(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- overrideMethodWithParameter(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Changes the HTTP method of the request to the value of the specified query string parameter.
- OWS() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
P
- p() - Method in class org.apache.pekko.http.impl.engine.ws.FrameError
-
- PADDED() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- pair() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- pair() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Returns the name/value pair for this cookie, to be used in
Cookie
headers.
- pairMapping(JavaMapping<J1, S1>, JavaMapping<J2, S2>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- Parallelism() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- Parallelism() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- parallelism() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Write-side / read-side, defines if (un)marshalling should be done in parallel.
- parallelism() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- parallelism() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Write-side / read-side, defines if (un)marshalling should be done in parallel.
- parallelism() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- parallelism() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- paramDef(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- ParamDef$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamDef$
-
Deprecated.
- parameter() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- parameter(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameter(Unmarshaller<String, T>, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameter(String, Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameter(Unmarshaller<String, T>, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameter(String, Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameter(Unmarshaller<String, T>, String, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameter(ParameterDirectives.ParamMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- parameter(ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameter(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- ParameterDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- ParameterDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- ParameterDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- ParameterDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- ParameterDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives$
-
- ParameterDirectives.ParamDef<T> - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- ParameterDirectives.ParamDef$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- ParameterDirectives.ParamDef$.ConvertParamDefAndConcatenate$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
- ParameterDirectives.ParamMagnet - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- ParameterDirectives.ParamMagnet$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- ParameterDirectives.ParamSpec - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- ParameterDirectives.ParamSpec$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- ParameterDirectivesInstances - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- parameterList(String, Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterList(Function<List<Map.Entry<String, String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterList(String, Function<List<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterList(Function<List<Map.Entry<String, String>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterList(String, Function<List<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterList(Unmarshaller<String, T>, String, Function<List<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterList(Function<List<Map.Entry<String, String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterMap(Function<Map<String, String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterMap(Function<Map<String, String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterMap(Function<Map<String, String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterMap() - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
-
Extracts the request's query parameters as a
Map[String, String]
.
- parameterMultiMap(Function<Map<String, List<String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterMultiMap(Function<Map<String, List<String>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterMultiMap(Function<Map<String, List<String>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterMultiMap() - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
-
Extracts the request's query parameters as a
Map[String, List[String}
.
- parameterName() - Method in interface org.apache.pekko.http.javadsl.server.InvalidRequiredValueForQueryParamRejection
-
- parameterName() - Method in interface org.apache.pekko.http.javadsl.server.MalformedQueryParamRejection
-
- parameterName() - Method in interface org.apache.pekko.http.javadsl.server.MissingQueryParamRejection
-
- parameterName() - Method in class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
-
- parameterName() - Method in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- parameterName() - Method in class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection
-
- parameterOptional(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterOptional(String, Function<Optional<String>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterOptional(String, Function<Optional<String>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterOptional(Unmarshaller<String, T>, String, Function<Optional<T>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterOrDefault(Unmarshaller<String, T>, T, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterOrDefault(Unmarshaller<String, T>, T, String, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterOrDefault(Unmarshaller<String, T>, T, String, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameterRequiredValue(Unmarshaller<String, T>, T, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- parameterRequiredValue(Unmarshaller<String, T>, T, String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.ParameterDirectives
-
- parameterRequiredValue(Unmarshaller<String, T>, T, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- parameters(ParameterDirectives.ParamMagnet) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
-
Deprecated.
Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since Akka HTTP 10.2.0.
- parameters(ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameters(ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
-
Extracts query parameter values from the request.
- parameterSeq() - Method in interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
-
Extracts the request's query parameters as a
Seq[(String, String)]
.
- ParamMagnet$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet$
-
Deprecated.
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Multipart
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncoding
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension
-
- params() - Method in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Predefined
-
- ParamSpec$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.ParamSpec$
-
- paramsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParam$
-
- paramsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParam
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Authority$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.ContentType$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.HeaderParser
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Method$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.OtherHeader$
-
- parse(String, String, ParserSettings) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.PathAndQuery$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Status$
-
- parse(String, String, ParserSettings) - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Verbatim
-
- parse(String) - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- parse(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed$
-
- parse(String) - Static method in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- parse(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.HttpOrigin
-
- parse(String) - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeaderFactory
-
Parses the value checking that the format is correct.
- parse(String, String) - Static method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Attempts to parse the given header name and value string into a header model instance.
- parse(ByteStringParser.ByteReader) - Method in class org.apache.pekko.http.scaladsl.coding.DeflateDecompressorBase.Inflate
-
- parse(String) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
Tries to parse a
ContentType
value from the given String.
- parse(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- parse(String, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader$
-
- parse(String, LoggingAdapter) - Static method in class org.apache.pekko.http.scaladsl.model.http2.Http2SettingsHeader
-
- parse(String, String, HeaderParser.Settings) - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader$
-
Attempts to parse the given header name and value string into a header model instance.
- parse(String, String, HeaderParser.Settings) - Static method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
Attempts to parse the given header name and value string into a header model instance.
- parse(String) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
Tries to parse a
MediaType
value from the given String.
- parse(String) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
Tries to parse a
MediaType
value from the given String.
- parse(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority$
-
- parseAbsolute(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a string into a normalized absolute URI as defined by http://tools.ietf.org/html/rfc3986#section-4.3.
- parseAbsolute(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a string into a normalized absolute URI as defined by http://tools.ietf.org/html/rfc3986#section-4.3.
- parseAbsoluteUri() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseAndCache(String, String) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- parseAndCache(String, HttpHeader) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- parseAndResolve(ParserInput, Uri, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses a string into a normalized URI reference that is immediately resolved against the given base URI as
defined by http://tools.ietf.org/html/rfc3986#section-5.2.
- parseAndResolve(ParserInput, Uri, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses a string into a normalized URI reference that is immediately resolved against the given base URI as
defined by http://tools.ietf.org/html/rfc3986#section-5.2.
- parseAndResolveUriReference(Uri) - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseAuthority() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseBits() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- parseBytes(ByteString) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseChunk(ByteString, int, boolean, long) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseCloseCode(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- parseCloseCode(ByteString) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- ParsedHeadersFrame(int, boolean, Seq<Tuple2<String, Object>>, Option<FrameEvent.PriorityFrame>) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame
-
- ParsedHeadersFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame$
-
- parseEntity(List<HttpHeader>, HttpProtocol, ByteString, int, Option<Content$minusLength>, Option<Content$minusType>, boolean, boolean, boolean, boolean, SSLSession) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseEntity(List<HttpHeader>, HttpProtocol, ByteString, int, Option<Content$minusLength>, Option<Content$minusType>, boolean, boolean, boolean, boolean, SSLSession) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- ParseError(ErrorInfo) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.ParseError
-
- parseError(ParseError) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- ParseError$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.ParseError$
-
- parseFixedLengthBody(long, boolean, ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseFrame(Http2Protocol.FrameType, ByteFlag, int, ByteStringParser.ByteReader, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing$
-
- parseFrame(Http2Protocol.FrameType, ByteFlag, int, ByteStringParser.ByteReader, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- parseFromValueString(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
Parses the given value into a header of this type.
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- parseFromValueString(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- parseFull(String, String, HeaderParser.Settings) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- parseFull(String, String, HeaderParser.Settings) - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- parseHeaderLine(ByteString, int, int, int) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Parses a header line and returns the line start index of the subsequent line.
- parseHeaderLines(ByteString, int, ListBuffer<HttpHeader>, int, Option<Connection>, Option<Content$minusLength>, Option<Content$minusType>, boolean, boolean, boolean) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseHeaderLinesAux(ListBuffer<HttpHeader>, int, Option<Connection>, Option<Content$minusLength>, Option<Content$minusType>, boolean, boolean, boolean, ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseHeaderPair(HttpHeaderParser, String, String) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- parseHeaderPair(HttpHeaderParser, String, String) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- parseHost() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseHttp2AuthorityPseudoHeader() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseHttp2AuthorityPseudoHeader(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses the given string as if it were the value of an HTTP/2 ":authority" pseudo-header.
- parseHttp2AuthorityPseudoHeader(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses the given string as if it were the value of an HTTP/2 ":authority" pseudo-header.
- parseHttp2PathPseudoHeader() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseHttp2PathPseudoHeader(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses the given string as if it were the value of an HTTP/2 ":path" pseudo-header.
- parseHttp2PathPseudoHeader(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses the given string as if it were the value of an HTTP/2 ":path" pseudo-header.
- parseHttpRequestTarget() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseHttpRequestTarget(ParserInput, Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
Parses the given string into an HTTP request target URI as defined by
http://tools.ietf.org/html/rfc7230#section-5.3.
- parseHttpRequestTarget(ParserInput, Charset, Uri.ParsingMode) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses the given string into an HTTP request target URI as defined by
http://tools.ietf.org/html/rfc7230#section-5.3.
- parseLine(String) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- parseLineFromBytes(ByteString) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- parseMessage(ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseMessage(ByteString, int) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- parseMultiple(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion$
-
parses a string of multiple ProductVersions
- parseMultiple(String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
parses a string of multiple ProductVersions
- parseOrigin() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseProtocol(ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseQuery() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parser() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.ModeledHeaderValueParser
-
- parser() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- parser() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
- parser() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- parser() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- parseRawQueryString() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseRequest(HttpHeaderParser, ServerSettings, Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- parseRequest(HttpHeaderParser, ServerSettings, Attributes) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- parseResponse(HttpHeaderParser, ParserSettings, Attributes) - Method in class org.apache.pekko.http.impl.engine.http2.client.ResponseParsing$
-
- parseResponse(HttpHeaderParser, ParserSettings, Attributes) - Static method in class org.apache.pekko.http.impl.engine.http2.client.ResponseParsing
-
- ParserOutput - Interface in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- ParserOutput$ - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- ParserOutput$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput$
-
- ParserOutput.EntityChunk - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityChunk$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityCreator<A extends ParserOutput,B extends HttpEntity> - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityPart - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityPart$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityStreamError - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.EntityStreamError$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.ErrorOutput - Interface in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.MessageEnd$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.MessageOutput - Interface in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.MessageStart - Interface in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.MessageStartError - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.MessageStartError$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.NeedMoreData$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.NeedNextRequestMethod$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.RemainingBytes - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.RemainingBytes$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.RequestOutput - Interface in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.RequestStart - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.RequestStart$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.ResponseOutput - Interface in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.ResponseStart - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.ResponseStart$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.StreamedEntityCreator<A extends ParserOutput,B extends HttpEntity> - Class in org.apache.pekko.http.impl.engine.parsing
-
An entity creator that creates the entity from the a source of parts.
- ParserOutput.StreamedEntityCreator$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.StreamEnd$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- ParserOutput.StrictEntityCreator<A extends ParserOutput,B extends UniversalEntity> - Class in org.apache.pekko.http.impl.engine.parsing
-
An entity creator that uses the given entity directly and ignores the passed-in source.
- ParserOutput.StrictEntityCreator$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- Parsers() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing$
-
- Parsers() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing
-
- parserSettings() - Method in class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- parserSettings() - Method in class org.apache.pekko.http.impl.engine.client.ResponseParsingMergeSpec
-
- parserSettings() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- parserSettings() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- ParserSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- ParserSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- parserSettings() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The default ParserSettings to be used for configuring directives.
- parserSettings() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- parserSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- ParserSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- ParserSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- parserSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- ParserSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ParserSettings$
-
- ParserSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- ParserSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.ParserSettings$
-
- ParserSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings$
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode - Interface in org.apache.pekko.http.javadsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode - Interface in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Error$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode$.First$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode$.Last$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ConflictingContentTypeHeaderProcessingMode$.NoContentType$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.CookieParsingMode - Interface in org.apache.pekko.http.javadsl.settings
-
- ParserSettings.CookieParsingMode - Interface in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.CookieParsingMode$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.CookieParsingMode$.Raw$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.CookieParsingMode$.RFC6265$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ErrorLoggingVerbosity - Interface in org.apache.pekko.http.javadsl.settings
-
- ParserSettings.ErrorLoggingVerbosity - Interface in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ErrorLoggingVerbosity$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ErrorLoggingVerbosity$.Full$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ErrorLoggingVerbosity$.Off$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.ErrorLoggingVerbosity$.Simple$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode - Interface in org.apache.pekko.http.javadsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode - Interface in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode$.Error$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode$.Ignore$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderNameProcessingMode$.Warn$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode - Interface in org.apache.pekko.http.javadsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode - Interface in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode$.Error$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode$.Ignore$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettings.IllegalResponseHeaderValueProcessingMode$.Warn$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ParserSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ParserSettingsImpl(int, int, int, int, int, int, Option<Object>, long, int, int, int, Uri.ParsingMode, ParserSettings.CookieParsingMode, boolean, Set<String>, ParserSettings.ErrorLoggingVerbosity, ParserSettings.IllegalResponseHeaderNameProcessingMode, ParserSettings.IllegalResponseHeaderValueProcessingMode, ParserSettings.ConflictingContentTypeHeaderProcessingMode, Map<String, Object>, boolean, boolean, boolean, Function1<String, Option<HttpMethod>>, Function1<Object, Option<StatusCode>>, Function2<String, String, Option<MediaType>>) - Constructor for class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- ParserSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
- ParserSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.ParserSettingsImpl$
-
- parseSafeRawQueryString(String) - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parseSessionBytes(TLSProtocol.SessionBytes) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- parseUriReference() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- parsing(ServerSettings, LoggingAdapter, boolean) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- parsing(ServerSettings, LoggingAdapter, boolean) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- parsingErrorHandler() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- ParsingErrorHandler - Class in org.apache.pekko.http
-
- ParsingErrorHandler() - Constructor for class org.apache.pekko.http.ParsingErrorHandler
-
- parsingErrorHandler() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- parsingErrorHandlerInstance(ActorSystem) - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- parsingErrorHandlerInstance(ActorSystem) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
INTERNAL API
Returns an instance of the ParsingErrorHandler as specified by
parsingErrorHandler
- ParsingException - Exception in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- ParsingException(StatusCode, ErrorInfo) - Constructor for exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- ParsingException(StatusCode, String) - Constructor for exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- ParsingException(String) - Constructor for exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- ParsingException(String, String) - Constructor for exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- ParsingException - Exception in org.apache.pekko.http.scaladsl.model
-
- ParsingException(ErrorInfo) - Constructor for exception org.apache.pekko.http.scaladsl.model.ParsingException
-
- ParsingException$ - Class in org.apache.pekko.http.scaladsl.model
-
- ParsingException$() - Constructor for class org.apache.pekko.http.scaladsl.model.ParsingException$
-
- ParsingMode$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$
-
- parsingRendering(ServerSettings, LoggingAdapter, boolean, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- parsingRendering(ServerSettings, LoggingAdapter, boolean, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- ParsingResult$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpHeader.ParsingResult$
-
- PARTIAL_CONTENT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PartialApplication - Class in org.apache.pekko.http.javadsl.common
-
Contains helpful methods to partially apply Functions for Java
- PartialApplication() - Constructor for class org.apache.pekko.http.javadsl.common.PartialApplication
-
- PartialApplication$ - Class in org.apache.pekko.http.javadsl.common
-
Contains helpful methods to partially apply Functions for Java
- PartialApplication$() - Constructor for class org.apache.pekko.http.javadsl.common.PartialApplication$
-
- PartialContent() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- PartialContent() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- parts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General
-
- parts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
The stream of body parts this content consists of.
- parts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
- pass(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Always passes the request on to its inner route
(i.e. does nothing with the request or the response).
- pass(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pass(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pass() - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
A Directive0 that always passes the request on to its inner route
(i.e. does nothing with the request or the response).
- PassThrough() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- PassThrough() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- PassThrough$() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$
-
- PassThroughTransport() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough$
-
- PassThroughTransport() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- PassThroughTransport$() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- password() - Method in class org.apache.pekko.http.javadsl.model.headers.BasicHttpCredentials
-
- password() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- PATCH - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- PATCH(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default PATCH request to be modified using the `withX` methods.
- patch(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- patch(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- patch(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- Patch() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Patch() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- PATCH() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- PATCH() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- patch() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-PATCH requests.
- path() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- path(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- path() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a String representation of the path of this Uri.
- path(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new path.
- path(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(PathMatcher1<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(Unmarshaller<String, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- path(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(PathMatcher1<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(Unmarshaller<String, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- path(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Matches a prefix to the remaining unmatched path after consuming a leading slash.
- path(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- path(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Applies the given
PathMatcher0
to the remaining unmatched path after consuming a leading slash.
- path(PathMatcher1<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- path(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- path(Unmarshaller<String, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Consumes a leading slash and extracts the next path segment, unmarshalling it and passing the result to the inner function,
expecting the full path to have been consumed then.
- path() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- path() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- Path() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- path() - Method in class org.apache.pekko.http.scaladsl.server.directives.DirectoryListing
-
- path(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Applies the given
PathMatcher
to the remaining unmatched path after consuming a leading slash.
- Path$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
- PathAndQuery$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.PathAndQuery$
-
- PathDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
Only path prefixes are matched by these methods, since any kind of chaining path extractions
in Java would just look cumbersome without operator overloads; hence, no PathMatcher for Java.
- PathDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- PathDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- PathDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- PathDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- PathDirectives.TrailingRetryRejection$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
INTERNAL API
- pathEnd(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathEnd(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Rejects the request if the unmatchedPath of the
pekko.http.javadsl.server.RequestContext
is non-empty,
or said differently: only passes on the request to its inner route if the request path
has been matched completely.
- pathEnd(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathEnd() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches the very end of the requests URI path.
- pathEnd() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches the very end of the requests URI path.
- PathEnd() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- PathEnd() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- pathEnd() - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Rejects the request if the unmatchedPath of the
RequestContext
is non-empty,
or said differently: only passes on the request to its inner route if the request path
has been matched completely.
- PathEnd() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- PathEnd() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- PathEnd() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- PathEnd$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.PathEnd$
-
- pathEndOrSingleSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathEndOrSingleSlash(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Only passes on the request to its inner route if the request path has been matched
completely or only consists of exactly one remaining slash.
- pathEndOrSingleSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathEndOrSingleSlash() - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Only passes on the request to its inner route if the request path has been matched
completely or only consists of exactly one remaining slash.
- PathMatcher<L> - Class in org.apache.pekko.http.scaladsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatcher.Unmatched.
- PathMatcher(Tuple<L>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- PathMatcher$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
- PathMatcher.EnhancedPathMatcher<L> - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Lift<L,M> - Interface in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Lift$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Lift$.MOps<M> - Interface in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Lift$.MOps$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.LowLevelLiftImplicits - Interface in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Matched<L> - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Matched$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Matching<L> - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.PathMatcher1Ops<T> - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher.Unmatched$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatcher0 - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher0(PathMatcher<BoxedUnit>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- PathMatcher1<T1> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher1(PathMatcher<Tuple1<T1>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- PathMatcher10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher10(PathMatcher<Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- PathMatcher11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher11(PathMatcher<Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- PathMatcher12<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher12(PathMatcher<Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- PathMatcher13<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher13(PathMatcher<Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- PathMatcher14<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher14(PathMatcher<Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- PathMatcher15<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher15(PathMatcher<Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- PathMatcher16<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher16(PathMatcher<Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- PathMatcher17<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher17(PathMatcher<Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- PathMatcher18<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher18(PathMatcher<Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- PathMatcher19<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher19(PathMatcher<Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- PathMatcher1Ops(PathMatcher<Tuple1<T>>) - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.PathMatcher1Ops
-
- PathMatcher2<T1,T2> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher2(PathMatcher<Tuple2<T1, T2>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- PathMatcher20<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher20(PathMatcher<Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- PathMatcher21<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher21(PathMatcher<Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- PathMatcher22<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher22(PathMatcher<Tuple22<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- PathMatcher3<T1,T2,T3> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher3(PathMatcher<Tuple3<T1, T2, T3>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- PathMatcher4<T1,T2,T3,T4> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher4(PathMatcher<Tuple4<T1, T2, T3, T4>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- PathMatcher5<T1,T2,T3,T4,T5> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher5(PathMatcher<Tuple5<T1, T2, T3, T4, T5>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- PathMatcher6<T1,T2,T3,T4,T5,T6> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher6(PathMatcher<Tuple6<T1, T2, T3, T4, T5, T6>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- PathMatcher7<T1,T2,T3,T4,T5,T6,T7> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher7(PathMatcher<Tuple7<T1, T2, T3, T4, T5, T6, T7>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- PathMatcher8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher8(PathMatcher<Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- PathMatcher9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.apache.pekko.http.javadsl.server
-
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
if matched, otherwise PathMatchers.Unmatched.
- PathMatcher9(PathMatcher<Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>>) - Constructor for class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- PathMatchers - Class in org.apache.pekko.http.javadsl.server
-
- PathMatchers() - Constructor for class org.apache.pekko.http.javadsl.server.PathMatchers
-
- PathMatchers - Interface in org.apache.pekko.http.scaladsl.server
-
- PathMatchers$ - Class in org.apache.pekko.http.javadsl.server
-
- PathMatchers$() - Constructor for class org.apache.pekko.http.javadsl.server.PathMatchers$
-
- PathMatchers$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- PathMatchers.HexIntNumber$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.HexLongNumber$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.IntNumber$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.LongNumber$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.NumberMatcher<T> - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.PathEnd$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.Remaining$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.RemainingPath$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.Segment$ - Class in org.apache.pekko.http.scaladsl.server
-
- PathMatchers.Slash$ - Class in org.apache.pekko.http.scaladsl.server
-
A PathMatcher that matches a single slash character ('/').
- pathOrExtChars() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
- pathOrExtChars() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- pathPrefix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(PathMatcher1<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(Unmarshaller<String, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefix(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Matches a prefix to the remaining unmatched path after consuming a leading slash.
- pathPrefix(Function<String, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefix(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Applies the given
PathMatcher0
to the remaining unmatched path after consuming a leading slash.
- pathPrefix(PathMatcher1<T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefix(Unmarshaller<String, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Consumes a leading slash and extracts the next path segment, unmarshalling it and passing the result to the inner function.
- pathPrefix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(Function<String, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(PathMatcher1<T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(Unmarshaller<String, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefix(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Applies the given
PathMatcher
to a prefix of the remaining unmatched path after consuming a leading slash.
- pathPrefixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathPrefixTest(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
pekko.http.javadsl.server.RequestContext
has a prefix matched by the
given PathMatcher.
- pathPrefixTest(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathPrefixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathPrefixTest(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
RequestContext
has a prefix matched by the
given PathMatcher.
- PathRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering.PathRenderer$
-
- pathRest() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher.Matched
-
- pathSegments() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- pathSegments() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the path segments of this Uri as an Iterable.
- pathSingleSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSingleSlash(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Only passes on the request to its inner route if the request path
consists of exactly one remaining slash.
- pathSingleSlash(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSingleSlash() - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Only passes on the request to its inner route if the request path
consists of exactly one remaining slash.
- pathSuffix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffix(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffix(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Applies the given
pekko.http.scaladsl.server.PathMatcher
to a suffix of the remaining unmatchedPath of the pekko.http.javadsl.server.RequestContext
.
- pathSuffix(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffix(PathMatcher1<T1>, Function<T1, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffix(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffix(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Applies the given
PathMatcher
to a suffix of the remaining unmatchedPath of the RequestContext
.
- pathSuffixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- pathSuffixTest(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
pekko.http.javadsl.server.RequestContext
has a suffix matched by the
given PathMatcher.
- pathSuffixTest(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffixTest(PathMatcher1<T1>, Function<T1, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- pathSuffixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- pathSuffixTest(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
RequestContext
has a suffix matched by the
given PathMatcher.
- patience() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec
-
- patience() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- patience() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- PatienceConfig() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- PatienceConfig() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- payload() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame
-
- payload() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame
-
- payload() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent
-
- PAYLOAD_TOO_LARGE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
deprecated in favor of CONTENT_TOO_LARGE since 1.1.0
- PayloadTooLarge() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of ContentTooLarge. Since 1.1.0.
- PayloadTooLarge() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of ContentTooLarge. Since 1.1.0.
- PAYMENT_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PaymentRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- PaymentRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- pchar() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- PeerClosed(Option<Object>, String) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed
-
- PeerClosed$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed$
-
- PeerClosedConnectionException - Interface in org.apache.pekko.http.javadsl.model.ws
-
A PeerClosedConnectionException will be reported to the WebSocket handler if the peer has closed the connection.
- PeerClosedConnectionException - Exception in org.apache.pekko.http.scaladsl.model.ws
-
A PeerClosedConnectionException will be reported to the WebSocket handler if the peer has closed the connection.
- PeerClosedConnectionException(int, String) - Constructor for exception org.apache.pekko.http.scaladsl.model.ws.PeerClosedConnectionException
-
- PeerClosedStreamException - Exception in org.apache.pekko.http.scaladsl.model.http2
-
Exception that will be reported on the request entity stream when the peer closed the stream.
- PeerClosedStreamException(int, String, int) - Constructor for exception org.apache.pekko.http.scaladsl.model.http2.PeerClosedStreamException
-
- PeerClosedStreamException(int, Http2Protocol.ErrorCode) - Constructor for exception org.apache.pekko.http.scaladsl.model.http2.PeerClosedStreamException
-
- peerIdHeader() - Method in class org.apache.pekko.http.impl.engine.http2.MessageRendering
-
- peerIdHeader() - Method in class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- peerIdHeader() - Method in class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- PekkoBaseSpec - Class in org.apache.pekko.testkit
-
- PekkoBaseSpec(ActorSystem) - Constructor for class org.apache.pekko.testkit.PekkoBaseSpec
-
- PekkoBaseSpec(Config) - Constructor for class org.apache.pekko.testkit.PekkoBaseSpec
-
- PekkoBaseSpec(String) - Constructor for class org.apache.pekko.testkit.PekkoBaseSpec
-
- PekkoBaseSpec(Map<String, Object>) - Constructor for class org.apache.pekko.testkit.PekkoBaseSpec
-
- PekkoBaseSpec() - Constructor for class org.apache.pekko.testkit.PekkoBaseSpec
-
- PekkoFreeSpec - Class in org.apache.pekko.testkit
-
- PekkoFreeSpec(ActorSystem) - Constructor for class org.apache.pekko.testkit.PekkoFreeSpec
-
- PekkoFreeSpec(Config) - Constructor for class org.apache.pekko.testkit.PekkoFreeSpec
-
- PekkoFreeSpec(String) - Constructor for class org.apache.pekko.testkit.PekkoFreeSpec
-
- PekkoFreeSpec(Map<String, Object>) - Constructor for class org.apache.pekko.testkit.PekkoFreeSpec
-
- PekkoFreeSpec() - Constructor for class org.apache.pekko.testkit.PekkoFreeSpec
-
- PekkoHttpEngineNoNetwork() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- PekkoHttpEngineNoNetwork() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- PekkoHttpEngineNoNetwork$() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork$
-
- PekkoHttpEngineTCP() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- PekkoHttpEngineTCP() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- PekkoHttpEngineTCP$() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP$
-
- PekkoHttpEngineTLS() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- PekkoHttpEngineTLS() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- PekkoHttpEngineTLS$() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS$
-
- PekkoSpec - Class in org.apache.pekko.testkit
-
- PekkoSpec(ActorSystem) - Constructor for class org.apache.pekko.testkit.PekkoSpec
-
- PekkoSpec(Config) - Constructor for class org.apache.pekko.testkit.PekkoSpec
-
- PekkoSpec(String) - Constructor for class org.apache.pekko.testkit.PekkoSpec
-
- PekkoSpec(Map<String, Object>) - Constructor for class org.apache.pekko.testkit.PekkoSpec
-
- PekkoSpec() - Constructor for class org.apache.pekko.testkit.PekkoSpec
-
- PekkoSpec$ - Class in org.apache.pekko.testkit
-
- PekkoSpec$() - Constructor for class org.apache.pekko.testkit.PekkoSpec$
-
- PekkoSpecWithMaterializer - Class in org.apache.pekko.http.impl.util
-
- PekkoSpecWithMaterializer(String) - Constructor for class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- PekkoSpecWithMaterializer() - Constructor for class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer
-
- PekkoSpecWithMaterializer$ - Class in org.apache.pekko.http.impl.util
-
- PekkoSpecWithMaterializer$() - Constructor for class org.apache.pekko.http.impl.util.PekkoSpecWithMaterializer$
-
- periodicKeepAlive(WebSocketSettings) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
The layer that transparently injects (if enabled) keepAlive Ping or Pong messages when connection is idle
- periodicKeepAlive(WebSocketSettings) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
The layer that transparently injects (if enabled) keepAlive Ping or Pong messages when connection is idle
- periodicKeepAliveData() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- periodicKeepAliveData() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
The provided function will be invoked for each new keep-alive frame that is sent.
- periodicKeepAliveMaxIdle() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- periodicKeepAliveMaxIdle() - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- periodicKeepAliveMaxIdle() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- periodicKeepAliveMode() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- periodicKeepAliveMode() - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- periodicKeepAliveMode() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- PERMANENT_REDIRECT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PermanentRedirect() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- PermanentRedirect() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- PersistentConnection - Class in org.apache.pekko.http.impl.engine.http2.client
-
INTERNAL API
- PersistentConnection() - Constructor for class org.apache.pekko.http.impl.engine.http2.client.PersistentConnection
-
- PersistentConnection$ - Class in org.apache.pekko.http.impl.engine.http2.client
-
INTERNAL API
- PersistentConnection$() - Constructor for class org.apache.pekko.http.impl.engine.http2.client.PersistentConnection$
-
- pickBest() - Method in class org.apache.pekko.http.scaladsl.server.CharsetNegotiator
-
Picks the charset that is most preferred by the client with a bias towards UTF-8,
i.e. if the client accepts all charsets with equal preference then UTF-8 is picked.
- pickContentType(List<ContentNegotiator.Alternative>) - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
Picks the best of the given content alternatives given the preferences
the client indicated in the request's
Accept
and Accept-Charset
headers.
- pickEncoding(List<HttpEncoding>) - Method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
Picks the best of the given encoding alternatives given the preferences
the client indicated in the request's
Accept-Encoding
headers.
- pickLanguage(List<Language>) - Method in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator
-
Picks the best of the given language alternatives given the preferences
the client indicated in the request's
Accept-Language
headers.
- Ping() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing$
-
- Ping() - Static method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing
-
- PING$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PING$
-
- Ping$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Ping$
-
- pingAckOverdue() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- pingAckOverdue() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- pingAckOverdue() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- PingFrame(boolean, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PingFrame
-
- PingFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PingFrame$
-
- pingInterval() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- pingInterval() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- pingInterval() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- pingInterval() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- pingInterval() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- PingState$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState$
-
- pingTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- pingTimeout() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- pingTimeout() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- pingTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- pingTimeout() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- pipeline(ConnectionContext, String) - Method in class org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
-
- pipelineFlow(ConnectionContext, String) - Method in class org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
-
- pipeliningLimit() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- pipeliningLimit() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- pipeliningLimit() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- pipeliningLimit() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- plus(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 later.
- plus(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 later.
- pmRelaxed() - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- pmRelaxed() - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- pmStrict() - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- pmStrict() - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- PolicyViolated() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- Pong$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Pong$
-
- PoolFlow - Class in org.apache.pekko.http.impl.engine.client
-
Internal API
- PoolFlow() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow
-
- PoolFlow$ - Class in org.apache.pekko.http.impl.engine.client
-
Internal API
- PoolFlow$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow$
-
- PoolFlow.RequestContext - Class in org.apache.pekko.http.impl.engine.client
-
- PoolFlow.RequestContext$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolFlow.ResponseContext - Class in org.apache.pekko.http.impl.engine.client
-
- PoolFlow.ResponseContext$ - Class in org.apache.pekko.http.impl.engine.client
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolId
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolStatus
-
- PoolId - Class in org.apache.pekko.http.impl.engine.client
-
Represents a pool by its target endpoint and settings and its designated usage (shared or unique).
- PoolId(HostConnectionPoolSetup, PoolId.PoolUsage) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolId
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolStatus
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.Shutdown
-
- poolId() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool
-
- poolId() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
-
- PoolId$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolId$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolId$
-
- PoolId.PoolUsage - Interface in org.apache.pekko.http.impl.engine.client
-
- PoolId.SharedPool$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolId.UniquePool - Class in org.apache.pekko.http.impl.engine.client
-
- PoolId.UniquePool$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterface - Interface in org.apache.pekko.http.impl.engine.client
-
The pool interface is a push style interface to a pool of connections against a single host.
- PoolInterface$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterface$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolInterface$
-
- PoolInterface.PoolInterfaceStage - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterface.ShutdownReason - Interface in org.apache.pekko.http.impl.engine.client
-
- PoolInterface.ShutdownReason$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterface.ShutdownReason$.IdleTimeout$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterface.ShutdownReason$.ShutdownRequested$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolInterfaceRunning(PoolInterface) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceRunning
-
- PoolInterfaceRunning$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceRunning$
-
- PoolInterfaceShuttingDown(Promise<Done>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceShuttingDown
-
- PoolInterfaceShuttingDown$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceShuttingDown$
-
- PoolInterfaceStage(PoolId, PoolMaster, int, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolInterface.PoolInterfaceStage
-
- PoolLogSource() - Method in class org.apache.pekko.http.impl.engine.client.PoolInterface$
-
LogSource for pool instances
Using this LogSource allows us to set the log class to
PoolId
and the log source string
to a descriptive name that describes a particular pool instance.
- PoolMaster - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
API for accessing the global pool master actor.
- PoolMaster(ActorRef) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMaster
-
- poolMaster() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- PoolMaster$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMaster$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMaster$
-
- PoolMasterActor - Class in org.apache.pekko.http.impl.engine.client
-
INTERNAL API
Manages access to a host connection pool or rather: a sequence of pool incarnations.
- PoolMasterActor() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor
-
- PoolMasterActor$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor$
-
- PoolMasterActor.HasBeenShutdown - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.HasBeenShutdown$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolInterfaceRunning - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolInterfaceRunning$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolInterfaceShuttingDown - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolInterfaceShuttingDown$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolInterfaceStatus - Interface in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolSize - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolSize$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolStatus - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.PoolStatus$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.SendRequest - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.SendRequest$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.Shutdown - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.Shutdown$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.ShutdownAll - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.ShutdownAll$ - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.StartPool - Class in org.apache.pekko.http.impl.engine.client
-
- PoolMasterActor.StartPool$ - Class in org.apache.pekko.http.impl.engine.client
-
- poolSettings() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- poolSettings() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- poolSize() - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
For testing only
- PoolSize(Promise<Object>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolSize
-
- poolSize() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
INTERNAL API
For testing only
- PoolSize$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolSize$
-
- poolStatus() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolStatus
-
- PoolStatus(PoolId, Promise<Option<PoolMasterActor.PoolInterfaceStatus>>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolStatus
-
- PoolStatus$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolStatus$
-
- port() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- port() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- port() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- port() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- port(int) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- port() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- port() - Method in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- port() - Method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- port() - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- port() - Method in class org.apache.pekko.http.javadsl.ConnectHttpImpl
-
- port() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- port() - Method in class org.apache.pekko.http.javadsl.model.Authority
-
A port number that may be `0` to signal the default port of for scheme.
- port() - Method in class org.apache.pekko.http.javadsl.model.headers.Host
-
- port() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the port of this Uri.
- port(int) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new port.
- port() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- port() - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- port() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- port() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- port() - Method in class org.apache.pekko.http.scaladsl.settings.HttpsProxySettings
-
- PosInt$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.PosInt$
-
- POST - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- POST(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default POST request to be modified using the `withX` methods.
- post(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- post(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- post(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- Post() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Post() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- POST() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- POST() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- post() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-POST requests.
- postHttpBinding(ServerBinding) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Hook that will be called just after the Http server binding is done.
- postHttpBinding(Http.ServerBinding) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Hook that will be called just after the Http server binding is done.
- postHttpBindingFailure(Throwable) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Hook that will be called in case the Http server binding fails.
- postHttpBindingFailure(Throwable) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Hook that will be called in case the Http server binding fails.
- postServerShutdown(Optional<Throwable>, ActorSystem) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Hook that will be called just after the server termination.
- postServerShutdown(Try<Done>, ActorSystem) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Hook that will be called just after the server termination.
- PRECONDITION_FAILED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PRECONDITION_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PreconditionFailed() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- PreconditionFailed() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- PreconditionRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- PreconditionRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- PreConnecting$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.PreConnecting$
-
- Predefined() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Predefined
-
- Predefined() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.Predefined
-
- PredefinedFromEntityUnmarshallers - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
- PredefinedFromEntityUnmarshallers$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- PredefinedFromEntityUnmarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers$
-
- PredefinedFromStringUnmarshallers - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
- PredefinedFromStringUnmarshallers$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- PredefinedFromStringUnmarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- PredefinedMediaRange(String) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- PredefinedMediaRange$() - Constructor for class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange$
-
- PredefinedToEntityMarshallers - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToEntityMarshallers$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToEntityMarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- PredefinedToRequestMarshallers - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToRequestMarshallers$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToRequestMarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.PredefinedToRequestMarshallers$
-
- PredefinedToResponseMarshallers - Interface in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToResponseMarshallers$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- PredefinedToResponseMarshallers$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.PredefinedToResponseMarshallers$
-
- prefix() - Static method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- prefix() - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- prefix() - Method in class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- preflightResponseHeaders(Seq<HttpOrigin>, Seq<String>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- preflightResponseHeaders(Seq<HttpOrigin>, Seq<String>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- prepareAttributes(ServerSettings, Tcp.IncomingConnection) - Method in class org.apache.pekko.http.scaladsl.Http$
-
- prepareAttributes(ServerSettings, Tcp.IncomingConnection) - Static method in class org.apache.pekko.http.scaladsl.Http
-
- prepareClientFlowAttributes(String, int) - Method in class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes$
-
- prepareClientFlowAttributes(String, int) - Static method in class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes
-
- PrepareRequests(ServerSettings) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.PrepareRequests
-
- PrepareRequestsSpec - Class in org.apache.pekko.http.impl.engine.server
-
- PrepareRequestsSpec() - Constructor for class org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
-
- PrepareResponse(ParserSettings) - Constructor for class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.PrepareResponse
-
- PrepareResponseSpec - Class in org.apache.pekko.http.impl.engine.client
-
- PrepareResponseSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- prev - Static variable in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- prev() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams$
-
- prev() - Static method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams
-
- previewServerSettings() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- PreviewServerSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
Options that are in "preview" or "early access" mode.
- PreviewServerSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
- PreviewServerSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
Options that are in "preview" or "early access" mode.
- PreviewServerSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- previewServerSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- PreviewServerSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.PreviewServerSettings$
-
- PreviewServerSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- PreviewServerSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.PreviewServerSettings$
-
- PreviewServerSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- PreviewServerSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings$
-
- PreviewServerSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
- PreviewServerSettingsImpl(boolean) - Constructor for class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- PreviewServerSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
- PreviewServerSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl$
-
- PreviewServerSettingsSpec - Class in org.apache.pekko.http.scaladsl.settings
-
- PreviewServerSettingsSpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.PreviewServerSettingsSpec
-
- primaryTag() - Method in class org.apache.pekko.http.javadsl.model.headers.Language
-
- primaryTag() - Method in interface org.apache.pekko.http.javadsl.model.headers.LanguageRange
-
- primaryTag() - Method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- primaryTag() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times
-
- primaryTag() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- primaryTag() - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- prime(HttpHeaderParser) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- prime(HttpHeaderParser) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- Primed() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode$
-
- Primed$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Primed$
-
- print() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityTree
-
Gives an ASCII representation of the tree.
- print(Object) - Method in class org.apache.pekko.http.impl.util.DebugLogSilencingTestEventListener
-
- print(Object) - Method in class org.apache.pekko.http.impl.util.SilenceAllTestEventListener
-
- printByteString(ByteString, int, boolean, String) - Method in class org.apache.pekko.http.impl.util.LogByteStringTools$
-
- printByteString(ByteString, int, boolean, String) - Static method in class org.apache.pekko.http.impl.util.LogByteStringTools
-
- printEvent(String) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec
-
- printReport(String, PrintStream) - Method in class org.apache.pekko.testkit.Coroner$
-
Print a report containing diagnostic information.
- printReport(String, PrintStream) - Static method in class org.apache.pekko.testkit.Coroner
-
Print a report containing diagnostic information.
- printStackTrace() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- printStackTrace(PrintStream) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- printStackTrace(PrintWriter) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- printStackTrace() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- printStackTrace(PrintStream) - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- printStackTrace(PrintWriter) - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- printStackTrace() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- printStackTrace(PrintStream) - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- printStackTrace(PrintWriter) - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- printStackTrace() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- printStackTrace(PrintStream) - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- printStackTrace(PrintWriter) - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- PRIORITY() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol.Flags$
-
- PRIORITY$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PRIORITY$
-
- PriorityFrame(int, boolean, int, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame
-
- PriorityFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame$
-
- priorityInfo() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- priorityInfo() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame
-
- PriorityNode - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- PriorityTree - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- PriorityTree$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- PriorityTree$() - Constructor for class org.apache.pekko.http.impl.engine.http2.PriorityTree$
-
- priorKnowledge(Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- priorKnowledge(Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>, Flow<TLSProtocol.SslTlsInbound, TLSProtocol.SslTlsOutbound, ServerTerminator>) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- PRIVATE(String...) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- PROCESSING - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Processing() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Processing() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- product() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- product() - Method in class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- product() - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productArity() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productArity() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- productArity() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- productArity() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- productArity() - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productArity() - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productArity() - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productArity() - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- productArity() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- productArity() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productElement(int) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productElement(int) - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- productElement(int) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- productElement(int) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- productElement(int) - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productElement(int) - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productElement(int) - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productElement(int) - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- productElement(int) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- productElement(int) - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productElementName(int) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productElementName(int) - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productElementName(int) - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productElementName(int) - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productElementName(int) - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productElementNames() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productElementNames() - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productElementNames() - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productElementNames() - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productElementNames() - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productIterator() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productIterator() - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productIterator() - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productIterator() - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productIterator() - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- productPrefix() - Method in class org.apache.pekko.http.caching.impl.settings.CachingSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineNoNetwork
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTCP
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PekkoHttpEngineTLS
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.CloseConnection
-
- productPrefix() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.DontClose
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.HttpsProxySettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.PreviewServerSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- productPrefix() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- productPrefix() - Static method in class org.apache.pekko.http.scaladsl.model.headers.IncludeSubDomains
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- productPrefix() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- productPrefix() - Static method in class org.apache.pekko.http.scaladsl.server.AuthorizationFailedRejection
-
- productPrefix() - Static method in class org.apache.pekko.http.scaladsl.server.ExpectedWebSocketRequestRejection
-
- productPrefix() - Static method in class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- products() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- products() - Method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- products() - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- productsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion$
-
- productsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- productsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Server$
-
- productsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- productsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent$
-
- productsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- ProductVersion - Class in org.apache.pekko.http.javadsl.model.headers
-
- ProductVersion() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- ProductVersion - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ProductVersion(String, String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- ProductVersion$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ProductVersion$
-
- ProductVersion$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- ProductVersion$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ProductVersion$
-
- promise() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup.CustomTransport
-
- promise() - Method in class org.apache.pekko.http.scaladsl.model.ResponsePromise
-
- promisedStreamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame
-
- PropertyCheckConfiguration() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- PropertyCheckConfiguration() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- PROPFIND() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- props() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor$
-
- props() - Static method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor
-
- protocol() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- protocol() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- Protocol - Class in org.apache.pekko.http.impl.engine.ws
-
Contains WebSocket protocol constants
INTERNAL API
- Protocol() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol
-
- protocol() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- protocol() - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage
-
The protocol of this message.
- protocol() - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- protocol() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- protocol() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- protocol() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- Protocol$ - Class in org.apache.pekko.http.impl.engine.ws
-
Contains WebSocket protocol constants
INTERNAL API
- Protocol$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- Protocol.CloseCodes$ - Class in org.apache.pekko.http.impl.engine.ws
-
Close status codes as defined at http://tools.ietf.org/html/rfc6455#section-7.4.1
- Protocol.Opcode - Interface in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.AbstractOpcode - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Binary$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Close$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Continuation$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Other - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Other$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Ping$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Pong$ - Class in org.apache.pekko.http.impl.engine.ws
-
- Protocol.Opcode$.Text$ - Class in org.apache.pekko.http.impl.engine.ws
-
- PROTOCOL_ERROR$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.PROTOCOL_ERROR$
-
- ProtocolError() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- ProtocolException - Exception in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- ProtocolException(String) - Constructor for exception org.apache.pekko.http.impl.engine.ws.ProtocolException
-
- ProtocolException$ - Class in org.apache.pekko.http.impl.engine.ws
-
- ProtocolException$() - Constructor for class org.apache.pekko.http.impl.engine.ws.ProtocolException$
-
- protocols() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- protocols() - Method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- protocolsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol$
-
- protocolsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- protocolsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade$
-
- protocolsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- ProtocolSwitch - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ProtocolSwitch() - Constructor for class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch
-
- ProtocolSwitch$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ProtocolSwitch$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ProtocolSwitch$
-
- provide(T, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Injects the given value into a directive.
- provide(T, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- provide(T, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- provide(T) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Injects the given value into a directive.
- provide(L, Tuple<L>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher$
-
Creates a PathMatcher that always matches, consumes nothing and extracts the given Tuple of values.
- provide(L, Tuple<L>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Creates a PathMatcher that always matches, consumes nothing and extracts the given Tuple of values.
- Provided(String) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
- Provided$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided$
-
- ProvidedCredentials(Credentials.Provided) - Constructor for class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives.ProvidedCredentials
-
- ProvidedCredentials$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives.ProvidedCredentials$
-
- provideVerify(Function1<String, Object>) - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
Compares with custom 'verifier' the received secret part of the Credentials.
- provideVerify(String, Function2<String, String, Object>) - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
Compares with custom 'verifier' and the passed secret with the received secret part of the Credentials.
- Proxy$minusAuthenticate - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Proxy$minusAuthenticate(Seq<HttpChallenge>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- Proxy$minusAuthenticate$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Proxy$minusAuthenticate$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate$
-
- Proxy$minusAuthorization - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Proxy$minusAuthorization(HttpCredentials) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- Proxy$minusAuthorization$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Proxy$minusAuthorization$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization$
-
- proxy$minusrevalidate$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.proxy$minusrevalidate$
-
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- PROXY_REVALIDATE - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- ProxyAuthenticate - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Proxy-Authenticate` header.
- ProxyAuthenticate() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ProxyAuthenticate
-
- ProxyAuthenticationRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ProxyAuthenticationRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- ProxyAuthorization - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Proxy-Authorization` header.
- ProxyAuthorization() - Constructor for class org.apache.pekko.http.javadsl.model.headers.ProxyAuthorization
-
- ProxyConnectionFailedException - Exception in org.apache.pekko.http.impl.engine.client
-
- ProxyConnectionFailedException(String) - Constructor for exception org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException
-
- ProxyConnectionFailedException$ - Class in org.apache.pekko.http.impl.engine.client
-
- ProxyConnectionFailedException$() - Constructor for class org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException$
-
- proxyTransport(InetSocketAddress) - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
A client transport that will rewrite the target address to a fixed address.
- proxyTransport(InetSocketAddress) - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
A client transport that will rewrite the target address to a fixed address.
- PUBLIC - Static variable in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- PullFrameResult - Class in org.apache.pekko.http.impl.engine.http2
-
- PullFrameResult() - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult
-
- PullFrameResult$ - Class in org.apache.pekko.http.impl.engine.http2
-
- PullFrameResult$() - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult$
-
- PullFrameResult.SendFrame - Class in org.apache.pekko.http.impl.engine.http2
-
- PullFrameResult.SendFrame$ - Class in org.apache.pekko.http.impl.engine.http2
-
- PullFrameResult.SendFrameAndTrailer - Class in org.apache.pekko.http.impl.engine.http2
-
- PullFrameResult.SendFrameAndTrailer$ - Class in org.apache.pekko.http.impl.engine.http2
-
- pullNextFrame(int, int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
Called by the multiplexer when ready to send a data frame
- pullNextFrame(int, int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called by the multiplexer if ready to send a data frame
- pullNextFrame(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- pullNextFrame(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- push(T) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- push(T) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- push(T) - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutlet
-
- PUSH_PROMISE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.PUSH_PROMISE$
-
- pushControlFrame(FrameEvent) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- pushedRequest() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- pushFrameOut(FrameEvent) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
- pushGOAWAY(Http2Protocol.ErrorCode, String) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- PushingRequestToConnection(PoolFlow.RequestContext) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection
-
- PushingRequestToConnection$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection$
-
- pushInput(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- pushMessage(Message) - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- PushPromiseEnabledDefault() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol$
-
- PushPromiseEnabledDefault() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Protocol
-
- PushPromiseFrame(int, boolean, int, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame
-
- PushPromiseFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame$
-
- pushWithTrigger(T, Function0<BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- put(K, Future<V>, ExecutionContext) - Method in class org.apache.pekko.http.caching.LfuCache
-
Multiple call to put method for the same key may result in a race condition,
the value yield by the last successful future for that key will replace any previously cached value.
- put(K, Future<V>, ExecutionContext) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Cache the given future if not cached previously.
- PUT - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- PUT(String) - Static method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
A default PUT request to be modified using the `withX` methods.
- put(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- put(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MethodDirectives
-
- put(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- Put() - Method in class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- Put() - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- PUT() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- PUT() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- put() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
-
Rejects all non-PUT requests.
- putEscaped(String, CharPredicate, char) - Method in interface org.apache.pekko.http.impl.util.Rendering
-
- putReplaced(String, CharPredicate, char) - Method in interface org.apache.pekko.http.impl.util.Rendering
-
Q
- qdtext() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- query() - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- query() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- query(Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- query(Query) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- query() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- Query - Class in org.apache.pekko.http.javadsl.model
-
- Query() - Constructor for class org.apache.pekko.http.javadsl.model.Query
-
- query() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the parsed Query instance of this Uri.
- query(Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the parsed Query instance of this Uri using the given charset and parsing mode.
- query(Query) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new query.
- query(Charset, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Parses the rawQueryString member into a Query instance.
- Query() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- Query$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Query$
-
- Query$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Query$
-
- queryApply(Pair<String, String>[]) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- queryApply(Map<String, String>) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- queryApply(String, Uri.ParsingMode) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- queryApply(String, Charset) - Method in class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- queryApply(Pair<String, String>[]) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- queryApply(Map<String, String>) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- queryApply(String, Uri.ParsingMode) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- queryApply(String, Charset) - Static method in class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- QueryRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering.QueryRenderer$
-
- QuerySeqOptimized - Interface in org.apache.pekko.http.ccompat
-
INTERNAL API
- queryString(Charset) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- queryString(Charset) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a decoded String representation of the query of this Uri.
- queryString(Charset) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns the query part of the Uri in its decoded form.
- qvalue() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- qValue() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
-
- qValue() - Method in interface org.apache.pekko.http.javadsl.model.headers.LanguageRange
-
- qValue() - Method in class org.apache.pekko.http.javadsl.model.HttpCharsetRange
-
The qValue for this range.
- qValue() - Method in class org.apache.pekko.http.javadsl.model.MediaRange
-
Returns the qValue of this media-range.
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.$times
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- qValue() - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.$times
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- qValue() - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- qValueFor(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.server.CharsetNegotiator
-
Returns the q-value that the client (implicitly or explicitly) attaches to the given charset.
- qValueFor(ContentNegotiator.Alternative) - Method in class org.apache.pekko.http.scaladsl.server.ContentNegotiator
-
- qValueFor(HttpEncoding) - Method in class org.apache.pekko.http.scaladsl.server.EncodingNegotiator
-
Returns the q-value that the client (implicitly or explicitly) attaches to the given encoding.
- qValueFor(Language) - Method in class org.apache.pekko.http.scaladsl.server.LanguageNegotiator
-
Returns the q-value that the client (implicitly or explicitly) attaches to the given language.
- qValueFor(MediaType) - Method in class org.apache.pekko.http.scaladsl.server.MediaTypeNegotiator
-
Returns the q-value that the client (implicitly or explicitly) attaches to the given media-type.
R
- random() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- random() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- randomBoundary(int, Random) - Method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).
- randomBoundary(int, Random) - Static method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).
- randomBoundary() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- randomBoundary() - Method in interface org.apache.pekko.http.scaladsl.marshalling.MultipartMarshallers
-
The method used to create boundaries in
multipartMarshaller
.
- randomBoundaryWithDefaultRandom(int) - Method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).
- randomBoundaryWithDefaultRandom(int) - Static method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).
- randomBoundaryWithDefaults() - Method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
Creates a new random number of default length and base64 encodes it (using a custom "safe" alphabet).
- randomBoundaryWithDefaults() - Static method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
Creates a new random number of default length and base64 encodes it (using a custom "safe" alphabet).
- randomFactory() - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- randomFactory() - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- Randoms - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- Randoms() - Constructor for class org.apache.pekko.http.impl.engine.ws.Randoms
-
- Randoms$ - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- Randoms$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Randoms$
-
- Randoms.SecureRandomInstances$ - Class in org.apache.pekko.http.impl.engine.ws
-
A factory that creates SecureRandom instances
- range() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- range() - Method in class org.apache.pekko.http.javadsl.model.headers.AccessControlAllowOrigin
-
- Range - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Range` header.
- Range() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Range
-
- Range - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Range(RangeUnit, Seq<ByteRange>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Range
-
- Range$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Range$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Range$
-
- RANGE_NOT_SATISFIABLE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- rangeCoalescingThreshold() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- rangeCoalescingThreshold() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- rangeCountLimit() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- rangeCountLimit() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- RangeDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- RangeDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.RangeDirectives
-
- RangeDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- RangeDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- RangeDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.RangeDirectives$
-
- RangeNotSatisfiable() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- RangeNotSatisfiable() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- ranges() - Method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- rangesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Range$
-
- rangesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- rangeUnit() - Method in class org.apache.pekko.http.javadsl.model.headers.ContentRange
-
- rangeUnit() - Method in class org.apache.pekko.http.javadsl.model.headers.Range
-
- RangeUnit - Class in org.apache.pekko.http.javadsl.model.headers
-
- RangeUnit() - Constructor for class org.apache.pekko.http.javadsl.model.headers.RangeUnit
-
- rangeUnit() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- rangeUnit() - Method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- RangeUnit - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RangeUnit() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnit
-
- rangeUnit() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- rangeUnit() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
The
pekko.http.scaladsl.model.headers.RangeUnit
for the contentRange
.
- RangeUnit$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.RangeUnit$
-
- RangeUnits - Class in org.apache.pekko.http.javadsl.model.headers
-
- rangeUnits() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- RangeUnits - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RangeUnits() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnits
-
- RangeUnits$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RangeUnits$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RangeUnits$
-
- RangeUnits.Bytes$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RangeUnits.Other - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RangeUnits.Other$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- rangeUnitsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges$
-
- rangeUnitsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- raw(Tuple2<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- raw(String, String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- raw(Tuple2<String, String>) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- raw(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- Raw$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$.Raw$
-
- Raw$minusRequest$minusURI - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Raw$minusRequest$minusURI(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- Raw$minusRequest$minusURI$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Raw$minusRequest$minusURI$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI$
-
- RawHeader - Class in org.apache.pekko.http.javadsl.model.headers
-
A header in its 'raw' name/value form, not parsed into a modelled header class.
- RawHeader() - Constructor for class org.apache.pekko.http.javadsl.model.headers.RawHeader
-
- RawHeader - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RawHeader(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- RawHeader$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RawHeader$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RawHeader$
-
- RawHeaderValueParser(String, int, int, LoggingAdapter, ParserSettings.IllegalResponseHeaderValueProcessingMode) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.RawHeaderValueParser
-
- rawPathPrefix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefix(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefix(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Applies the given matcher directly to a prefix of the unmatched path of the
pekko.http.javadsl.server.RequestContext
(i.e. without implicitly consuming a leading slash).
- rawPathPrefix(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefix(PathMatcher1<T1>, Function<T1, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefix(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefix(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefix(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefix(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefix(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Applies the given matcher directly to a prefix of the unmatched path of the
RequestContext
(i.e. without implicitly consuming a leading slash).
- rawPathPrefixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rawPathPrefixTest(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
pekko.http.javadsl.server.RequestContext
has a prefix matched by the
given PathMatcher.
- rawPathPrefixTest(PathMatcher0, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
- rawPathPrefixTest(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefixTest(PathMatcher0, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefixTest(PathMatcher1<T1>, Function<T1, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefixTest(PathMatcher2<T1, T2>, BiFunction<T1, T2, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rawPathPrefixTest(PathMatcher<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
Checks whether the unmatchedPath of the
RequestContext
has a prefix matched by the
given PathMatcher.
- rawQueryString() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- rawQueryString(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- rawQueryString(String, boolean) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- rawQueryString() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- rawQueryString() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns an undecoded String representation of the query of this Uri.
- rawQueryString(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new query.
- rawQueryString(String, boolean) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new query.
- rawQueryString() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- RawRequestURI - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Raw-Request-URI` header.
- RawRequestURI() - Constructor for class org.apache.pekko.http.javadsl.model.headers.RawRequestURI
-
- rawRequestUriHeader() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- rawRequestUriHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- rawResponse() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- rawResponse() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- rawValueChars() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
- rawValueChars() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- rc() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.ResponseContext
-
- readable() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- readable() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- readable() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- readable() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- readable() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- readable() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- readable() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- readable() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- readable() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- readAll(Socket, BufferedReader) - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- readSettings(ByteStringParser.ByteReader, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing$
-
- readSettings(ByteStringParser.ByteReader, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing
-
- realm() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- realm() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- reason() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.HasBeenShutdown
-
- reason() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.ActivelyCloseWithCode
-
- reason() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHandler.PeerClosed
-
- reason() - Method in class org.apache.pekko.http.javadsl.model.StatusCode
-
Returns the reason message for this status code.
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ClientError
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.CustomStatusCode
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Informational
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError
-
- reason() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- receive() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor
-
- receive() - Method in class org.apache.pekko.http.impl.util.EventStreamLogger
-
- receivedUnexpectedFrame(FrameEvent.StreamFrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- ReceivingData() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingData
-
- ReceivingDataWithBuffer(Http2StreamHandling.StreamState) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- reconfigure(ExecutionContextExecutor, Materializer, LoggingAdapter, RoutingSettings) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- reconfigure(ExecutionContextExecutor, Materializer, LoggingAdapter, RoutingSettings) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the given fields updated.
- reconfigure(ExecutionContextExecutor, Materializer, LoggingAdapter, RoutingSettings) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- recordStateChange(String, String) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport.StateTimingSupport
-
- recover(Function1<Seq<Rejection>, Directive<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Creates a new directive that is able to recover from rejections that were produced by
this
Directive
**before the inner route was applied**.
- recover(Function1<ExecutionContext, Function1<Materializer, PartialFunction<Throwable, C>>>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- recover(PartialFunction<Throwable, B>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- recoverPF(PartialFunction<Seq<Rejection>, Directive<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Variant of
recover
that only recovers from rejections handled by the given PartialFunction.
- recoverRejections(Function<Iterable<Rejection>, RouteResult>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- recoverRejections(Function<Iterable<Rejection>, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- recoverRejections(Function<Iterable<Rejection>, RouteResult>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- recoverRejections(Function1<Seq<Rejection>, RouteResult>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- recoverRejectionsWith(Function<Iterable<Rejection>, CompletionStage<RouteResult>>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
- recoverRejectionsWith(Function<Iterable<Rejection>, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- recoverRejectionsWith(Function<Iterable<Rejection>, CompletionStage<RouteResult>>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- recoverRejectionsWith(Function1<Seq<Rejection>, Future<RouteResult>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
- recoverWith(PartialFunction<Throwable, Future<B>>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- redirect(Uri, StatusCode) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- redirect(Uri, StatusCode) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- redirect(Uri, StatusCode) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Completes the request with redirection response of the given type to the given URI.
- redirect(Uri, StatusCode) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- redirect(Uri, StatusCodes.Redirection) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Completes the request with redirection response of the given type to the given URI.
- redirect(Uri, StatusCodes.Redirection) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Completes the request with redirection response of the given type to the given URI.
- redirect(Uri, StatusCodes.Redirection) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- Redirection(int, String, String, String, boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection
-
- Redirection$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Redirection$
-
- redirectToNoTrailingSlashIfPresent(StatusCode, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- redirectToNoTrailingSlashIfPresent(StatusCode, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
If the request path ends with a slash, redirect to the same uri without trailing slash in the path.
- redirectToNoTrailingSlashIfPresent(StatusCode, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- redirectToNoTrailingSlashIfPresent(StatusCodes.Redirection) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
If the request path ends with a slash, redirect to the same uri without trailing slash in the path.
- redirectToTrailingSlashIfMissing(StatusCode, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- redirectToTrailingSlashIfMissing(StatusCode, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.PathDirectives
-
If the request path doesn't end with a slash, redirect to the same uri with trailing slash in the path.
- redirectToTrailingSlashIfMissing(StatusCode, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- redirectToTrailingSlashIfMissing(StatusCodes.Redirection) - Method in interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
-
If the request path doesn't end with a slash, redirect to the same uri with trailing slash in the path.
- ref() - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
- referer() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Referer - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Referer` header.
- Referer() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Referer
-
- Referer - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Referer(Uri) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- Referer$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Referer$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Referer$
-
- REFUSED_STREAM$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.REFUSED_STREAM$
-
- regex() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- regex() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- regex() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- regex() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- regex() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- regex() - Method in class org.apache.pekko.http.impl.util.EnhancedRegex
-
- regex() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- regex() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- regex() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- regex() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- regex() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- regex() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- regex() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- regex() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- regex() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- RegexConverters - Class in org.apache.pekko.http.javadsl.common
-
- RegexConverters() - Constructor for class org.apache.pekko.http.javadsl.common.RegexConverters
-
- register(K, V) - Method in interface org.apache.pekko.http.impl.util.ObjectRegistry
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodings
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.HttpCharsets
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocols
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRanges
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.MediaTypes
-
- register(K, V) - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- registerConnection(ServerTerminator, ExecutionContext) - Method in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator
-
Registers an per-connection terminator.
- registerIncomingData(GraphStageLogic.SubSinkInlet<?>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- Regular() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- reject(Rejection, Seq<Rejection>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- reject() - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- reject(Rejection, Rejection...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- reject(Rejection, Seq<Rejection>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- reject() - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- reject(Rejection, Rejection...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- reject(Rejection, Rejection...) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Rejects the request with the given rejections, or with an empty set of rejections if no rejections are given.
- reject(Rejection, Seq<Rejection>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Rejects the request with the given rejections, or with an empty set of rejections if no rejections are given.
- reject() - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Rejects the request with an empty rejection (usually used for "no directive matched").
- reject(Rejection...) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- reject(Seq<Rejection>) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- reject() - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Rejects the request with an empty set of rejections.
- reject(Seq<Rejection>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
-
Rejects the request with the given rejections.
- reject(Seq<Rejection>) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Rejects the request with the given rejections.
- reject(Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- Rejected - Interface in org.apache.pekko.http.javadsl.server
-
- rejected(Iterable<Rejection>) - Method in class org.apache.pekko.http.javadsl.server.RouteResults$
-
- rejected(Iterable<Rejection>) - Static method in class org.apache.pekko.http.javadsl.server.RouteResults
-
- Rejected(Seq<Rejection>) - Constructor for class org.apache.pekko.http.scaladsl.server.RouteResult.Rejected
-
- Rejected$() - Constructor for class org.apache.pekko.http.scaladsl.server.RouteResult.Rejected$
-
- rejectEmptyResponse(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- rejectEmptyResponse(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Converts responses with an empty entity into (empty) rejections.
- rejectEmptyResponse(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- rejectEmptyResponse() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Converts responses with an empty entity into (empty) rejections.
- Rejection - Interface in org.apache.pekko.http.javadsl.server
-
A rejection encapsulates a specific reason why a Route was not able to handle a request.
- rejection() - Method in interface org.apache.pekko.http.javadsl.server.RejectionError
-
- rejection() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Expects the route to have been rejected with a single rejection.
- Rejection - Interface in org.apache.pekko.http.scaladsl.server
-
A rejection encapsulates a specific reason why a Route was not able to handle a request.
- rejection() - Method in exception org.apache.pekko.http.scaladsl.server.RejectionError
-
- rejection() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- Rejection$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.Rejection$
-
- RejectionError - Interface in org.apache.pekko.http.javadsl.server
-
A Throwable wrapping a Rejection.
- rejectionError(Rejection) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- rejectionError(Rejection) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- RejectionError - Exception in org.apache.pekko.http.scaladsl.server
-
A Throwable wrapping a Rejection.
- RejectionError(Rejection) - Constructor for exception org.apache.pekko.http.scaladsl.server.RejectionError
-
- RejectionError$ - Class in org.apache.pekko.http.scaladsl.server
-
- RejectionError$() - Constructor for class org.apache.pekko.http.scaladsl.server.RejectionError$
-
- RejectionHandler - Class in org.apache.pekko.http.javadsl.server
-
- RejectionHandler(RejectionHandler) - Constructor for class org.apache.pekko.http.javadsl.server.RejectionHandler
-
- RejectionHandler - Interface in org.apache.pekko.http.scaladsl.server
-
- RejectionHandler$ - Class in org.apache.pekko.http.javadsl.server
-
- RejectionHandler$() - Constructor for class org.apache.pekko.http.javadsl.server.RejectionHandler$
-
- RejectionHandler$ - Class in org.apache.pekko.http.scaladsl.server
-
- RejectionHandler$() - Constructor for class org.apache.pekko.http.scaladsl.server.RejectionHandler$
-
- RejectionHandler.Builder - Class in org.apache.pekko.http.scaladsl.server
-
- RejectionHandlerBuilder - Class in org.apache.pekko.http.javadsl.server
-
- RejectionHandlerBuilder(RejectionHandler.Builder) - Constructor for class org.apache.pekko.http.javadsl.server.RejectionHandlerBuilder
-
- Rejections - Class in org.apache.pekko.http.javadsl.server
-
- Rejections() - Constructor for class org.apache.pekko.http.javadsl.server.Rejections
-
- rejections() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Expects the route to have been rejected, returning the list of rejections, or empty list if the route
was rejected with an empty rejection list.
- rejections() - Method in class org.apache.pekko.http.scaladsl.server.RouteResult.Rejected
-
- rejections() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- rejections() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- Rejections$ - Class in org.apache.pekko.http.javadsl.server
-
- Rejections$() - Constructor for class org.apache.pekko.http.javadsl.server.Rejections$
-
- RejectionWithOptionalCause - Interface in org.apache.pekko.http.scaladsl.server
-
- rel(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- rel(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rel
-
- rel$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rel$
-
- related(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- RELAXED - Static variable in class org.apache.pekko.http.javadsl.model.Uri
-
- Relaxed$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$.Relaxed$
-
- relaxedHost() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
A relaxed host rule to use in `parseHost` that also recognizes IPv6 address without the brackets.
- remaining() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches and extracts the complete remaining,
unmatched part of the request's URI path as an (encoded!)
- remaining() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches and extracts the complete remaining,
unmatched part of the request's URI path as an (encoded!)
- Remaining() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- Remaining() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- Remaining() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- Remaining() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- Remaining() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- Remaining$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.Remaining$
-
- RemainingBytes(ByteString) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RemainingBytes
-
- RemainingBytes$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RemainingBytes$
-
- remainingCapacity() - Method in class org.apache.pekko.http.impl.util.ByteArrayRendering
-
- remainingData() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.HeadersAndStreamedEntity
-
- remainingPath() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches and extracts the complete remaining,
unmatched part of the request's URI path.
- remainingPath() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches and extracts the complete remaining,
unmatched part of the request's URI path.
- RemainingPath() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- RemainingPath() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- RemainingPath() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- RemainingPath() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- RemainingPath() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- RemainingPath$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.RemainingPath$
-
- remote() - Method in class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes.ClientMeta
-
- Remote$minusAddress - Class in org.apache.pekko.http.scaladsl.model.headers
-
Deprecated.
use remote-address-attribute instead. Since Akka HTTP 10.2.0.
- Remote$minusAddress(RemoteAddress) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- Remote$minusAddress$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
Deprecated.
use remote-address-attribute instead. Since Akka HTTP 10.2.0.
- Remote$minusAddress$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress$
-
Deprecated.
- remoteAddress(Option<InetSocketAddress>) - Method in class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
- remoteAddress(InetSocketAddress) - Method in class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
- remoteAddress(Option<InetSocketAddress>) - Static method in class org.apache.pekko.http.impl.engine.server.HttpAttributes
-
- remoteAddress(InetSocketAddress) - Static method in class org.apache.pekko.http.impl.engine.server.HttpAttributes
-
- RemoteAddress(InetSocketAddress) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes.RemoteAddress
-
- remoteAddress(String, Option<Object>) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- remoteAddress() - Method in class org.apache.pekko.http.javadsl.IncomingConnection
-
The address of the remote peer.
- remoteAddress - Static variable in class org.apache.pekko.http.javadsl.model.AttributeKeys
-
- RemoteAddress - Class in org.apache.pekko.http.javadsl.model.headers
-
Deprecated.
- RemoteAddress() - Constructor for class org.apache.pekko.http.javadsl.model.headers.RemoteAddress
-
Deprecated.
- RemoteAddress - Class in org.apache.pekko.http.javadsl.model
-
- RemoteAddress() - Constructor for class org.apache.pekko.http.javadsl.model.RemoteAddress
-
- remoteAddress() - Method in class org.apache.pekko.http.javadsl.OutgoingConnection
-
The address of the remote peer.
- remoteAddress() - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
- remoteAddress() - Method in class org.apache.pekko.http.scaladsl.Http.OutgoingConnection
-
- remoteAddress() - Method in class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
- remoteAddress() - Static method in class org.apache.pekko.http.scaladsl.model.AttributeKeys
-
- RemoteAddress - Class in org.apache.pekko.http.scaladsl.model
-
- RemoteAddress() - Constructor for class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- RemoteAddress$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes.RemoteAddress$
-
- RemoteAddress$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.RemoteAddress$
-
- RemoteAddress$ - Class in org.apache.pekko.http.scaladsl.model
-
- RemoteAddress$() - Constructor for class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
- RemoteAddress.IP - Class in org.apache.pekko.http.scaladsl.model
-
- RemoteAddress.IP$ - Class in org.apache.pekko.http.scaladsl.model
-
- RemoteAddress.Unknown$ - Class in org.apache.pekko.http.scaladsl.model
-
- remoteAddressAttribute() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- remoteAddressAttribute() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- RemoteAddresses - Class in org.apache.pekko.http.javadsl.model
-
- remoteAddressHeader() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- remoteAddressHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
Deprecated.
use remote-address-attribute instead. Since Akka HTTP 10.2.0.
- remove(K) - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Removes the cache item for the given key.
- remove(K) - Method in class org.apache.pekko.http.caching.LfuCache
-
- remove(K) - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Removes the cache item for the given key.
- removeAttribute(AttributeKey<?>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of this message with the attribute with this key (if any) removed.
- removeAttribute(AttributeKey<?>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- removeConnection(ServerTerminator) - Method in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator
-
Removes a previously registered per-connection terminator.
- removeHeader(String) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of this message with all headers of the given name (case-insensitively)
removed.
- removeHeader(String) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- removeHeader(ClassTag<T>) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- removeHeader(Class<?>) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- removeHeader(String) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Removes the header with the given name (case-insensitive)
- removeHeaders(Seq<String>) - Method in interface org.apache.pekko.http.scaladsl.client.RequestBuilding
-
- render(FrameEvent) - Method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer$
-
- render(FrameEvent) - Static method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer
-
- render(RequestRenderingContext) - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory
-
- render(HttpCharset) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- render(HttpCharset, CharPredicate) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- render(R) - Method in interface org.apache.pekko.http.impl.util.LazyValueBytesRenderable
-
- render(R) - Method in interface org.apache.pekko.http.impl.util.Renderable
-
- render(R, ByteString) - Method in class org.apache.pekko.http.impl.util.Renderer.ByteStringRenderer$
-
- render(R, char) - Method in class org.apache.pekko.http.impl.util.Renderer.CharRenderer$
-
- render(R, char[]) - Method in class org.apache.pekko.http.impl.util.Renderer.CharsRenderer$
-
- render(R, int) - Method in class org.apache.pekko.http.impl.util.Renderer.IntRenderer$
-
- render(R, T) - Method in interface org.apache.pekko.http.impl.util.Renderer
-
- render(R, Renderable) - Method in class org.apache.pekko.http.impl.util.Renderer.RenderableRenderer$
-
- render(R, String) - Method in class org.apache.pekko.http.impl.util.Renderer.StringRenderer$
-
- render(R) - Method in class org.apache.pekko.http.impl.util.Rendering.CrLf$
-
- render(R) - Method in class org.apache.pekko.http.impl.util.Rendering.Empty$
-
- render(R) - Method in interface org.apache.pekko.http.impl.util.SingletonValueRenderable
-
- render(R) - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeader
-
- render(HttpCharset) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Renders this Query into its string representation using the given charset.
- render(HttpCharset, CharPredicate) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Renders this Query into its string representation using the given charset and char predicate.
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Default
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable
-
- render(R) - Method in interface org.apache.pekko.http.scaladsl.model.ContentType
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.ContentTypeRange
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-ddThh:mm:ss
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.FromOffset
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.CustomCacheDirective
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirective.FieldNamesDirective
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.immutableDirective$
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusage
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.max$minusstale
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.min$minusfresh
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.s$minusmaxage
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ContentDispositionTypes.Ext
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.CustomHeader
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyCompanion
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.$times$
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.Default
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.$times
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.$times$
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOriginRange.Default
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- render(R) - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rel
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rev
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCompanion
-
- render(R) - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Bytes$
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.RangeUnits.Other
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- render(R) - Method in interface org.apache.pekko.http.scaladsl.model.headers.SameSite
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- render(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.$times
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
- render(R) - Method in class org.apache.pekko.http.scaladsl.model.TransferEncodings.Extension
-
- render(R, Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering.AuthorityRenderer$
-
- render(R, Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering.HostRenderer$
-
- render(R, Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering.PathRenderer$
-
- render(R, Uri.Query) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering.QueryRenderer$
-
- render(R, Uri) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering.UriRenderer$
-
- Renderable - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
An entity that can render itself
- renderableRenderer() - Method in class org.apache.pekko.http.impl.util.Renderer$
-
- RenderableRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.RenderableRenderer$
-
- renderAuthority(R, Uri.Authority, String, Charset) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- renderAuthority(R, Uri.Authority, Uri.Path, String, Charset) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- renderAuthority(R, Uri.Authority, String, Charset) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- renderAuthority(R, Uri.Authority, Uri.Path, String, Charset) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- renderedTo(String) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- renderEntityContentType(Rendering, HttpEntity) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- renderEntityContentType(Rendering, HttpEntity) - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- renderer() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory
-
- Renderer<T> - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
A typeclass for rendering values.
- Renderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer$
-
- Renderer.ByteStringRenderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer.CharRenderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer.CharsRenderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer.IntRenderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer.RenderableRenderer$ - Class in org.apache.pekko.http.impl.util
-
- Renderer.StringRenderer$ - Class in org.apache.pekko.http.impl.util
-
- renderFrame(Http2Protocol.FrameType, ByteFlag, int, ByteString) - Method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer$
-
- renderFrame(Http2Protocol.FrameType, ByteFlag, int, ByteString) - Static method in class org.apache.pekko.http.impl.engine.http2.framing.FrameRenderer
-
- renderFromHeaderTo(HttpHeaderSpec.TestHeader, String) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- renderHeaderBytes() - Method in interface org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering
-
- renderHeaderPair() - Method in interface org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering
-
- renderHeaders(Seq<HttpHeader>, LoggingAdapter, boolean, boolean, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering$
-
- renderHeaders(Seq<HttpHeader>, VectorBuilder<Tuple2<String, String>>, Option<Tuple2<String, String>>, LoggingAdapter, boolean, boolean, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering$
-
Mutates
headerPairs
adding any valid header from headersSeq
.
- renderHeaders(Seq<HttpHeader>, LoggingAdapter, boolean, boolean, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering
-
- renderHeaders(Seq<HttpHeader>, VectorBuilder<Tuple2<String, String>>, Option<Tuple2<String, String>>, LoggingAdapter, boolean, boolean, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.http2.HttpMessageRendering
-
Mutates
headerPairs
adding any valid header from headersSeq
.
- renderHeaderValue() - Method in interface org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering
-
- rendering(ServerSettings, LoggingAdapter, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- rendering(ServerSettings, LoggingAdapter, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- rendering(String) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- Rendering - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
The interface for a rendering sink.
- Rendering$ - Class in org.apache.pekko.http.impl.util
-
- Rendering$() - Constructor for class org.apache.pekko.http.impl.util.Rendering$
-
- Rendering.$u002C$u0020$ - Class in org.apache.pekko.http.impl.util
-
- Rendering.CrLf$ - Class in org.apache.pekko.http.impl.util
-
- Rendering.Empty$ - Class in org.apache.pekko.http.impl.util
-
- RenderingSpec - Class in org.apache.pekko.http.impl.util
-
- RenderingSpec() - Constructor for class org.apache.pekko.http.impl.util.RenderingSpec
-
- renderInRequests() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- renderInRequests() - Method in class org.apache.pekko.http.impl.engine.server.InternalCustomHeader
-
- renderInRequests() - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns true if and only if the header is to be rendered in requests.
- renderInRequests() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- renderInRequests() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- renderInRequests() - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- renderInRequests() - Method in interface org.apache.pekko.http.scaladsl.model.headers.RequestHeader
-
- renderInResponses() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- renderInResponses() - Method in class org.apache.pekko.http.impl.engine.server.InternalCustomHeader
-
- renderInResponses() - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns true if and only if the header is to be rendered in responses.
- renderInResponses() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- renderInResponses() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- renderInResponses() - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- renderInResponses() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ResponseHeader
-
- renderIsoDate(R) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-dd
- renderIsoDateTimeString(R) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-ddThh:mm:ss
- renderIsoLikeDateTimeString(R) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-dd hh:mm:ss
- renderPath(R, Uri.Path, Charset, boolean) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- renderPath(R, Uri.Path, Charset, boolean) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- renderQuery(R, Uri.Query, Charset, CharPredicate) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- renderQuery(R, Uri.Query, Charset, CharPredicate) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
- renderRfc1123DateTimeString(R) - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
RFC1123 date string, e.g.
- renderStrict(RequestRenderingContext, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory$
-
- renderStrict(RequestRenderingContext) - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory
-
- renderStrictDataAs(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- RenderSupport - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- RenderSupport() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- RenderSupport$ - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- RenderSupport$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- RenderSupport.CheckContentLengthTransformer - Class in org.apache.pekko.http.impl.engine.rendering
-
- RenderSupport.CheckContentLengthTransformer$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- RenderSupport.ChunkTransformer - Class in org.apache.pekko.http.impl.engine.rendering
-
- RenderSupport.ChunkTransformer$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- renderTo(String) - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup
-
- renderTo(String) - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- renderTo(String, boolean) - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- renderToImpl(String, Option<Object>) - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- renderToSource(RequestRenderingContext) - Method in class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory
-
- renderUri(R, Uri, Charset) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
Renders this Uri into the given Renderer as defined by http://tools.ietf.org/html/rfc3986.
- renderUri(R, Uri, Charset) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
Renders this Uri into the given Renderer as defined by http://tools.ietf.org/html/rfc3986.
- renderUriWithoutFragment(R, Uri, Charset) - Method in class org.apache.pekko.http.scaladsl.model.UriRendering$
-
Renders this Uri (without the fragment component) into the given Renderer as defined by
http://tools.ietf.org/html/rfc3986.
- renderUriWithoutFragment(R, Uri, Charset) - Static method in class org.apache.pekko.http.scaladsl.model.UriRendering
-
Renders this Uri (without the fragment component) into the given Renderer as defined by
http://tools.ietf.org/html/rfc3986.
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusCharset
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusEncoding
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusLanguage
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept$minusRanges
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Accept
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusCredentials
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusHeaders
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusAllow$minusMethods
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusExpose$minusHeaders
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusMax$minusAge
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusHeaders
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Access$minusControl$minusRequest$minusMethod
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Age
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Allow
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Authorization
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cache$minusControl
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusDisposition
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusEncoding
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLength
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusRange
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusType
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Cookie
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Date
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader$
-
- renderValue(R) - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.ETag
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Expect
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Expires
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Host
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusMatch
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusModified$minusSince
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusNone$minusMatch
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusRange
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.If$minusUnmodified$minusSince
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusEvent$minusID
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Last$minusModified
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- renderValue(R) - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Origin
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthenticate
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Proxy$minusAuthorization
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Range
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Remote$minusAddress
-
Deprecated.
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Server
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.TE
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- renderValue(R) - Method in class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- renderVanityFooter() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- renderVanityFooter() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- renderWithoutPort() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress$
-
- renderWithoutPort() - Static method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- repeat(int, int) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- repeat(int, int, PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- repeat(int, int) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- repeat(int, int, PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- repeat(int, PathMatcher.Lift<L, List>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Same as
repeat(min = count, max = count)
.
- repeat(int, PathMatcher<BoxedUnit>, PathMatcher.Lift<L, List>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Same as
repeat(min = count, max = count, separator = separator)
.
- repeat(int, int, PathMatcher<BoxedUnit>, PathMatcher.Lift<L, List>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
Turns this
PathMatcher
into one that matches a number of times (with the given separator)
and potentially extracts a List
of the underlying matcher's extractions.
- repeated() - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Extract multiple occurrences as
Iterable[String]
.
- repeated() - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
Extract multiple occurrences as
Iterable[String]
.
- repeatedFilter(String, Unmarshaller<StrictForm.Field, T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- RepeatedValueReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- RepeatedValueReceptacle(String) - Constructor for class org.apache.pekko.http.scaladsl.common.RepeatedValueReceptacle
-
- RepeatedValueUnmarshallerReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- RepeatedValueUnmarshallerReceptacle(String, Unmarshaller<String, T>) - Constructor for class org.apache.pekko.http.scaladsl.common.RepeatedValueUnmarshallerReceptacle
-
- reply(Function1<HttpRequest, HttpResponse>) - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- reportTimings() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- reportTimings() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport.StateTimingSupport
-
Logs DEBUG level timing data for the output side of the multiplexer
- reqIn() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- reqOut() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- request() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext
-
- request(HttpRequest, Promise<HttpResponse>) - Method in interface org.apache.pekko.http.impl.engine.client.PoolInterface
-
Submit request to pool.
- request() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest
-
- request() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- request(long) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- request(Unmarshaller<? super HttpRequest, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- request(Unmarshaller<? super HttpRequest, T>, Function<T, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MarshallingDirectives
-
Unmarshalls the request using the given unmarshaller, and passes the result to [inner].
- request(Unmarshaller<? super HttpRequest, T>, Function<T, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- request() - Method in exception org.apache.pekko.http.scaladsl.model.RequestTimeoutException
-
- request() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The request this context represents.
- request() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- REQUEST_ENTITY_TOO_LARGE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
deprecated in favor of PAYLOAD_TOO_LARGE, which was later deprecated in favor of
CONTENT_TOO_LARGE (please switch to CONTENT_TOO_LARGE)
- REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- REQUEST_TIMEOUT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- REQUEST_URI_TOO_LONG - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
deprecated in favor of URI_TOO_LONG
- RequestAskedForClosing$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.RequestAskedForClosing$
-
- RequestBuilder(HttpMethod) - Constructor for class org.apache.pekko.http.scaladsl.client.RequestBuilding.RequestBuilder
-
- RequestBuilding - Interface in org.apache.pekko.http.scaladsl.client
-
- RequestBuilding$ - Class in org.apache.pekko.http.scaladsl.client
-
- RequestBuilding$() - Constructor for class org.apache.pekko.http.scaladsl.client.RequestBuilding$
-
- RequestBuilding.RequestBuilder - Class in org.apache.pekko.http.scaladsl.client
-
- RequestContext(HttpRequest, Promise<HttpResponse>, int) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext
-
- RequestContext - Class in org.apache.pekko.http.javadsl.server
-
- RequestContext() - Constructor for class org.apache.pekko.http.javadsl.server.RequestContext
-
- RequestContext - Interface in org.apache.pekko.http.scaladsl.server
-
This class is not meant to be extended by user code.
- RequestContext$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext$
-
- RequestContext$ - Class in org.apache.pekko.http.javadsl.server
-
- RequestContext$() - Constructor for class org.apache.pekko.http.javadsl.server.RequestContext$
-
- RequestContext$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.RequestContext$
-
- RequestContextImpl - Class in org.apache.pekko.http.scaladsl.server
-
INTERNAL API
- RequestContextImpl(HttpRequest, Uri.Path, ExecutionContextExecutor, Materializer, LoggingAdapter, RoutingSettings, ParserSettings) - Constructor for class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- RequestContextImpl(HttpRequest, LoggingAdapter, RoutingSettings, ParserSettings, ExecutionContextExecutor, Materializer) - Constructor for class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
deprecated in favor of RANGE_NOT_SATISFIABLE
- requestedProtocols() - Method in interface org.apache.pekko.http.scaladsl.model.ws.UpgradeToWebSocket
-
Deprecated.
A sequence of protocols the client accepts.
- requestedProtocols() - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgrade
-
A sequence of protocols the client accepts.
- RequestedRangeNotSatisfiable() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of RangeNotSatisfiable. Since Akka HTTP 10.1.11.
- RequestedRangeNotSatisfiable() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of RangeNotSatisfiable. Since Akka HTTP 10.1.11.
- requestedSubProtocol() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- requestEncodedWith(HttpEncoding, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Rejects the request with an UnsupportedRequestEncodingRejection if its encoding doesn't match the given one.
- requestEncodedWith(HttpEncoding, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- requestEncodedWith(HttpEncoding, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- requestEncodedWith(HttpEncoding) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Rejects the request with an UnsupportedRequestEncodingRejection if its encoding doesn't match the given one.
- RequestEntity - Interface in org.apache.pekko.http.javadsl.model
-
Marker-interface for entity types that can be used in a request
- RequestEntity - Interface in org.apache.pekko.http.scaladsl.model
-
An
HttpEntity
that can be used for requests.
- RequestEntity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.RequestEntity$
-
- requestEntityAcceptance() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns the entity acceptance level for this method.
- RequestEntityAcceptance - Class in org.apache.pekko.http.javadsl.model
-
- RequestEntityAcceptance() - Constructor for class org.apache.pekko.http.javadsl.model.RequestEntityAcceptance
-
- requestEntityAcceptance() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- RequestEntityAcceptance - Interface in org.apache.pekko.http.scaladsl.model
-
- RequestEntityAcceptance$ - Class in org.apache.pekko.http.scaladsl.model
-
- RequestEntityAcceptance$() - Constructor for class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance$
-
- RequestEntityAcceptance.Disallowed$ - Class in org.apache.pekko.http.scaladsl.model
-
- RequestEntityAcceptance.Expected$ - Class in org.apache.pekko.http.scaladsl.model
-
- RequestEntityAcceptance.Tolerated$ - Class in org.apache.pekko.http.scaladsl.model
-
- RequestEntityAcceptances - Class in org.apache.pekko.http.javadsl.model
-
- requestEntityChunkSize() - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- requestEntityChunkSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ClientSettings.Http2ClientSettingsImpl
-
- requestEntityChunkSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- requestEntityChunkSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2CommonSettings
-
- requestEntityChunkSize() - Method in class org.apache.pekko.http.scaladsl.settings.Http2ServerSettings.Http2ServerSettingsImpl
-
- requestEntityChunkSize() - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- requestEntityEmpty(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- requestEntityEmpty(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Rejects if the request entity is non-empty.
- requestEntityEmpty(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- requestEntityEmpty() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Rejects if the request entity is non-empty.
- requestEntityExpected() - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- requestEntityExpected() - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- RequestEntityExpectedRejection - Class in org.apache.pekko.http.javadsl.server
-
Rejection created by unmarshallers.
- RequestEntityExpectedRejection() - Constructor for class org.apache.pekko.http.javadsl.server.RequestEntityExpectedRejection
-
- RequestEntityExpectedRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by unmarshallers.
- RequestEntityExpectedRejection() - Constructor for class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
-
- RequestEntityExpectedRejection$ - Class in org.apache.pekko.http.javadsl.server
-
- RequestEntityExpectedRejection$() - Constructor for class org.apache.pekko.http.javadsl.server.RequestEntityExpectedRejection$
-
- RequestEntityExpectedRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by unmarshallers.
- RequestEntityExpectedRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection$
-
- requestEntityPresent(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- requestEntityPresent(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Rejects with a
RequestEntityExpectedRejection
if the request entity is empty.
- requestEntityPresent(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- requestEntityPresent() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Rejects with a
RequestEntityExpectedRejection
if the request entity is empty.
- RequestEntityTooLarge() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of PayloadTooLarge, which was later deprecated in favor of ContentTooLarge (please switch to ContentTooLarge). Since Akka HTTP 10.1.11.
- RequestEntityTooLarge() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of PayloadTooLarge, which was later deprecated in favor of ContentTooLarge (please switch to ContentTooLarge). Since Akka HTTP 10.1.11.
- RequestHeader - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- RequestHeaderFieldsTooLarge() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- RequestHeaderFieldsTooLarge() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- requestHeaderSizeHint() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- requestHeaderSizeHint() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- requestLog(HttpRequest) - Method in interface org.apache.pekko.http.scaladsl.server.RoutingLog
-
- requestMethod() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext
-
- requestMethod() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
-
- RequestParserCRLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- RequestParserCRLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.RequestParserCRLFSpec
-
- RequestParserLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- RequestParserLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.RequestParserLFSpec
-
- RequestParserSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- RequestParserSpec(String, String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- RequestParsing - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- RequestParsing() - Constructor for class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- RequestParsing$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- RequestParsing$() - Constructor for class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- requestPreparation(ServerSettings) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- requestPreparation(ServerSettings) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- requestProtocol() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
-
- RequestRendererSpec - Class in org.apache.pekko.http.impl.engine.rendering
-
- RequestRendererSpec() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- RequestRendererSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.rendering
-
- RequestRendererSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- RequestRendering - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- RequestRendering(ClientConnectionSettings, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.http2.RequestRendering
-
- RequestRenderingContext - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
param: request the request to be rendered
param: hostHeader the host header to render (not necessarily contained in the request.headers)
param: sendEntityTrigger defined when the request has a
Expect: 100-continue
header; in this case the future will
be completed successfully when the request entity is allowed to go out onto the wire;
if the future is completed with an error the connection is to be closed.
- RequestRenderingContext(HttpRequest, Host, Option<Future<NotUsed>>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- RequestRenderingContext$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- RequestRenderingContext$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext$
-
- RequestRenderingOutput$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$
-
- RequestResponseAssociation - Interface in org.apache.pekko.http.javadsl.model
-
A marker trait for attribute values that should be (automatically) carried over from request to response.
- RequestResponseAssociation - Interface in org.apache.pekko.http.scaladsl.model
-
A marker trait for attribute values that should be (automatically) carried over from request to response.
- RequestResponseHeader - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- requests() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- requests() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- requestsSub() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- RequestStart(HttpMethod, Uri, HttpProtocol, Map<AttributeKey<?>, Object>, List<HttpHeader>, ParserOutput.EntityCreator<ParserOutput.RequestOutput, RequestEntity>, boolean, boolean) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- RequestStart$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart$
-
- requestSubprotocol(String) - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
Return a copy of this request that will require that the server uses the
given WebSocket subprotocol.
- requestTimeout() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts
-
- requestTimeout() - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- RequestTimeout() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- RequestTimeout() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- RequestTimeoutException - Exception in org.apache.pekko.http.scaladsl.model
-
- RequestTimeoutException(HttpRequest, String) - Constructor for exception org.apache.pekko.http.scaladsl.model.RequestTimeoutException
-
- RequestTimeoutException$ - Class in org.apache.pekko.http.scaladsl.model
-
- RequestTimeoutException$() - Constructor for class org.apache.pekko.http.scaladsl.model.RequestTimeoutException$
-
- requestTimeoutSupport(Duration, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- requestTimeoutSupport(Duration, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- RequestTimeoutSupport(Duration, LoggingAdapter) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.RequestTimeoutSupport
-
- RequestTimeoutTestSetup(FiniteDuration) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.RequestTimeoutTestSetup
-
- requestToEntity() - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- requestToEntity() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- requestUri(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- RequestUriTooLong() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of UriTooLong. Since Akka HTTP 10.1.11.
- RequestUriTooLong() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of UriTooLong. Since Akka HTTP 10.1.11.
- require(Function1<T, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- require(Function1<T, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- requiredFilter(String, Unmarshaller<Option<StrictForm.Field>, T>, Object) - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- requiredValue(B) - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Require the given value and extract nothing.
- requiredValue(T) - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
Require the given value and extract nothing.
- requiredValue() - Method in class org.apache.pekko.http.scaladsl.common.RequiredValueReceptacle
-
- requiredValue() - Method in class org.apache.pekko.http.scaladsl.common.RequiredValueUnmarshallerReceptacle
-
- RequiredValueReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- RequiredValueReceptacle(String, T) - Constructor for class org.apache.pekko.http.scaladsl.common.RequiredValueReceptacle
-
- RequiredValueUnmarshallerReceptacle<T> - Class in org.apache.pekko.http.scaladsl.common
-
- RequiredValueUnmarshallerReceptacle(String, T, Unmarshaller<String, T>) - Constructor for class org.apache.pekko.http.scaladsl.common.RequiredValueUnmarshallerReceptacle
-
- requireFrameSize(int, int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- requireFrameSize(int, int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- requireNonZeroStreamId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- requireNonZeroStreamId(int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- requireNoSelfDependency(int, int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- requireNoSelfDependency(int, int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- requirePositiveWindowUpdateIncrement(int, int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- requirePositiveWindowUpdateIncrement(int, int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- requireZeroStreamId(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
- requireZeroStreamId(int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
- res() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- res() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- reserved() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- reserved() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- reset(ParserInput) - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
Allows to reuse this parser.
- reset() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- RESET_CONTENT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- ResetContent() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ResetContent() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- resetStream(int, Http2Protocol.ErrorCode) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- resIn() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- resolve(String) - Method in interface org.apache.pekko.http.javadsl.server.directives.ContentTypeResolver
-
- resolve(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver
-
- resolvedAgainst(Uri) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a new absolute Uri that is the result of the resolution process defined by
http://tools.ietf.org/html/rfc3986#section-5.2.2
The given base Uri must be absolute.
- resolveUnsafe(String, String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, Uri) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
https://tools.ietf.org/html/rfc3986#section-5.2.2
'Unsafe' in the sense that queryString validation must already have been done.
- resolveUnsafe(String, String, Uri.Host, int, Uri.Path, Option<String>, Option<String>, Uri) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
https://tools.ietf.org/html/rfc3986#section-5.2.2
'Unsafe' in the sense that queryString validation must already have been done.
- ResourceFile(URL, long, long) - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile
-
- ResourceFile$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile$
-
- resourceStream(String) - Method in class org.apache.pekko.http.impl.util.ExampleHttpContexts$
-
- resourceStream(String) - Static method in class org.apache.pekko.http.impl.util.ExampleHttpContexts
-
- resOut() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- respondWithDefaultHeader(HttpHeader, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- respondWithDefaultHeader(HttpHeader, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- respondWithDefaultHeader(HttpHeader, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RespondWithDirectives
-
Adds the given response header to all HTTP responses of its inner Route,
if the response from the inner Route doesn't already contain a header with the same name.
- respondWithDefaultHeader(HttpHeader) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Adds the given response header to all HTTP responses of its inner Route,
if the response from the inner Route doesn't already contain a header with the same name.
- respondWithDefaultHeaders(Iterable<HttpHeader>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- respondWithDefaultHeaders(Iterable<HttpHeader>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- respondWithDefaultHeaders(Iterable<HttpHeader>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RespondWithDirectives
-
Adds the given response headers to all HTTP responses of its inner Route,
if a header already exists it is not added again.
- respondWithDefaultHeaders(HttpHeader, Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Adds the given response headers to all HTTP responses of its inner Route,
if a header already exists it is not added again.
- respondWithDefaultHeaders(Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Adds the given response headers to all HTTP responses of its inner Route,
if a header already exists it is not added again.
- RespondWithDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- RespondWithDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.RespondWithDirectives
-
- RespondWithDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- RespondWithDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- RespondWithDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives$
-
- respondWithHeader(HttpHeader, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- respondWithHeader(HttpHeader, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RespondWithDirectives
-
Unconditionally adds the given response header to all HTTP responses of its inner Route.
- respondWithHeader(HttpHeader, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- respondWithHeader(HttpHeader) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Unconditionally adds the given response header to all HTTP responses of its inner Route.
- respondWithHeaders(Iterable<HttpHeader>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- respondWithHeaders(Iterable<HttpHeader>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RespondWithDirectives
-
Unconditionally adds the given response headers to all HTTP responses of its inner Route.
- respondWithHeaders(Iterable<HttpHeader>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- respondWithHeaders(HttpHeader, Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Unconditionally adds the given response headers to all HTTP responses of its inner Route.
- respondWithHeaders(Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
-
Unconditionally adds the given response headers to all HTTP responses of its inner Route.
- response() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- response() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.ResponseContext
-
- response() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
-
- response() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- response() - Method in interface org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse
-
Returns the response object as received from the server for further inspection.
- response() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- response() - Method in class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse
-
- response() - Method in class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade
-
- response() - Method in interface org.apache.pekko.http.scaladsl.model.ws.WebSocketUpgradeResponse
-
- response() - Method in class org.apache.pekko.http.scaladsl.server.RouteResult.Complete
-
- response() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- response() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- responseAs(Unmarshaller<HttpResponse, T>, ClassTag<T>, Duration) - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- ResponseContext(PoolFlow.RequestContext, Try<HttpResponse>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow.ResponseContext
-
- ResponseContext(HttpMethod, Option<Promise<BoxedUnit>>) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext
-
- ResponseContext$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolFlow.ResponseContext$
-
- ResponseContext$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext$
-
- responseEncodingAccepted(HttpEncoding, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Rejects the request with an UnacceptedResponseEncodingRejection
if the given response encoding is not accepted by the client.
- responseEncodingAccepted(HttpEncoding, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- responseEncodingAccepted(HttpEncoding, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- responseEncodingAccepted(HttpEncoding) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Rejects the request with an UnacceptedResponseEncodingRejection
if the given response encoding is not accepted by the client.
- ResponseEntity - Interface in org.apache.pekko.http.javadsl.model
-
Marker-interface for entity types that can be used in a response
- ResponseEntity - Interface in org.apache.pekko.http.scaladsl.model
-
An
HttpEntity
that can be used for responses.
- responseEntity() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- ResponseEntity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ResponseEntity$
-
- ResponseEntity$ - Class in org.apache.pekko.http.scaladsl.model
-
- ResponseEntity$() - Constructor for class org.apache.pekko.http.scaladsl.model.ResponseEntity$
-
- responseEntitySubscriptionTimeout() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- responseEntitySubscriptionTimeout() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
The time after which the pool will drop an entity automatically if it wasn't read or discarded
- responseFuture() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- ResponseFuture - Class in org.apache.pekko.http.javadsl.model
-
An association for completing a future when the response arrives.
- ResponseFuture(CompletableFuture<HttpResponse>) - Constructor for class org.apache.pekko.http.javadsl.model.ResponseFuture
-
- ResponseFuture$ - Class in org.apache.pekko.http.javadsl.model
-
- ResponseFuture$() - Constructor for class org.apache.pekko.http.javadsl.model.ResponseFuture$
-
- ResponseHeader - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- responseHeaders(HttpRequest, int) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- responseHeaderSizeHint() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- responseHeaderSizeHint() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- ResponseParserCRLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ResponseParserCRLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ResponseParserCRLFSpec
-
- ResponseParserLFSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ResponseParserLFSpec() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ResponseParserLFSpec
-
- ResponseParserSpec - Class in org.apache.pekko.http.impl.engine.parsing
-
- ResponseParserSpec(String, String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ResponseParserSpec
-
- ResponseParsing - Class in org.apache.pekko.http.impl.engine.http2.client
-
- ResponseParsing() - Constructor for class org.apache.pekko.http.impl.engine.http2.client.ResponseParsing
-
- ResponseParsing$ - Class in org.apache.pekko.http.impl.engine.http2.client
-
- ResponseParsing$() - Constructor for class org.apache.pekko.http.impl.engine.http2.client.ResponseParsing$
-
- ResponseParsingMerge(HttpResponseParser) - Constructor for class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.ResponseParsingMerge
-
- ResponseParsingMergeSpec - Class in org.apache.pekko.http.impl.engine.client
-
- ResponseParsingMergeSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.ResponseParsingMergeSpec
-
- responsePromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext
-
- responsePromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest
-
- ResponsePromise - Class in org.apache.pekko.http.scaladsl.model
-
An association for completing a future when the response arrives.
- ResponsePromise(Promise<HttpResponse>) - Constructor for class org.apache.pekko.http.scaladsl.model.ResponsePromise
-
- ResponsePromise$ - Class in org.apache.pekko.http.scaladsl.model
-
- ResponsePromise$() - Constructor for class org.apache.pekko.http.scaladsl.model.ResponsePromise$
-
- ResponseRendererSpec - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRendererSpec() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- ResponseRendererSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRendererSpec.TestSetup$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRendering - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- ResponseRendering(ServerSettings, LoggingAdapter, DateHeaderRendering) - Constructor for class org.apache.pekko.http.impl.engine.http2.ResponseRendering
-
- ResponseRenderingContext - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- ResponseRenderingContext(HttpResponse, HttpMethod, HttpProtocol, ResponseRenderingContext.CloseRequested) - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
-
- ResponseRenderingContext$ - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- ResponseRenderingContext$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext$
-
- ResponseRenderingContext.CloseRequested - Interface in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- ResponseRenderingContext.CloseRequested$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingContext.CloseRequested$.ForceClose$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingContext.CloseRequested$.RequestAskedForClosing$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingContext.CloseRequested$.Unspecified$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingOutput - Interface in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- ResponseRenderingOutput$ - Class in org.apache.pekko.http.impl.engine.rendering
-
INTERNAL API
- ResponseRenderingOutput$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput$
-
- ResponseRenderingOutput.HttpData - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingOutput.HttpData$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingOutput.SwitchToOtherProtocol - Class in org.apache.pekko.http.impl.engine.rendering
-
- ResponseRenderingOutput.SwitchToOtherProtocol$ - Class in org.apache.pekko.http.impl.engine.rendering
-
- responses() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- responses() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- responseSafe() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- responsesSub() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- ResponseStart(StatusCode, HttpProtocol, Map<AttributeKey<?>, Object>, List<HttpHeader>, ParserOutput.EntityCreator<ParserOutput.ResponseOutput, ResponseEntity>, boolean) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- ResponseStart$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart$
-
- result() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
- result() - Method in class org.apache.pekko.http.scaladsl.server.RejectionHandler.Builder
-
- result() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- resultAfterSourceElements(Source<T, Object>, Flow<T, U, Object>, Materializer) - Method in class org.apache.pekko.http.impl.util.CollectorStage$
-
- resultAfterSourceElements(Source<T, Object>, Flow<T, U, Object>, Materializer) - Static method in class org.apache.pekko.http.impl.util.CollectorStage
-
- resultHeader() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Contains the parsed header instance after a call to
parseHeaderLine
.
- retriesLeft() - Method in class org.apache.pekko.http.impl.engine.client.PoolFlow.RequestContext
-
- retry() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- Retry$minusAfter - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Retry$minusAfter(RetryAfterParameter) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter
-
- Retry$minusAfter$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Retry$minusAfter$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Retry$minusAfter$
-
- RETRY_WITH - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- RetryAfter - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Retry-After` header.
- RetryAfter() - Constructor for class org.apache.pekko.http.javadsl.model.headers.RetryAfter
-
- RetryAfterDateTime - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RetryAfterDateTime(DateTime) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime
-
- RetryAfterDateTime$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RetryAfterDateTime$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime$
-
- RetryAfterDuration - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RetryAfterDuration(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration
-
- RetryAfterDuration$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- RetryAfterDuration$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration$
-
- RetryAfterParameter - Class in org.apache.pekko.http.scaladsl.model.headers
-
Defines different values admitted to define a
Retry-After
header.
- RetryAfterParameter() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.RetryAfterParameter
-
- RetryWith() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- RetryWith() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- rev(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- rev(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rev
-
- rev$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rev$
-
- reverse() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- reverseAndPrependTo(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- reverseAndPrependTo(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- reverseAndPrependTo(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- reverseAndPrependTo(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- RFC6265$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.CookieParsingMode$.RFC6265$
-
- richRunCase(int, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- richRunCase(int, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- right() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- rightClass() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EitherUnmarshallingException
-
- rootNode() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityTree
-
Returns the root node of the tree.
- route(Route...) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
- route(Seq<Route>) - Method in class org.apache.pekko.http.javadsl.server.Directives$
-
Deprecated.
- route(Seq<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- route(Route...) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- route(Route...) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- route(Seq<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
Deprecated.
- route(Route...) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Deprecated.
Use the
RouteDirectives.concat
method instead.
- route(Seq<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
Deprecated.
Use the
RouteDirectives.concat
method instead.
- Route - Interface in org.apache.pekko.http.javadsl.server
-
In the Java DSL, a Route can only consist of combinations of the built-in directives.
- Route - Class in org.apache.pekko.http.scaladsl.server
-
- Route() - Constructor for class org.apache.pekko.http.scaladsl.server.Route
-
- Route$ - Class in org.apache.pekko.http.scaladsl.server
-
- Route$() - Constructor for class org.apache.pekko.http.scaladsl.server.Route$
-
- route2HandlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContext, RejectionHandler, ExceptionHandler) - Method in class org.apache.pekko.http.scaladsl.server.RouteResult$
-
Deprecated.
Replaced by routeToFlow. Since Akka HTTP 10.2.0.
- RouteAdapter - Class in org.apache.pekko.http.javadsl.server.directives
-
INTERNAL API
- RouteAdapter(Function1<RequestContext, Future<RouteResult>>) - Constructor for class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- RouteAdapter$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- RouteAdapter$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.RouteAdapter$
-
- routeCache(CachingSettings) - Method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives$
-
Creates an
LfuCache
Default settings are available via pekko.http.caching.javadsl.CachingSettings.create
.
- routeCache(CachingSettings) - Static method in class org.apache.pekko.http.javadsl.server.directives.CachingDirectives
-
Creates an
LfuCache
Default settings are available via pekko.http.caching.javadsl.CachingSettings.create
.
- routeCache(ActorSystem) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CachingDirectives
-
Creates an
LfuCache
with default settings obtained from the system's configuration.
- routeCache(CachingSettings) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CachingDirectives
-
Creates an
LfuCache
.
- RouteConcatenation - Interface in org.apache.pekko.http.scaladsl.server
-
- RouteConcatenation$ - Class in org.apache.pekko.http.scaladsl.server
-
- RouteConcatenation$() - Constructor for class org.apache.pekko.http.scaladsl.server.RouteConcatenation$
-
- RouteConcatenation.RouteWithConcatenation - Class in org.apache.pekko.http.scaladsl.server
-
- RouteDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- RouteDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.RouteDirectives
-
- RouteDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- RouteDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- RouteDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.RouteDirectives$
-
- RouteResult - Interface in org.apache.pekko.http.javadsl.server
-
- RouteResult - Interface in org.apache.pekko.http.scaladsl.server
-
The result of handling a request.
- RouteResult$ - Class in org.apache.pekko.http.scaladsl.server
-
- RouteResult$() - Constructor for class org.apache.pekko.http.scaladsl.server.RouteResult$
-
- RouteResult.Complete - Class in org.apache.pekko.http.scaladsl.server
-
- RouteResult.Complete$ - Class in org.apache.pekko.http.scaladsl.server
-
- RouteResult.Rejected - Class in org.apache.pekko.http.scaladsl.server
-
- RouteResult.Rejected$ - Class in org.apache.pekko.http.scaladsl.server
-
- RouteResults - Class in org.apache.pekko.http.javadsl.server
-
- RouteResults() - Constructor for class org.apache.pekko.http.javadsl.server.RouteResults
-
- RouteResults$ - Class in org.apache.pekko.http.javadsl.server
-
- RouteResults$() - Constructor for class org.apache.pekko.http.javadsl.server.RouteResults$
-
- routes() - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Override to implement the route that will be served by this http server.
- routes() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Override to implement the routes that will be served by this http server.
- RouteTest - Class in org.apache.pekko.http.javadsl.testkit
-
A base class to create route tests for testing libraries.
- RouteTest() - Constructor for class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- RouteTest - Interface in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest$
-
- RouteTest.DefaultHostInfo - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.DefaultHostInfo$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.TildeArrow<A,B> - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.TildeArrow$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.TildeArrow$.InjectIntoRequestTransformer$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.TildeBangArrow<A,B> - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.TildeBangArrow$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTest.WithTransformation2 - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTestResult(FiniteDuration, Materializer) - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTestResultComponent.RouteTestResult
-
- RouteTestResultComponent - Interface in org.apache.pekko.http.scaladsl.testkit
-
- RouteTestResultComponent.RouteTestResult - Class in org.apache.pekko.http.scaladsl.testkit
-
A receptacle for the response or rejections created by a route.
- RouteTestTimeout - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTestTimeout(FiniteDuration) - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTestTimeout
-
- RouteTestTimeout$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- RouteTestTimeout$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTestTimeout$
-
- routeToFlow(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.server.RouteResult$
-
Turns a
Route
into a server flow.
- routeToFlowViaMaterializer(Function1<RequestContext, Future<RouteResult>>, Materializer) - Method in class org.apache.pekko.http.scaladsl.server.LowerPriorityRouteResultImplicits
-
Deprecated.
make an ActorSystem available implicitly instead. Since Akka HTTP 10.2.0.
- routeToFunction(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.server.RouteResult$
-
Turns a
Route
into a server function.
- RouteWithConcatenation(Function1<RequestContext, Future<RouteResult>>) - Constructor for class org.apache.pekko.http.scaladsl.server.RouteConcatenation.RouteWithConcatenation
-
- RoutingJavaMapping - Class in org.apache.pekko.http.javadsl.server
-
INTERNAL API
- RoutingJavaMapping() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping
-
- RoutingJavaMapping$ - Class in org.apache.pekko.http.javadsl.server
-
INTERNAL API
- RoutingJavaMapping$() - Constructor for class org.apache.pekko.http.javadsl.server.RoutingJavaMapping$
-
- RoutingJavaMapping.ConvertCompletionStage<T> - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.ConvertCompletionStage$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertDirectoryListing$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertDirectoryRenderer$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertEntityStreamingSupport$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertLogEntry$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertParserSettings$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertRouteResult$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.convertRouteSettings$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.Implicits$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.Rejection$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingJavaMapping.RequestContext$ - Class in org.apache.pekko.http.javadsl.server
-
- RoutingLog - Interface in org.apache.pekko.http.scaladsl.server
-
- RoutingLog$ - Class in org.apache.pekko.http.scaladsl.server
-
- RoutingLog$() - Constructor for class org.apache.pekko.http.scaladsl.server.RoutingLog$
-
- RoutingSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- RoutingSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- RoutingSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- RoutingSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- RoutingSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- RoutingSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.RoutingSettings$
-
- RoutingSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- RoutingSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.RoutingSettings$
-
- RoutingSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- RoutingSettingsImpl(boolean, boolean, boolean, int, long, int, long) - Constructor for class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- RoutingSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
- RoutingSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.RoutingSettingsImpl$
-
- RST_STREAM$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.RST_STREAM$
-
- RstStreamFrame(int, Http2Protocol.ErrorCode) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.RstStreamFrame
-
- RstStreamFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.RstStreamFrame$
-
- rsv1() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- RSV1_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- RSV1_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- rsv2() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- RSV2_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- RSV2_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- rsv3() - Method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- RSV3_MASK() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol$
-
- RSV3_MASK() - Static method in class org.apache.pekko.http.impl.engine.ws.Protocol
-
- ruleNames() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- ruleNames() - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- ruleNotFound(String) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- RuleNotFound$() - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.RuleNotFound$
-
- run(HttpRequest) - Method in interface org.apache.pekko.http.javadsl.testkit.TestRoute
-
Run the request against the sealed route, meaning that exceptions and rejections will be handled by
the default exception and rejection handlers.
- runCase(int, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- runCase(int, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- runCaseUri(int, String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- runCaseUri(int, String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- runClientServer(HttpRequest) - Method in interface org.apache.pekko.http.javadsl.testkit.TestRoute
-
Similar to
TestRoute.run(org.apache.pekko.http.javadsl.model.HttpRequest)
but runs the request through a full HTTP client and server stack.
- runInContext(Function0<BoxedUnit>) - Method in interface org.apache.pekko.http.impl.util.StreamUtils.ScheduleSupport
-
- runRoute(Route, HttpRequest) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- runRoute(Route, HttpRequest, DefaultHostInfo) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- runRoute() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
A dummy that can be used as
~> runRoute
to run the route but without blocking for the result.
- runRouteClientServer(Route, HttpRequest) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- runRouteClientServer(HttpRequest, Function1<RequestContext, Future<RouteResult>>, ServerSettings, ActorSystem) - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest$
-
- runRouteUnSealed(Route, HttpRequest) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- runRouteUnSealed(Route, HttpRequest, DefaultHostInfo) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- runServer() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- runtimeClass() - Method in interface org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet
-
- runtimeClass() - Method in interface org.apache.pekko.http.scaladsl.server.util.ClassMagnet
-
- runToSingleJsonValue(Uri, JsonReader<T>) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- runToSingleJsonValue(Uri, JsonReader<T>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- runToSingleText(Uri) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
The autobahn tests define a weird API where every request must be a WebSocket request and
they will send a single websocket message with the result.
- runToSingleText(Uri) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
The autobahn tests define a weird API where every request must be a WebSocket request and
they will send a single websocket message with the result.
- runWebsocketServer() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- runWithRejections(HttpRequest) - Method in interface org.apache.pekko.http.javadsl.testkit.TestRoute
-
Run the request against the "semi-sealed" route, meaning that exceptions will be handled by the
default exception handler but rejections will not be handled.
- runWs(Uri, Flow<Message, Message, T>) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- runWs(Uri, Flow<Message, Message, T>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- RWS() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
S
- s$minusmaxage(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.s$minusmaxage
-
- s$minusmaxage$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.CacheDirectives.s$minusmaxage$
-
- S2JMapping<S> - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
- S2JMapping$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- S2JMapping$() - Constructor for class org.apache.pekko.http.impl.util.S2JMapping$
-
- S_MAXAGE(long) - Static method in class org.apache.pekko.http.javadsl.model.headers.CacheDirectives
-
- SameSite - Enum in org.apache.pekko.http.javadsl.model.headers
-
The Cookie SameSite attribute as defined by RFC6265bis and Incrementally Better
Cookies.
- sameSite() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- SameSite - Interface in org.apache.pekko.http.scaladsl.model.headers
-
The Cookie SameSite attribute as defined by RFC6265bis
and Incrementally Better Cookies.
- SameSite$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- SameSite$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.SameSite$
-
- SameSite.Lax$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- SameSite.None$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- SameSite.Strict$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- sanitize(Seq<LinkParam>, Seq<LinkParam>, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.pekko.http.impl.model.parser.LinkHeader
-
- sb() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- sb() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- scala$App$$_args() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- scala$App$$_args_$eq(String[]) - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- scala$App$$initCode() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- scala$App$_setter_$executionStart_$eq(long) - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- scala$App$_setter_$scala$App$$initCode_$eq(ListBuffer<Function0<BoxedUnit>>) - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- scalaNone() - Static method in class org.apache.pekko.http.impl.util.Util
-
- ScalatestRouteTest - Interface in org.apache.pekko.http.scaladsl.testkit
-
- ScalatestUtils - Interface in org.apache.pekko.http.scaladsl.testkit
-
- scalaToJavaAdapterFlow(JavaMapping<J, S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- ScalaXmlSupport - Interface in org.apache.pekko.http.scaladsl.marshallers.xml
-
- ScalaXmlSupport$ - Class in org.apache.pekko.http.scaladsl.marshallers.xml
-
- ScalaXmlSupport$() - Constructor for class org.apache.pekko.http.scaladsl.marshallers.xml.ScalaXmlSupport$
-
- Scheduled(Promise<Tuple2<Seq<T>, Object>>) - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Scheduled
-
- Scheduled$() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Scheduled$
-
- scheduleOnce(FiniteDuration, Function0<BoxedUnit>) - Method in interface org.apache.pekko.http.impl.util.StreamUtils.ScheduleSupport
-
Schedule a block to be run once after the given duration in the context of this graph stage.
- scheduler() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup
-
- scheme() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- scheme(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- scheme() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- scheme() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpChallenge
-
- scheme() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- scheme() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpOrigin
-
- scheme() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the scheme of this Uri.
- scheme(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with a new scheme.
- scheme(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- scheme(String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- scheme(String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.SchemeDirectives
-
Rejects all requests whose Uri scheme does not match the given one.
- scheme(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- scheme(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpOrigin
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- scheme() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- scheme(String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.SchemeDirectives
-
Rejects all requests whose Uri scheme does not match the given one.
- Scheme$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Scheme$
-
- SchemeDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- SchemeDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.SchemeDirectives
-
- SchemeDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- SchemeDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- SchemeDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.SchemeDirectives$
-
- SchemeRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by scheme filters.
- SchemeRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by scheme filters.
- SchemeRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.SchemeRejection
-
- SchemeRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- SchemeRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.SchemeRejection$
-
- seal() - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- seal(RejectionHandler, ExceptionHandler) - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- seal(RoutingSettings) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
"Seals" this handler by attaching a default handler as fallback if necessary.
- seal() - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
"Seals" this handler by attaching a default handler as fallback if necessary.
- seal() - Method in interface org.apache.pekko.http.javadsl.server.Route
-
Seals a route by wrapping it with default exception handling and rejection conversion.
- seal(RejectionHandler, ExceptionHandler) - Method in interface org.apache.pekko.http.javadsl.server.Route
-
Seals a route by wrapping it with explicit exception handling and rejection conversion.
- seal(ExceptionHandler, RoutingSettings) - Method in class org.apache.pekko.http.scaladsl.server.ExceptionHandler$
-
Creates a sealed ExceptionHandler from the given one.
- seal(RoutingSettings) - Method in interface org.apache.pekko.http.scaladsl.server.ExceptionHandler
-
"Seals" this handler by attaching a default handler as fallback if necessary.
- seal() - Method in interface org.apache.pekko.http.scaladsl.server.RejectionHandler
-
"Seals" this handler by attaching a default handler as fallback if necessary.
- seal(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, RejectionHandler, ExceptionHandler) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
"Seals" a route by wrapping it with default exception handling and rejection conversion.
- seal(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, RejectionHandler, ExceptionHandler) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
"Seals" a route by wrapping it with default exception handling and rejection conversion.
- Sec$minusWebSocket$minusAccept - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Sec$minusWebSocket$minusAccept(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept
-
- Sec$minusWebSocket$minusAccept$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- Sec$minusWebSocket$minusAccept$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusAccept$
-
- Sec$minusWebSocket$minusExtensions - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Sec$minusWebSocket$minusExtensions(Seq<WebSocketExtension>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions
-
- Sec$minusWebSocket$minusExtensions$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- Sec$minusWebSocket$minusExtensions$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusExtensions$
-
- Sec$minusWebSocket$minusKey - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Sec$minusWebSocket$minusKey(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey
-
- Sec$minusWebSocket$minusKey$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- Sec$minusWebSocket$minusKey$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusKey$
-
- Sec$minusWebSocket$minusProtocol - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Sec$minusWebSocket$minusProtocol(Seq<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol
-
- Sec$minusWebSocket$minusProtocol$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- Sec$minusWebSocket$minusProtocol$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusProtocol$
-
- Sec$minusWebSocket$minusVersion - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Sec$minusWebSocket$minusVersion(Seq<Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- Sec$minusWebSocket$minusVersion$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
INTERNAL API
- Sec$minusWebSocket$minusVersion$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion$
-
- second() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- second() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the second of this instant in GMT.
- second() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- secure() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- secure() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- securedConnection() - Method in class org.apache.pekko.http.scaladsl.testkit.RouteTest.DefaultHostInfo
-
- SecureRandomInstances$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Randoms.SecureRandomInstances$
-
- SecurityDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- SecurityDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives
-
- SecurityDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
Provides directives for securing an inner route using the standard Http authentication headers
WWW-Authenticate
and Authorization
.
- SecurityDirectives$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- SecurityDirectives$() - Constructor for class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives$
-
- SecurityDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- SecurityDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives$
-
- SecurityDirectives.ProvidedCredentials - Class in org.apache.pekko.http.javadsl.server.directives
-
Represents HTTP Basic or OAuth2 authentication credentials supplied with a request.
- SecurityDirectives.ProvidedCredentials$ - Class in org.apache.pekko.http.javadsl.server.directives
-
- SecWebSocketProtocol - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Sec-WebSocket-Protocol` header.
- SecWebSocketProtocol() - Constructor for class org.apache.pekko.http.javadsl.model.headers.SecWebSocketProtocol
-
- SecWebSocketVersionHeader() - Method in class org.apache.pekko.http.impl.engine.ws.Handshake$
-
- SecWebSocketVersionHeader() - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake
-
- SEE_OTHER - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- SeeOther() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- SeeOther() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- segment() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- segment(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
(if the path begins with a segment).
- segment(Pattern) - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
if the path begins with a segment (a prefix of) which matches the given regex.
- segment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches if the unmatched path starts with a path segment.
- segment(String) - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
(if the path begins with a segment).
- segment(Pattern) - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
if the path begins with a segment (a prefix of) which matches the given regex.
- segment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches if the unmatched path starts with a path segment.
- Segment(String, org.apache.pekko.http.scaladsl.model.Uri.Path.SlashOrEmpty) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- Segment() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- Segment() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- Segment() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- Segment() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- Segment() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- Segment$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment$
-
- Segment$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.Segment$
-
- segments(int, int) - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches between
min
and max
(both inclusively) path segments (separated by slashes)
as a List[String].
- segments(int) - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches the given number of path segments (separated by slashes) as a List[String].
- segments() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches up to 128 remaining segments as a List[String].
- segments(int, int) - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches between
min
and max
(both inclusively) path segments (separated by slashes)
as a List[String].
- segments(int) - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches the given number of path segments (separated by slashes) as a List[String].
- segments() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches up to 128 remaining segments as a List[String].
- Segments() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- Segments() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- Segments() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- Segments() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- Segments() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
- Segments(int) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
A PathMatcher that matches the given number of path segments (separated by slashes) as a List[String].
- Segments(int, int) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
A PathMatcher that matches between
min
and max
(both inclusively) path segments (separated by slashes)
as a List[String].
- selectMarshallingForContentType(Seq<Marshalling<T>>, ContentType) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshal$
-
- selectMarshallingForContentType(Seq<Marshalling<T>>, ContentType) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
- selectPreferredLanguage(Iterable<Language>, Function<Language, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- selectPreferredLanguage(Iterable<Language>, Function<Language, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Inspects the request's
Accept-Language
header and determines,
which of the given language alternatives is preferred by the client.
- selectPreferredLanguage(Iterable<Language>, Function<Language, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- selectPreferredLanguage(Language, Seq<Language>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Inspects the request's
Accept-Language
header and determines,
which of the given language alternatives is preferred by the client.
- self() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor
-
- self() - Method in class org.apache.pekko.http.impl.util.EventStreamLogger
-
- self() - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
INTERNAL API
- self() - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- self() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- self() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- send(ByteString) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- send(String) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- send(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- send(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- sendCompletion() - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Complete the output side of the flow.
- sendCompletion() - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Complete the output side of the flow.
- sendEntityTrigger() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- SendFrame(FrameEvent.DataFrame, boolean) - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrame
-
- SendFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrame$
-
- SendFrameAndTrailer(FrameEvent.DataFrame, FrameEvent) - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer
-
- SendFrameAndTrailer$() - Constructor for class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer$
-
- sendingPing() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- sendingPing() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- sendingPing() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- sendMessage(Message) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Send the given messages out of the flow.
- sendMessage(String) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Send a text message containing the given string out of the flow.
- sendMessage(ByteString) - Method in class org.apache.pekko.http.javadsl.testkit.WSProbe
-
Send a binary message containing the given bytes out of the flow.
- sendMessage(Message) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Send the given messages out of the flow.
- sendMessage(String) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Send a text message containing the given string out of the flow.
- sendMessage(ByteString) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSProbe
-
Send a binary message containing the given bytes out of the flow.
- SendRequest(PoolId, HttpRequest, Promise<HttpResponse>, Materializer) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest
-
- SendRequest$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.SendRequest$
-
- sendStandardRequest() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- sendWireData(String) - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- sendWireData(ByteString) - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- sendWireData(String) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- sendWireData(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- sendWSCloseFrame(int, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- sendWSFrame(Protocol.Opcode, ByteString, boolean, boolean, boolean, boolean, boolean) - Method in interface org.apache.pekko.http.impl.engine.ws.WSTestSetupBase
-
- SensitiveHttpHeader - Interface in org.apache.pekko.http.scaladsl.model
-
Marker trait for headers which contain portentially secret / sensitive information.
- separateOnSlashes(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
Converts a path string containing slashes into a PathMatcher that interprets slashes as
path segment separators.
- separateOnSlashes(String) - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
Converts a path string containing slashes into a PathMatcher that interprets slashes as
path segment separators.
- separateOnSlashes(String) - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Converts a path string containing slashes into a PathMatcher that interprets slashes as
path segment separators.
- seqRenderer(String, String, Renderer<T>) - Method in class org.apache.pekko.http.impl.util.Renderer$
-
- sequence(M, BuildFrom<M, T, M>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- sequence(M, BuildFrom<M, T, M>, ExecutionContext) - Static method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- SerializabilitySpec - Class in org.apache.pekko.http.scaladsl.model
-
- SerializabilitySpec() - Constructor for class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- server() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- server(Config) - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- server(Config) - Static method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- Server - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Server` header.
- Server() - Constructor for class org.apache.pekko.http.javadsl.model.headers.Server
-
- server(Config) - Method in class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
- server(ActorSystem) - Method in class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
- Server - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Server(Seq<ProductVersion>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Server
-
- Server$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Handshake.Server$
-
- Server$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Server$
-
- Server$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Server$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Server$
-
- serverBinding() - Method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
-
- serverBinding() - Static method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry
-
- serverBinding() - Method in interface org.apache.pekko.http.impl.engine.http2.TelemetrySpi
-
Flow to intercept server binding.
- ServerBinding - Class in org.apache.pekko.http.javadsl
-
Represents a prospective HTTP server binding.
- ServerBinding(Http.ServerBinding) - Constructor for class org.apache.pekko.http.javadsl.ServerBinding
-
- serverBinding() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- ServerBinding(InetSocketAddress, Function0<Future<BoxedUnit>>, Function1<FiniteDuration, Future<Http.HttpTerminated>>) - Constructor for class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
- ServerBinding$() - Constructor for class org.apache.pekko.http.scaladsl.Http.ServerBinding$
-
- ServerBuilder - Interface in org.apache.pekko.http.javadsl
-
Builder API to create server bindings.
- ServerBuilder - Interface in org.apache.pekko.http.scaladsl
-
Builder API to create server bindings.
- ServerBuilder$ - Class in org.apache.pekko.http.javadsl
-
- ServerBuilder$() - Constructor for class org.apache.pekko.http.javadsl.ServerBuilder$
-
- ServerBuilder$ - Class in org.apache.pekko.http.scaladsl
-
Internal API
Use
HttpExt.newServerAt
to create a new server builder.
- ServerBuilder$() - Constructor for class org.apache.pekko.http.scaladsl.ServerBuilder$
-
- serverConnection() - Method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
-
- serverConnection() - Static method in class org.apache.pekko.http.impl.engine.http2.NoOpTelemetry
-
- serverConnection() - Method in interface org.apache.pekko.http.impl.engine.http2.TelemetrySpi
-
Flow to intercept server connections.
- serverConnectionContext() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- serverDemux(Http2ServerSettings, Seq<FrameEvent.Setting>, boolean) - 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)
- serverDemux(Http2ServerSettings, Seq<FrameEvent.Setting>, boolean) - 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)
- ServerError(int, String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError
-
- ServerError$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.ServerError$
-
- serverFromRoot(Config) - Method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- serverFromRoot(Config) - Static method in class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- serverHeader() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- serverHeader() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- serverHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- serverHostName() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- serverLayer() - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a server layer stage using the configured default
pekko.http.javadsl.settings.ServerSettings
.
- serverLayer(ServerSettings) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a server layer stage using the given
pekko.http.javadsl.settings.ServerSettings
.
- serverLayer(ServerSettings, Optional<InetSocketAddress>) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a server layer stage using the given
pekko.http.javadsl.settings.ServerSettings
.
- serverLayer(ServerSettings, Optional<InetSocketAddress>, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a server layer stage using the given
ServerSettings
.
- serverLayer(ServerSettings, Option<InetSocketAddress>, LoggingAdapter, boolean) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Constructs a
pekko.http.scaladsl.Http.ServerLayer
stage using the given pekko.http.scaladsl.settings.ServerSettings
.
- ServerOnTheMove() - Method in class org.apache.pekko.http.impl.engine.parsing.ResponseParserSpec
-
- ServerOnTheMove() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- serverPort() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- serverQueue() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- ServerSentEvent - Class in org.apache.pekko.http.javadsl.model.sse
-
Representation of a server-sent event.
- ServerSentEvent() - Constructor for class org.apache.pekko.http.javadsl.model.sse.ServerSentEvent
-
- ServerSentEvent - Class in org.apache.pekko.http.scaladsl.model.sse
-
- ServerSentEvent(String, Option<String>, Option<String>, Option<Object>) - Constructor for class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent
-
- ServerSentEvent$ - Class in org.apache.pekko.http.scaladsl.model.sse
-
- ServerSentEvent$() - Constructor for class org.apache.pekko.http.scaladsl.model.sse.ServerSentEvent$
-
- ServerSentEventParser - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
INTERNAL API
- ServerSentEventParser(int, boolean) - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser
-
- ServerSentEventParser$ - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
INTERNAL API
- ServerSentEventParser$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser$
-
- ServerSentEventParser.Builder - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
- ServerSentEventParser.PosInt$ - Class in org.apache.pekko.http.scaladsl.unmarshalling.sse
-
- ServerSentEventSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
Options that are in "preview" or "early access" mode.
- ServerSentEventSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
- ServerSentEventSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
Options that are in "preview" or "early access" mode.
- ServerSentEventSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- ServerSentEventSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ServerSentEventSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings$
-
- ServerSentEventSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
- ServerSentEventSettingsImpl(int, int, boolean) - Constructor for class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl
-
- ServerSentEventSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
- ServerSentEventSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.ServerSentEventSettingsImpl$
-
- ServerSentEventSpec - Class in org.apache.pekko.http.scaladsl.model.sse
-
- ServerSentEventSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- serverSettings() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- ServerSettings - Class in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- ServerSettings() - Constructor for class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- serverSettings() - Method in class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- ServerSettings - Class in org.apache.pekko.http.scaladsl.settings
-
Public API but not intended for subclassing
- ServerSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- ServerSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ServerSettings$
-
- ServerSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- ServerSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.ServerSettings$
-
- ServerSettings$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ServerSettings$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSettings$
-
- ServerSettings.LogUnencryptedNetworkBytes$ - Class in org.apache.pekko.http.scaladsl.settings
-
- ServerSettings.Timeouts - Interface in org.apache.pekko.http.javadsl.settings
-
- ServerSettings.Timeouts - Interface in org.apache.pekko.http.scaladsl.settings
-
- ServerSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ServerSettingsImpl(Option<Server>, PreviewServerSettings, ServerSettings.Timeouts, int, int, boolean, boolean, boolean, boolean, boolean, int, int, Option<Object>, Seq<Inet.SocketOption>, Host, WebSocketSettings, ParserSettings, Http2ServerSettings, int, int, HttpResponse, String, FiniteDuration) - Constructor for class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- ServerSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- ServerSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.ServerSettingsImpl$
-
- ServerSettingsImpl.Timeouts - Class in org.apache.pekko.http.impl.settings
-
- ServerSettingsImpl.Timeouts$ - Class in org.apache.pekko.http.impl.settings
-
- ServerSettingsSpec - Class in org.apache.pekko.http.scaladsl.settings
-
- ServerSettingsSpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.ServerSettingsSpec
-
- ServerSettingsT$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.ServerSettingsT$
-
- serverSide() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.ClientTestSetup
-
- serverSide() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.ServerTestSetup
-
- serverSide() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- serverStack(ServerSettings, LoggingAdapter, Seq<FrameEvent.Setting>, boolean, TelemetrySpi, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- serverStack(ServerSettings, LoggingAdapter, Seq<FrameEvent.Setting>, boolean, TelemetrySpi, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- serverStackTls(ServerSettings, LoggingAdapter, TelemetrySpi, DateHeaderRendering) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- serverStackTls(ServerSettings, LoggingAdapter, TelemetrySpi, DateHeaderRendering) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- ServerTerminationDeadlineReached - Exception in org.apache.pekko.http.impl.engine.server
-
INTERNAL API
Used to fail when terminating connections forcefully at end of termination deadline.
- ServerTerminationDeadlineReached() - Constructor for exception org.apache.pekko.http.impl.engine.server.ServerTerminationDeadlineReached
-
- ServerTerminator - Interface in org.apache.pekko.http.impl.engine.server
-
INTERNAL API: Used to start the termination process of a Pekko HTTP server.
- ServerTestSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageSpec.ServerTestSetup
-
- SERVICE_UNAVAILABLE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- ServiceUnavailable() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- ServiceUnavailable() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- session() - Method in class org.apache.pekko.http.impl.engine.server.HttpAttributes.TLSSessionInfo
-
- session() - Method in class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- session() - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- Set$minusCookie - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Set$minusCookie(HttpCookie) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie
-
- Set$minusCookie$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Set$minusCookie$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Set$minusCookie$
-
- setCompletionHandling(Function0<Option<ParserOutput.ErrorOutput>>) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- setContextForNextResponse(HttpResponseParser.ResponseContext) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- SetCookie - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Set-Cookie` header.
- SetCookie() - Constructor for class org.apache.pekko.http.javadsl.model.headers.SetCookie
-
- setCookie(HttpCookie, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header with the given cookie.
- setCookie(Iterable<HttpCookie>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header with the given cookies.
- setCookie(HttpCookie, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- setCookie(Iterable<HttpCookie>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- setCookie(HttpCookie, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- setCookie(Iterable<HttpCookie>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- setCookie(HttpCookie, Seq<HttpCookie>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
-
Adds a
Set-Cookie
response header with the given cookies.
- setDefaultClientHttpsContext(HttpsConnectionContext) - Method in class org.apache.pekko.http.javadsl.Http
-
Sets the default client-side
ConnectionContext
.
- setDefaultClientHttpsContext(HttpsConnectionContext) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Sets the default client-side
HttpsConnectionContext
.
- setDefaultServerHttpContext(ConnectionContext) - Method in class org.apache.pekko.http.javadsl.Http
-
Deprecated.
since Akka HTTP 10.2.0: set context explicitly when binding
- setDefaultServerHttpContext(ConnectionContext) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Deprecated.
Set context explicitly when binding. Since Akka HTTP 10.2.0.
- setEqualityConstraint() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- setHandler(OutHandler) - Method in interface org.apache.pekko.http.impl.engine.http2.GenericOutlet
-
- setId(String) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- setMaxConcurrentStreams(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- setMaxHeaderTableSize(int) - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Decoder
-
Set the maximum table size.
- setMaxHeaderTableSize(OutputStream, int) - Method in class org.apache.pekko.http.shaded.com.twitter.hpack.Encoder
-
Set the maximum table size.
- setRetry(int, int) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- setStackTrace(StackTraceElement[]) - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- setStackTrace(StackTraceElement[]) - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- setStackTrace(StackTraceElement[]) - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- setStackTrace(StackTraceElement[]) - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- Setting(Http2Protocol.SettingIdentifier, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting
-
- Setting$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting$
-
- SettingIdentifier(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier
-
- SettingIdentifier$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$
-
- settings() - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- settings() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- settings() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- settings() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- settings() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsFrame
-
- settings() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport
-
- settings() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- Settings() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.Settings
-
- settings() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- Settings() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.Settings
-
- settings() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- settings() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- settings() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup
-
- settings() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- settings() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.RequestTimeoutTestSetup
-
- settings() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup
-
- settings() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- Settings(Uri.ParsingMode, ParserSettings.CookieParsingMode, Function2<String, String, Option<MediaType>>, int, ParserSettings.IllegalResponseHeaderValueProcessingMode, ParserSettings.IllegalResponseHeaderNameProcessingMode) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser$
-
- Settings(Uri.ParsingMode, ParserSettings.CookieParsingMode, Function2<String, String, Option<MediaType>>, int, ParserSettings.IllegalResponseHeaderValueProcessingMode, ParserSettings.IllegalResponseHeaderNameProcessingMode) - Static method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- Settings() - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- settings() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- settings() - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- settings() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The default RoutingSettings to be used for configuring directives.
- settings() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- settings() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- settings() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- SETTINGS$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.SETTINGS$
-
- SETTINGS_ENABLE_PUSH$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_ENABLE_PUSH$
-
- SETTINGS_HEADER_TABLE_SIZE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_HEADER_TABLE_SIZE$
-
- SETTINGS_INITIAL_WINDOW_SIZE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_INITIAL_WINDOW_SIZE$
-
- SETTINGS_MAX_CONCURRENT_STREAMS$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_CONCURRENT_STREAMS$
-
- SETTINGS_MAX_FRAME_SIZE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_FRAME_SIZE$
-
- SETTINGS_MAX_HEADER_LIST_SIZE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.SettingIdentifier$.SETTINGS_MAX_HEADER_LIST_SIZE$
-
- SETTINGS_TIMEOUT$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.SETTINGS_TIMEOUT$
-
- SettingsAckFrame(Seq<FrameEvent.Setting>) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsAckFrame
-
- SettingsAckFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsAckFrame$
-
- SettingsCompanion<T> - Interface in org.apache.pekko.http.javadsl.settings
-
- SettingsCompanion<T> - Interface in org.apache.pekko.http.scaladsl.settings
-
INTERNAL API
- SettingsCompanionImpl<T> - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- SettingsCompanionImpl(String) - Constructor for class org.apache.pekko.http.impl.util.SettingsCompanionImpl
-
- SettingsCompanionImpl$ - Class in org.apache.pekko.http.impl.util
-
- SettingsCompanionImpl$() - Constructor for class org.apache.pekko.http.impl.util.SettingsCompanionImpl$
-
- SettingsEqualitySpec - Class in org.apache.pekko.http.scaladsl.settings
-
- SettingsEqualitySpec() - Constructor for class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- SettingsFrame(Seq<FrameEvent.Setting>) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsFrame
-
- SettingsFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.SettingsFrame$
-
- settingsWithProxyTransport() - Method in class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec.TestSetup
-
- setType(String) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- setup() - Method in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- setup() - Method in class org.apache.pekko.http.javadsl.HostConnectionPool
-
- setup() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- setup() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
-
- shape() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.PassThrough.PassThroughTransport$
-
- shape() - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- shape() - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.PrepareResponse
-
- shape() - Method in class org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.ResponseParsingMerge
-
- shape() - Method in class org.apache.pekko.http.impl.engine.client.PoolInterface.PoolInterfaceStage
-
- shape() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression$
-
- shape() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- shape() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- shape() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- shape() - Method in class org.apache.pekko.http.impl.engine.parsing.BodyPartParser
-
- shape() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- shape() - Method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer$
-
- shape() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- shape() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.ChunkTransformer
-
- shape() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- shape() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.ControllerStage
-
- shape() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.PrepareRequests
-
- shape() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint.RequestTimeoutSupport
-
- shape() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- shape() - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventRenderer
-
- shape() - Method in class org.apache.pekko.http.impl.engine.ws.FrameOutHandler
-
- shape() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- shape() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- shape() - Method in class org.apache.pekko.http.impl.util.CollectorStage
-
- shape() - Method in class org.apache.pekko.http.impl.util.ExposeAttributes
-
- shape() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- shape() - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- shape() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.LineParser
-
- shape() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser
-
- SharedPool$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolId.SharedPool$
-
- SHORT - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Short in decimal notation.
- SHORT_HEX - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a Short in hexadecimal notation.
- shortBE(int) - Method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- shortBE(int) - Static method in class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- shortFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- shortFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- shortFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- shortFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- shortFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- shouldClose() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.ForceClose$
-
- shouldClose() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.RequestAskedForClosing$
-
- shouldClose() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.Unspecified$
-
- shouldClose() - Method in interface org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested
-
- ShouldCloseConnectionState(Option<Throwable>) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.ShouldCloseConnectionState
-
- shouldComplete() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- shouldEmitPing() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- shouldEmitPing() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- shouldEmitPing() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- shutdown(ExecutionContext) - Method in interface org.apache.pekko.http.impl.engine.client.PoolInterface
-
- shutdown(PoolId) - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
Shutdown the corresponding pool and signal its termination.
- Shutdown(PoolId, Promise<Done>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.Shutdown
-
- shutdown() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.IncomingStreamBuffer
-
- shutdown() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.ReceivingDataWithBuffer
-
- shutdown() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.Sending
-
- shutdown() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
Called to cleanup any state when the connection is torn down
- shutdown() - Method in class org.apache.pekko.http.javadsl.HostConnectionPool
-
Asynchronously triggers the shutdown of the host connection pool.
- shutdown() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
Asynchronously triggers the shutdown of the host connection pool.
- shutdown() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPoolImpl
-
- shutdown() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- shutdown() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- Shutdown$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.Shutdown$
-
- shutdownAll() - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
Triggers an orderly shutdown of all host connections pools currently maintained by the
pekko.actor.ActorSystem
.
- ShutdownAll(Promise<Done>) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.ShutdownAll
-
- ShutdownAll$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.ShutdownAll$
-
- shutdownAllConnectionPools() - Method in class org.apache.pekko.http.javadsl.Http
-
Triggers an orderly shutdown of all host connections pools currently maintained by the
pekko.actor.ActorSystem
.
- shutdownAllConnectionPools() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Triggers an orderly shutdown of all host connections pools currently maintained by the
pekko.actor.ActorSystem
.
- shutdownBlueprint() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- shutdownCompletedPromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolInterfaceShuttingDown
-
- shutdownCompletedPromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.Shutdown
-
- shutdownCompletedPromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.ShutdownAll
-
- ShutdownReason$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$
-
- ShutdownRequested$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolInterface.ShutdownReason$.ShutdownRequested$
-
- shutdownStreamHandling() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Called to cleanup any state when the connection is torn down
- signed(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaTypes.multipart$
-
- SilenceAllTestEventListener - Class in org.apache.pekko.http.impl.util
-
An adaption of TestEventListener that does not print out any logs.
- SilenceAllTestEventListener() - Constructor for class org.apache.pekko.http.impl.util.SilenceAllTestEventListener
-
- Simple$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.ErrorLoggingVerbosity$.Simple$
-
- SimpleHeaders - Interface in org.apache.pekko.http.impl.model.parser
-
INTERNAL API.
- SimpleRequestResponseAttribute<T> - Class in org.apache.pekko.http.scaladsl.model
-
A simple value holder class implementing RequestResponseAssociation.
- SimpleRequestResponseAttribute(T) - Constructor for class org.apache.pekko.http.scaladsl.model.SimpleRequestResponseAttribute
-
- SimpleRequestResponseAttribute$ - Class in org.apache.pekko.http.scaladsl.model
-
- SimpleRequestResponseAttribute$() - Constructor for class org.apache.pekko.http.scaladsl.model.SimpleRequestResponseAttribute$
-
- simpleResponse() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- simpleTls() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
-
- simpleTls() - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint
-
- SingleBit() - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits.SingleBit
-
- singleElementBufferMaterializer() - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- singleRequest(HttpRequest) - Method in class org.apache.pekko.http.javadsl.Http
-
Fires a single
HttpRequest
across the (cached) host connection pool for the request's
effective URI to produce a response future.
- singleRequest(HttpRequest, HttpsConnectionContext) - Method in class org.apache.pekko.http.javadsl.Http
-
Fires a single
HttpRequest
across the (cached) host connection pool for the request's
effective URI to produce a response future.
- singleRequest(HttpRequest, HttpsConnectionContext, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Fires a single
HttpRequest
across the (cached) host connection pool for the request's
effective URI to produce a response future.
- singleRequest(HttpRequest, HttpsConnectionContext, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Fires a single
pekko.http.scaladsl.model.HttpRequest
across the (cached) host connection pool for the request's
effective URI to produce a response future.
- SingleSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
- SingletonException - Exception in org.apache.pekko.http.impl.util
-
INTERNAL API
Convenience base class for exception objects.
- SingletonException(String) - Constructor for exception org.apache.pekko.http.impl.util.SingletonException
-
- SingletonException() - Constructor for exception org.apache.pekko.http.impl.util.SingletonException
-
- SingletonValueRenderable - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
An entity whose rendering result is determined eagerly at instantiation (and then is cached).
- singleUseEncoderFlow() - Method in interface org.apache.pekko.http.scaladsl.coding.Encoder
-
- SingleValueModifiers(Directive<Tuple1<T>>) - Method in class org.apache.pekko.http.scaladsl.server.Directive$
-
previous, non-value class implementation kept around for binary compatibility
TODO: remove with next binary incompatible release bump
INTERNAL API
- SingleValueModifiers(Directive<Tuple1<T>>) - Static method in class org.apache.pekko.http.scaladsl.server.Directive
-
previous, non-value class implementation kept around for binary compatibility
TODO: remove with next binary incompatible release bump
INTERNAL API
- SingleValueModifiers(Directive<Tuple1<T>>) - Constructor for class org.apache.pekko.http.scaladsl.server.Directive.SingleValueModifiers
-
- SingleValueTransformers(Directive<Tuple1<T>>) - Constructor for class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- SingleValueTransformers$() - Constructor for class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers$
-
- singleWebSocketRequest(WebSocketRequest, Flow<Message, Message, T>, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Runs a single WebSocket conversation given a Uri and a flow that represents the client side of the
WebSocket conversation.
- singleWebSocketRequest(WebSocketRequest, Flow<Message, Message, T>, ConnectionContext, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Runs a single WebSocket conversation given a Uri and a flow that represents the client side of the
WebSocket conversation.
- singleWebSocketRequest(WebSocketRequest, Flow<Message, Message, T>, ConnectionContext, Optional<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.javadsl.Http
-
Runs a single WebSocket conversation given a Uri and a flow that represents the client side of the
WebSocket conversation.
- singleWebSocketRequest(WebSocketRequest, Flow<Message, Message, T>, ConnectionContext, Option<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter, Materializer) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Runs a single WebSocket conversation given a Uri and a flow that represents the client side of the
WebSocket conversation.
- sink() - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- sink() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- sink() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- size() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- size() - Method in interface org.apache.pekko.http.caching.javadsl.Cache
-
Returns the upper bound for the number of currently cached entries.
- size() - Method in class org.apache.pekko.http.caching.LfuCache
-
- size() - Method in class org.apache.pekko.http.caching.scaladsl.Cache
-
Returns the upper bound for the number of currently cached entries.
- size() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- size() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- size() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- size() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- size() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- size() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- size() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- size() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.Builder
-
- size() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- size() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- sizeInWindow() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame
-
The amount of bytes this frame consumes of a window.
- sizePromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolSize
-
- SizeRange() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- SizeRange() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- slash(PathMatcher1<T>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- slash(PathMatcher2<T1, T2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- slash(String) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- slash(PathMatcher0) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- slash(PathMatcher1<N>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- slash(PathMatcher2<N1, N2>) - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- slash() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches a single slash character ('/').
- slash() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches a single slash character ('/').
- Slash(Uri.Path) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- Slash() - Method in class org.apache.pekko.http.scaladsl.server.Directives$
-
- Slash() - Method in class org.apache.pekko.http.scaladsl.server.directives.PathDirectives$
-
- Slash() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
- slash() - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- slash(PathMatcher<R>, TupleOps.Join<L, R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- Slash() - Method in class org.apache.pekko.http.scaladsl.server.PathMatchers$
-
- Slash() - Method in interface org.apache.pekko.http.scaladsl.server.PathMatchers
-
Accessor for nested Scala object
- Slash$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash$
-
- Slash$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatchers.Slash$
-
- SlashOrEmpty() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.Path$.SlashOrEmpty
-
- slashSegments() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- Slice(long, long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice
-
- Slice$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Slice$
-
- sliceBytesTransformer(long, long) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- sliceBytesTransformer(long, long) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- sliceCharArray(int, int) - Method in class org.apache.pekko.http.impl.util.ByteStringParserInput
-
- sliceCharArray(int, int) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonByteStringParserInput
-
- sliceString(int, int) - Method in class org.apache.pekko.http.impl.util.ByteStringParserInput
-
- sliceString(int, int) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonByteStringParserInput
-
- SlotContext - Class in org.apache.pekko.http.impl.engine.client.pool
-
Internal API
Interface between slot states and the actual slot.
- SlotContext() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- SlotState - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
- SlotState$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
Internal API
Implementation of slot logic that is completed decoupled from the machinery bits which are implemented in the GraphStageLogic
and exposed only through
SlotContext
.
- SlotState$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState$
-
- SlotState.BusyState - Interface in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.BusyWithResultAlreadyDetermined - Interface in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.ConnectedState - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Connecting - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Connecting$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Embargoed - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Embargoed$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Failed - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Failed$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Idle - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Idle$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.IdleState - Interface in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.OutOfEmbargo$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.PreConnecting$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.PushingRequestToConnection - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.PushingRequestToConnection$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.ShouldCloseConnectionState - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.ToBeClosed$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.Unconnected$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.UnconnectedState - Interface in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForEndOfRequestEntity$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForEndOfResponseEntity - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForEndOfResponseEntity$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponse - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponse$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponseDispatch - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponseDispatch$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponseEntitySubscription - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotState.WaitingForResponseEntitySubscription$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotStateSpec - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotStateSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec
-
- SlotStateSpec.MockSlotContext - Class in org.apache.pekko.http.impl.engine.client.pool
-
- SlotStateSpec.MockSlotContext$ - Class in org.apache.pekko.http.impl.engine.client.pool
-
- socketOptions() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- socketOptions() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- socketOptions() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- socketOptions() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- SocketOptionSettings - Class in org.apache.pekko.http.impl.util
-
- SocketOptionSettings() - Constructor for class org.apache.pekko.http.impl.util.SocketOptionSettings
-
- SocketOptionSettings$ - Class in org.apache.pekko.http.impl.util
-
- SocketOptionSettings$() - Constructor for class org.apache.pekko.http.impl.util.SocketOptionSettings$
-
- sorted() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- sorted() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- sorted() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- sorted() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- sorted() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- sorted() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- sorted() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- sorted() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- source(Seq<T>) - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- source(Seq<T>) - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- source(Seq<T>) - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- source() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- source() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- source() - Method in interface org.apache.pekko.http.impl.util.StreamUtils.OneTimeValve
-
- source(Seq<T>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- sourceOptionUnmarshaller(Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.LowerPriorityGenericUnmarshallers
-
- SP() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- SP() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- spawn(String, Function0<BoxedUnit>) - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- special() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- special() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- SpecializedHeaderValueParsers - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- SpecializedHeaderValueParsers() - Constructor for class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers
-
- specializedHeaderValueParsers() - Method in class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers$
-
- specializedHeaderValueParsers() - Static method in class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers
-
- SpecializedHeaderValueParsers$ - Class in org.apache.pekko.http.impl.engine.parsing
-
INTERNAL API
- SpecializedHeaderValueParsers$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.SpecializedHeaderValueParsers$
-
- SpecializedHeaderValueParsers.ContentLengthParser$ - Class in org.apache.pekko.http.impl.engine.parsing
-
- specificClicks() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- Specs2FrameworkInterface - Class in org.apache.pekko.http.scaladsl.testkit
-
- Specs2FrameworkInterface() - Constructor for class org.apache.pekko.http.scaladsl.testkit.Specs2FrameworkInterface
-
- Specs2FrameworkInterface$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- Specs2FrameworkInterface$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.Specs2FrameworkInterface$
-
- Specs2FrameworkInterface.Specs2 - Interface in org.apache.pekko.http.scaladsl.testkit
-
- Specs2RouteTest - Interface in org.apache.pekko.http.scaladsl.testkit
-
- Specs2Utils - Interface in org.apache.pekko.http.scaladsl.testkit
-
- splitOffQValue(Map<String, String>, float) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange$
-
- splitOffQValue(Map<String, String>, float) - Static method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- SprayJsonByteStringParserInput - Class in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
INTERNAL API
ParserInput reading directly off a ByteString.
- SprayJsonByteStringParserInput(ByteString) - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonByteStringParserInput
-
- sprayJsonByteStringUnmarshaller(RootJsonReader<T>) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- SprayJsonEntityStreamingSupport - Class in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
Entity streaming support, implemented using spray-json.
- SprayJsonEntityStreamingSupport() - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport
-
- SprayJsonEntityStreamingSupport$ - Class in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
Entity streaming support, implemented using spray-json.
- SprayJsonEntityStreamingSupport$() - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonEntityStreamingSupport$
-
- sprayJsonMarshaller(RootJsonWriter<T>, JsonPrinter) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsonMarshallerConverter(RootJsonWriter<T>, JsonPrinter) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsonSourceReader(RootJsonReader<T>, EntityStreamingSupport) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- SprayJsonSupport - Interface in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
A trait providing automatic to and from JSON marshalling/unmarshalling using an in-scope *spray-json* protocol.
- SprayJsonSupport$ - Class in org.apache.pekko.http.scaladsl.marshallers.sprayjson
-
- SprayJsonSupport$() - Constructor for class org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport$
-
- sprayJsonUnmarshaller(RootJsonReader<T>) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsonUnmarshallerConverter(RootJsonReader<T>) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsValueByteStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsValueMarshaller(JsonPrinter) - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sprayJsValueUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshallers.sprayjson.SprayJsonSupport
-
- sslConfig() - Method in class org.apache.pekko.http.javadsl.ConnectionContext
-
Deprecated.
Not always available. Since Akka HTTP 10.2.0.
- sslConfig() - Method in class org.apache.pekko.http.javadsl.HttpConnectionContext
-
- sslConfig() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
- sslConfig() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- sslConfig() - Static method in class org.apache.pekko.http.scaladsl.HttpConnectionContext
-
- sslConfig() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- sslContext() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- sslContext() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
not always available. Since Akka HTTP 10.2.0.
- sslContextData() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
- sslIn() - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- sslOut() - Method in class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage
-
- sslParameters() - Method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- sslParameters() - Method in class org.apache.pekko.http.scaladsl.HttpsConnectionContext
-
Deprecated.
here for binary compatibility. Since Akka HTTP 10.2.0.
- sslSession - Static variable in class org.apache.pekko.http.javadsl.model.AttributeKeys
-
- sslSession() - Method in class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
- sslSession() - Static method in class org.apache.pekko.http.scaladsl.model.AttributeKeys
-
- SslSessionInfo - Interface in org.apache.pekko.http.javadsl.model
-
- SslSessionInfo - Class in org.apache.pekko.http.scaladsl.model
-
- SslSessionInfo(SSLSession) - Constructor for class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- SslSessionInfo$ - Class in org.apache.pekko.http.javadsl.model
-
- SslSessionInfo$() - Constructor for class org.apache.pekko.http.javadsl.model.SslSessionInfo$
-
- SslSessionInfo$ - Class in org.apache.pekko.http.scaladsl.model
-
- SslSessionInfo$() - Constructor for class org.apache.pekko.http.scaladsl.model.SslSessionInfo$
-
- sslTlsClientStage(ConnectionContext, String, int) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Creates real or placebo SslTls stage based on if ConnectionContext is HTTPS or not.
- sslTlsServerStage(ConnectionContext) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- stack(boolean, WebSocketSettings, FiniteDuration, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
A stack of all the higher WS layers between raw frames and the user API.
- stack(boolean, WebSocketSettings, FiniteDuration, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.ws.WebSocket
-
A stack of all the higher WS layers between raw frames and the user API.
- stackDepth() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- stage() - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.ConvertCompletionStage
-
- StageLoggingWithOverride - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
- StandardRoute - Class in org.apache.pekko.http.scaladsl.server
-
A Route that can be implicitly converted into a Directive (fitting any signature).
- StandardRoute() - Constructor for class org.apache.pekko.http.scaladsl.server.StandardRoute
-
- StandardRoute$ - Class in org.apache.pekko.http.scaladsl.server
-
- StandardRoute$() - Constructor for class org.apache.pekko.http.scaladsl.server.StandardRoute$
-
- startAndStopDuration() - Method in interface org.apache.pekko.testkit.WatchedByCoroner
-
- startClicks() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- startCoroner() - Method in interface org.apache.pekko.testkit.WatchedByCoroner
-
- Starting$() - Constructor for class org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStage.Starting$
-
- startNewMessage(ByteString, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- startPool(PoolId, Materializer) - Method in class org.apache.pekko.http.impl.engine.client.PoolMaster
-
Start the corresponding pool to make it ready to serve requests.
- StartPool(PoolId, Materializer) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool
-
- StartPool$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool$
-
- startServer(String, int) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port.
- startServer(String, int, ActorSystem) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided [[ActorSystem]] Note that
this method is blocking.
- startServer(String, int, ServerSettings) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings.
- startServer(String, int, ServerSettings, ActorSystem) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings and [[ActorSystem]].
- startServer(String, int, ServerSettings, Optional<ActorSystem>) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings and [[ActorSystem]]
if present.
- startServer(String, int) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port.
- startServer(String, int, ActorSystem) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided
ActorSystem
.
- startServer(String, int, ServerSettings) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings.
- startServer(String, int, ServerSettings, ActorSystem) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings and
ActorSystem
.
- startServer(String, int, ServerSettings, Option<ActorSystem>) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Start a server on the specified host and port, using the provided settings and
ActorSystem
if present.
- startsWith(char) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Determines whether the underlying String starts with the given character.
- startsWith(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- startsWith(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- startsWith(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- startsWith(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- startsWithSegment() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- startsWithSegment() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.SlashOrEmpty
-
- startsWithSegment() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- startsWithSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- startsWithSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- startsWithSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- startsWithSlash() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- startWith() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- startWith() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- startWith() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- startWith() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- startWith() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- startWith() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- startWith() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- startWith() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- State() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.HandleOrPassOnStage.State
-
- statefulAttrsMap(Function1<Attributes, Function1<T, U>>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
Lifts the streams attributes into an element and passes them to the function for each passed through element.
- statefulAttrsMap(Function1<Attributes, Function1<T, U>>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
Lifts the streams attributes into an element and passes them to the function for each passed through element.
- stateName() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- states() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
-
- states() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Decoder
-
- stateTimeout() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Embargoed
-
- stateTimeout() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Idle
-
- stateTimeout() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState
-
A slot can define a timeout for that state after which onTimeout will be called.
- stateTimeout() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- status() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.MessageStartError
-
- status() - Method in exception org.apache.pekko.http.impl.engine.parsing.ParsingException
-
- status() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest.CaseResult
-
- status() - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns the status-code of this response.
- status() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the
pekko.http.javadsl.model.StatusCode
of the response.
- status() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- status() - Method in exception org.apache.pekko.http.scaladsl.model.IllegalRequestException
-
- status() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- Status$() - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Status$
-
- statusCode() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.ResponseStart
-
- StatusCode - Class in org.apache.pekko.http.javadsl.model
-
Represents an Http status-code and message.
- StatusCode() - Constructor for class org.apache.pekko.http.javadsl.model.StatusCode
-
- statusCode() - Method in class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
Returns the numeric status code of the response.
- StatusCode - Class in org.apache.pekko.http.scaladsl.model
-
The result status code of an HTTP response.
- StatusCode() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCode
-
- StatusCode$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.StatusCode$
-
- StatusCode$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCode$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCode$
-
- StatusCodes - Class in org.apache.pekko.http.javadsl.model
-
Contains the set of predefined status-codes along with static methods to access and create custom
status-codes.
- StatusCodes - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- StatusCodes$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- StatusCodes.ClientError - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.ClientError$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.CustomStatusCode - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.CustomStatusCode$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.HttpFailure - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.HttpSuccess - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Informational - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Informational$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Redirection - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Redirection$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.ServerError - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.ServerError$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Success - Class in org.apache.pekko.http.scaladsl.model
-
- StatusCodes.Success$ - Class in org.apache.pekko.http.scaladsl.model
-
- StatusLineStartBytes() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- StatusLineStartBytes() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- statusPromise() - Method in class org.apache.pekko.http.impl.engine.client.PoolMasterActor.PoolStatus
-
- Step() - Constructor for class org.apache.pekko.http.impl.engine.http2.framing.Http2FrameParsing.Step
-
- step(TupleOps.AppendOne<T, A>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps.Join$.Fold$
-
- stopCoroner() - Method in interface org.apache.pekko.testkit.WatchedByCoroner
-
- store() - Method in class org.apache.pekko.http.caching.LfuCache
-
- storeUploadedFile(String, Function<FileInfo, File>, BiFunction<FileInfo, File, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives
-
Streams the bytes of the file submitted using multipart with the given file name into a designated file on disk.
- storeUploadedFile(String, Function<FileInfo, File>, BiFunction<FileInfo, File, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- storeUploadedFile(String, Function<FileInfo, File>, BiFunction<FileInfo, File, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- storeUploadedFile(String, Function1<FileInfo, File>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives
-
Streams the bytes of the file submitted using multipart with the given file name into a designated file on disk.
- storeUploadedFiles(String, Function<FileInfo, File>, Function<List<Map.Entry<FileInfo, File>>, Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.FileUploadDirectives
-
Streams the bytes of the file submitted using multipart with the given field name into designated files on disk.
- storeUploadedFiles(String, Function<FileInfo, File>, Function<List<Map.Entry<FileInfo, File>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- storeUploadedFiles(String, Function<FileInfo, File>, Function<List<Map.Entry<FileInfo, File>>, Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- storeUploadedFiles(String, Function1<FileInfo, File>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives
-
Streams the bytes of the file submitted using multipart with the given field name into designated files on disk.
- STREAM_CLOSED$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.STREAM_CLOSED$
-
- streamCancellationDelay() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- streamCancellationDelay() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- streamCancellationDelay() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- streamCancellationDelay() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- StreamControl(Future<BoxedUnit>, Future<BoxedUnit>, Option<KillSwitch>) - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.StreamControl
-
- StreamControl$() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils.StreamControl$
-
- StreamDecoder - Interface in org.apache.pekko.http.scaladsl.coding
-
Deprecated.
StreamDecoder is internal API and will be moved or removed in the future. Since Akka HTTP 10.2.0.
- streamDependency() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame
-
- streamed(String, int, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
- streamed(String, int, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
- Streamed(Source<ByteString, Object>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Streamed
-
- Streamed(Source<ByteString, ?>) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed
-
- Streamed(Source<String, ?>) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed
-
- Streamed$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Streamed$
-
- Streamed$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed$
-
- Streamed$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed$
-
- StreamedEntityCreator(Function1<Source<A, NotUsed>, B>) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator
-
- StreamedEntityCreator$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamedEntityCreator$
-
- StreamEnd$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StreamEnd$
-
- streamFor(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ContinuationFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.DataFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.HeadersFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.ParsedHeadersFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PushPromiseFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.RstStreamFrame
-
- streamId() - Method in interface org.apache.pekko.http.impl.engine.http2.FrameEvent.StreamFrameEvent
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.WindowUpdateFrame
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.Http2$
-
- streamId() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2
-
- streamId() - Method in exception org.apache.pekko.http.impl.engine.http2.Http2Compliance.Http2ProtocolStreamException
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- streamId() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- streamId() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityNode
-
- streamId() - Method in exception org.apache.pekko.http.scaladsl.model.http2.PeerClosedStreamException
-
- StreamingCharsetDecoder - Interface in org.apache.pekko.http.impl.engine.ws
-
- StreamingCharsetDecoderInstance - Interface in org.apache.pekko.http.impl.engine.ws
-
- streamLevel() - Method in class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements
-
- StreamPrioritizer - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
The interface for pluggable stream prioritizers
- StreamPrioritizer$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- StreamPrioritizer$() - Constructor for class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer$
-
- StreamPrioritizer.First$ - Class in org.apache.pekko.http.impl.engine.http2
-
A prioritizer that ignores priority information and just sends to the first stream
- StreamState() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.StreamState
-
- StreamUtils - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- StreamUtils() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils
-
- StreamUtils$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- StreamUtils$() - Constructor for class org.apache.pekko.http.impl.util.StreamUtils$
-
- StreamUtils.CaptureMaterializationAndTerminationOp$ - Class in org.apache.pekko.http.impl.util
-
- StreamUtils.CaptureTerminationOp$ - Class in org.apache.pekko.http.impl.util
-
- StreamUtils.DelayCancellationStage<T> - Class in org.apache.pekko.http.impl.util
-
- StreamUtils.EntityStreamOp<M> - Interface in org.apache.pekko.http.impl.util
-
- StreamUtils.OneTimeValve - Interface in org.apache.pekko.http.impl.util
-
Similar to Source.maybe but doesn't rely on materialization.
- StreamUtils.OneTimeValve$ - Class in org.apache.pekko.http.impl.util
-
- StreamUtils.ScheduleSupport - Interface in org.apache.pekko.http.impl.util
-
- StreamUtils.StreamControl - Class in org.apache.pekko.http.impl.util
-
- StreamUtils.StreamControl$ - Class in org.apache.pekko.http.impl.util
-
- StreamUtilsSpec - Class in org.apache.pekko.http.impl.util
-
- StreamUtilsSpec() - Constructor for class org.apache.pekko.http.impl.util.StreamUtilsSpec
-
- strict(HttpOrigin...) - Static method in class org.apache.pekko.http.cors.javadsl.model.HttpOriginMatcher
-
- strict(Seq<HttpOrigin>) - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher$
-
Build a matcher that will accept any of the given origins.
- strict(Seq<HttpOrigin>) - Static method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher
-
Build a matcher that will accept any of the given origins.
- Strict(Seq<HttpOrigin>) - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict
-
- strict(Seq<Multipart.BodyPart.Strict>, String, int, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
-
- strict(Seq<Multipart.BodyPart.Strict>, String, int, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer
-
- Strict(ByteString) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Strict
-
- Strict(ResponseRenderingOutput) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.Strict
-
- STRICT - Static variable in class org.apache.pekko.http.javadsl.model.Uri
-
- strict(Function1<A, Marshalling<B>>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a
Marshaller
using the given function.
- strict(Function1<A, Marshalling<B>>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a
Marshaller
using the given function.
- Strict(ContentType, ByteString) - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- Strict(ContentRange, HttpEntity.Strict, RangeUnit, Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- Strict(Seq<org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart.Strict>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
- Strict(String, HttpEntity.Strict, Map<String, String>, Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
-
- Strict(Seq<org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
- Strict(HttpEntity.Strict, Seq<HttpHeader>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- Strict(MediaType.Multipart, Seq<org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart.Strict>) - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- Strict(ByteString) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
- Strict(String) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
- strict(Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
Helper for creating a synchronous
Unmarshaller
from the given function.
- Strict$() - Constructor for class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpRequestRendererFactory.RequestRenderingOutput$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.SameSite.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri.ParsingMode$.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict$
-
- Strict$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict$
-
- Strict$minusTransport$minusSecurity - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Strict$minusTransport$minusSecurity(long, boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity
-
- Strict$minusTransport$minusSecurity$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Strict$minusTransport$minusSecurity$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Strict$minusTransport$minusSecurity$
-
- StrictBuilder$() - Constructor for class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.StrictBuilder$
-
- strictEntity(Option<Content$minusType>, ByteString, int, int) - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- StrictEntityCreator(B) - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator
-
- StrictEntityCreator$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.ParserOutput.StrictEntityCreator$
-
- StrictForm - Class in org.apache.pekko.http.scaladsl.common
-
Read-only abstraction on top of
application/x-www-form-urlencoded
and multipart form data,
allowing joint unmarshalling access to either kind, **if** you supply both, a pekko.http.scaladsl.unmarshalling.FromStringUnmarshaller
as well as a pekko.http.scaladsl.unmarshalling.FromEntityUnmarshaller
for the target type T
.
- StrictForm() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm
-
- StrictForm$ - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm$() - Constructor for class org.apache.pekko.http.scaladsl.common.StrictForm$
-
- StrictForm.Field - Interface in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$ - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FieldUnmarshaller<T> - Interface in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FieldUnmarshaller$ - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FromPart - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FromPart$ - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FromString - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.FromString$ - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.Field$.LowPrioImplicits - Class in org.apache.pekko.http.scaladsl.common
-
- StrictForm.FileData - Class in org.apache.pekko.http.scaladsl.common
-
Simple model for strict file content in a multipart form data part.
- StrictForm.FileData$ - Class in org.apache.pekko.http.scaladsl.common
-
- strictifyTo(HttpEntity.Strict) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- strictM() - Method in class org.apache.pekko.http.impl.util.StreamUtils.CaptureMaterializationAndTerminationOp$
-
- strictM() - Method in class org.apache.pekko.http.impl.util.StreamUtils.CaptureTerminationOp$
-
- strictM() - Method in interface org.apache.pekko.http.impl.util.StreamUtils.EntityStreamOp
-
- strictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
- strictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
- strictParts() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- strictParts() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
The parts of this content as a strict collection.
- strictRequest() - Method in class org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
-
- strictStart() - Method in class org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
-
- StrictTransportSecurity - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Strict-Transport-Security` header.
- StrictTransportSecurity() - Constructor for class org.apache.pekko.http.javadsl.model.headers.StrictTransportSecurity
-
- StrictTransportSecurityDirective - Class in org.apache.pekko.http.scaladsl.model.headers
-
Not for user extension
- StrictTransportSecurityDirective() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.StrictTransportSecurityDirective
-
- STRING - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that returns the input String unchanged.
- stringFieldUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller$
-
- stringFromStrictForm() - Method in class org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.Impl$
-
- StringIdentity$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.StringIdentity$
-
- stringIn() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- stringIn() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- StringMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
- StringMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- stringMarshaller(MediaType.WithOpenCharset) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- stringMarshaller(MediaType.WithFixedCharset) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- StringMarshaller() - Method in class org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers$
-
- StringMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- stringMarshaller(MediaType.WithOpenCharset) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- stringMarshaller(MediaType.WithFixedCharset) - Method in interface org.apache.pekko.http.scaladsl.marshalling.PredefinedToEntityMarshallers
-
- StringRenderer$() - Constructor for class org.apache.pekko.http.impl.util.Renderer.StringRenderer$
-
- StringRendering - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- StringRendering() - Constructor for class org.apache.pekko.http.impl.util.StringRendering
-
- stringToEntity() - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- stringToEntity() - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- StringTools - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- StringTools() - Constructor for class org.apache.pekko.http.impl.util.StringTools
-
- StringTools$ - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
- StringTools$() - Constructor for class org.apache.pekko.http.impl.util.StringTools$
-
- StringUnmarshaller - Class in org.apache.pekko.http.javadsl.unmarshalling
-
- StringUnmarshaller() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller
-
- stringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
- StringUnmarshaller$ - Class in org.apache.pekko.http.javadsl.unmarshalling
-
- StringUnmarshaller$() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller$
-
- StringUnmarshallerPredef - Class in org.apache.pekko.http.javadsl.unmarshalling
-
INTERNAL API
- StringUnmarshallerPredef() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- StringUnmarshallerPredef$ - Class in org.apache.pekko.http.javadsl.unmarshalling
-
INTERNAL API
- StringUnmarshallerPredef$() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- StringUnmarshallers - Class in org.apache.pekko.http.javadsl.unmarshalling
-
- StringUnmarshallers() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
- stripMarginWithNewline(String) - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Strips margin and fixes the newline sequence to the given one preventing dependencies on the build platform
- styleName() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
Deprecated.
The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
- styleName() - Method in class org.apache.pekko.testkit.PekkoFreeSpec
-
Deprecated.
The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
- styleName() - Method in class org.apache.pekko.testkit.PekkoSpec
-
Deprecated.
The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement. Since 3.1.0.
- subjectRegistrationFunction() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- subjectWithAfterWordRegistrationFunction() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- subprotocol() - Method in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings
-
- subprotocol() - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- substreamIn() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- substreamOut() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- subTags() - Method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- subTags() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times
-
- subTags() - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- subTags() - Method in interface org.apache.pekko.http.scaladsl.model.headers.LanguageRange
-
- subtype() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- subType() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
The sub-type of this media-type.
- subType() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- succeed() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- succeed() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- succeed() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- success($colon$colon<HttpHeader, HNil>) - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser
-
- Success(HttpHeader) - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.Success
-
- Success(int, String, String, boolean) - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Success
-
- success(T) - Method in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult$
-
- success(T) - Static method in class org.apache.pekko.http.scaladsl.server.directives.AuthenticationResult
-
- Success$() - Constructor for class org.apache.pekko.http.impl.model.parser.HeaderParser.Success$
-
- Success$() - Constructor for class org.apache.pekko.http.scaladsl.model.StatusCodes.Success$
-
- successful() - Method in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- successful() - Static method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- successResponse() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- successResponse() - Method in class org.apache.pekko.http.javadsl.HttpExtensionApiSpec
-
- suffix(long) - Method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange$
-
Constructs a range that spans the last `length` bytes of an entity.
- suffix(long) - Static method in class org.apache.pekko.http.scaladsl.model.headers.ByteRange
-
Constructs a range that spans the last `length` bytes of an entity.
- Suffix(long) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix
-
- Suffix$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.ByteRange.Suffix$
-
- summary() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- superPool(int, int, int, int, int, FiniteDuration, ClientConnectionSettings) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- superPool() - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a new "super connection pool flow", which routes incoming requests to a (cached) host connection pool
depending on their respective effective URIs.
- superPool(ConnectionPoolSettings, HttpsConnectionContext, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a new "super connection pool flow", which routes incoming requests to a (cached) host connection pool
depending on their respective effective URIs.
- superPool(ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Creates a new "super connection pool flow", which routes incoming requests to a (cached) host connection pool
depending on their respective effective URIs.
- superPool(HttpsConnectionContext, ConnectionPoolSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Creates a new "super connection pool flow", which routes incoming requests to a (cached) host connection pool
depending on their respective effective URIs.
- supported() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Read-side, what content types it is able to frame and unmarshall.
- supported() - Method in interface org.apache.pekko.http.javadsl.server.MethodRejection
-
- supported() - Method in interface org.apache.pekko.http.javadsl.server.SchemeRejection
-
- supported() - Method in interface org.apache.pekko.http.javadsl.server.UnacceptedResponseContentTypeRejection
-
- supported() - Method in interface org.apache.pekko.http.javadsl.server.UnsupportedRequestEncodingRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- supported() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Read-side, what content types it is able to frame and unmarshall.
- supported() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- supported() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- supported() - Method in exception org.apache.pekko.http.scaladsl.marshalling.Marshal.UnacceptableResponseContentTypeException
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.MethodRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.SchemeRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- supported() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection
-
- supported() - Method in exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- supportedPekkoVersion() - Method in class org.apache.pekko.http.Version$
-
- supportedPekkoVersion() - Static method in class org.apache.pekko.http.Version
-
- supportedProtocol() - Method in interface org.apache.pekko.http.javadsl.server.UnsupportedWebSocketSubprotocolRejection
-
- supportedProtocol() - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection
-
- suppressionWarning(LoggingAdapter, HttpHeader, String) - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- suppressionWarning(LoggingAdapter, HttpHeader, String) - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- SurrogateHighMask() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- SurrogateHighMask() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- SurrogateLowMask() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- SurrogateLowMask() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- SWITCHING_PROTOCOLS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- SwitchingProtocols() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- SwitchingProtocols() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- SwitchToOtherProtocol(Flow<ByteString, ByteString, Object>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol
-
- SwitchToOtherProtocol(ByteString, Flow<ByteString, ByteString, Object>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
-
- SwitchToOtherProtocol$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol$
-
- SwitchToOtherProtocol$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol$
-
- sync(Function<String, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller$
-
Turns the given function into an unmarshaller from String to B.
- sync(Function<String, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshaller
-
Turns the given function into an unmarshaller from String to B.
- sync(Function<A, B>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
Creates an unmarshaller from a Java function.
- sync(Function<A, B>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Creates an unmarshaller from a Java function.
- sync(Function<A, B>) - Method in interface org.apache.pekko.http.javadsl.unmarshalling.Unmarshallers
-
Creates an unmarshaller from a Java function.
- SyntheticHeader - Interface in org.apache.pekko.http.scaladsl.model.headers
-
- system() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- system() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- system() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
- system() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- system() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- system() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- system() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- system() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup
-
- system() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- system() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup
-
- system() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- system() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- system() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- system() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- system() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- system() - Method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- system() - Static method in class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- system() - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
- system() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- system() - Method in class org.apache.pekko.http.javadsl.testkit.ActorSystemResource
-
- system() - Method in class org.apache.pekko.http.javadsl.testkit.JUnitRouteTestBase
-
- system() - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
- system() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- system() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
- system() - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
- system() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- system() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- system() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- system() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- system() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- system() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- system2() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- systemReference - Variable in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Holds a reference to the
ActorSystem
used to start this server.
- systemReference() - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
ActorSystem
used to start this server.
- systemResource() - Method in class org.apache.pekko.http.javadsl.testkit.JUnitRouteTest
-
- systemResource() - Method in class org.apache.pekko.http.javadsl.testkit.JUnitRouteTestBase
-
T
- t(Function1<Uri, Uri>) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- t0() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t1(BinaryPolyFunc.Case<In, A, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t10(TupleOps.FoldLeft<In, Tuple9<T1, T2, T3, T4, T5, T6, T7, T8, T9>, Op>, BinaryPolyFunc.Case<X, T10, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t11(TupleOps.FoldLeft<In, Tuple10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>, Op>, BinaryPolyFunc.Case<X, T11, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t12(TupleOps.FoldLeft<In, Tuple11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>, Op>, BinaryPolyFunc.Case<X, T12, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t13(TupleOps.FoldLeft<In, Tuple12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>, Op>, BinaryPolyFunc.Case<X, T13, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t14(TupleOps.FoldLeft<In, Tuple13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>, Op>, BinaryPolyFunc.Case<X, T14, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t15(TupleOps.FoldLeft<In, Tuple14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>, Op>, BinaryPolyFunc.Case<X, T15, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t16(TupleOps.FoldLeft<In, Tuple15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>, Op>, BinaryPolyFunc.Case<X, T16, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t17(TupleOps.FoldLeft<In, Tuple16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>, Op>, BinaryPolyFunc.Case<X, T17, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t18(TupleOps.FoldLeft<In, Tuple17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>, Op>, BinaryPolyFunc.Case<X, T18, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t19(TupleOps.FoldLeft<In, Tuple18<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>, Op>, BinaryPolyFunc.Case<X, T19, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t2(TupleOps.FoldLeft<In, Tuple1<T1>, Op>, BinaryPolyFunc.Case<X, T2, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t20(TupleOps.FoldLeft<In, Tuple19<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>, Op>, BinaryPolyFunc.Case<X, T20, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t21(TupleOps.FoldLeft<In, Tuple20<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>, Op>, BinaryPolyFunc.Case<X, T21, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t22(TupleOps.FoldLeft<In, Tuple21<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>, Op>, BinaryPolyFunc.Case<X, T22, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t3(TupleOps.FoldLeft<In, Tuple2<T1, T2>, Op>, BinaryPolyFunc.Case<X, T3, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t4(TupleOps.FoldLeft<In, Tuple3<T1, T2, T3>, Op>, BinaryPolyFunc.Case<X, T4, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t5(TupleOps.FoldLeft<In, Tuple4<T1, T2, T3, T4>, Op>, BinaryPolyFunc.Case<X, T5, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t6(TupleOps.FoldLeft<In, Tuple5<T1, T2, T3, T4, T5>, Op>, BinaryPolyFunc.Case<X, T6, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t7(TupleOps.FoldLeft<In, Tuple6<T1, T2, T3, T4, T5, T6>, Op>, BinaryPolyFunc.Case<X, T7, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t8(TupleOps.FoldLeft<In, Tuple7<T1, T2, T3, T4, T5, T6, T7>, Op>, BinaryPolyFunc.Case<X, T8, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- t9(TupleOps.FoldLeft<In, Tuple8<T1, T2, T3, T4, T5, T6, T7, T8>, Op>, BinaryPolyFunc.Case<X, T9, Op>) - Method in class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- Table() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- tag() - Method in class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- tag() - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- tags() - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange.Default
-
- tagsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange$
-
- tagsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EntityTagRange
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Empty$
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Segment
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.Slash
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- tail() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- tapply(Function1<L, Function1<RequestContext, Future<RouteResult>>>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Calls the inner route with a tuple of extracted values of type
L
.
- targetHostName() - Method in interface org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec.Context
-
- targetOptionUnmarshaller(Unmarshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.GenericUnmarshallers
-
- targetPort() - Method in interface org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec.Context
-
- targetUri() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- tchar() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- tchar() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- tcollect(PartialFunction<L, R>, Seq<Rejection>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
If the given
PartialFunction
is defined for the input, maps this directive with the given function,
which can produce either a tuple or any other value.
- TCP() - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
- TCP() - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
- TCP() - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
- te() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- TE - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Transfer-Encoding` header.
- TE() - Constructor for class org.apache.pekko.http.javadsl.model.headers.TE
-
- TE - Class in org.apache.pekko.http.scaladsl.model.headers
-
- TE(Seq<TransferEncoding>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.TE
-
- TE(String) - Constructor for exception org.apache.pekko.stream.testkit.Utils.TE
-
- TE$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- TE$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.TE$
-
- TE$() - Constructor for class org.apache.pekko.stream.testkit.Utils.TE$
-
- telemetry() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- TelemetryAttributes - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- TelemetryAttributes() - Constructor for class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes
-
- TelemetryAttributes$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- TelemetryAttributes$() - Constructor for class org.apache.pekko.http.impl.engine.http2.TelemetryAttributes$
-
- TelemetryAttributes.ClientMeta - Class in org.apache.pekko.http.impl.engine.http2
-
- TelemetryAttributes.ClientMeta$ - Class in org.apache.pekko.http.impl.engine.http2
-
- TelemetrySpi - Interface in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- TelemetrySpi$ - Class in org.apache.pekko.http.impl.engine.http2
-
INTERNAL API
- TelemetrySpi$() - Constructor for class org.apache.pekko.http.impl.engine.http2.TelemetrySpi$
-
- TEMPORARY_REDIRECT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- TemporaryRedirect() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- TemporaryRedirect() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- terminate() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- terminate(FiniteDuration, ExecutionContext) - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage.ConnectionTerminator
-
- terminate(FiniteDuration, ExecutionContext) - Method in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator
-
- terminate(FiniteDuration, ExecutionContext) - Method in interface org.apache.pekko.http.impl.engine.server.ServerTerminator
-
Initiate the termination sequence of this server.
- terminate(Duration) - Method in class org.apache.pekko.http.javadsl.ServerBinding
-
Triggers "graceful" termination request being handled on this connection.
- terminate(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
Triggers "graceful" termination request being handled on this connection.
- terminated() - Method in interface org.apache.pekko.http.impl.engine.parsing.HttpMessageParser
-
- terminated() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpResponseParser
-
- Terminating(Deadline) - Constructor for class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.Terminating
-
- Terminating$() - Constructor for class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.Terminating$
-
- terminationDeadlineExceededResponse() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- terminationDeadlineExceededResponse() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- TerminationDeadlineTimerKey() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- Test(int) - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test
-
- test(String, String, Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- test(Try<Object>, Function1<FastFuture<Object>, Future<Object>>, Function1<Try<Object>, BoxedUnit>) - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- Test$() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlowSpec.Test$
-
- testCase(Flow<HttpRequest, HttpResponse, Object>) - Method in class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec.TestSetup
-
- testCase(Option<HttpCredentials>, Function4<TestPublisher.Probe<ByteString>, TestSubscriber.Probe<ByteString>, TestPublisher.Probe<ByteString>, TestSubscriber.Probe<ByteString>, BoxedUnit>) - Method in interface org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec.Context
-
- TestClient - Class in org.apache.pekko.http.scaladsl
-
- TestClient() - Constructor for class org.apache.pekko.http.scaladsl.TestClient
-
- TestClient$ - Class in org.apache.pekko.http.scaladsl
-
- TestClient$() - Constructor for class org.apache.pekko.http.scaladsl.TestClient$
-
- testConf() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- testConf() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed$
-
- testConf() - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserTestBed
-
- testConf() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- testConf() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- testConf() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- testConf() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- testConf() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- testConf() - Method in class org.apache.pekko.http.scaladsl.TestClient$
-
- testConf() - Static method in class org.apache.pekko.http.scaladsl.TestClient
-
- testConf() - Method in class org.apache.pekko.http.scaladsl.TestServer$
-
- testConf() - Static method in class org.apache.pekko.http.scaladsl.TestServer
-
- testConf() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- testConf() - Method in class org.apache.pekko.testkit.PekkoSpec$
-
- testConf() - Static method in class org.apache.pekko.testkit.PekkoSpec
-
- testConf2() - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- testConfig() - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- testConfig() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- testConfigSource() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- testData() - Method in class org.apache.pekko.http.scaladsl.model.EntityDiscardingSpec
-
- TestError(ErrorInfo) - Constructor for class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestError
-
- testExceptionHandler() - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2FrameworkInterface.Specs2
-
- testExceptionHandler() - Method in interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface.Scalatest
-
- testExceptionHandler() - Method in interface org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface
-
- TestFrameworkInterface - Interface in org.apache.pekko.http.scaladsl.testkit
-
- TestFrameworkInterface$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- TestFrameworkInterface$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.TestFrameworkInterface$
-
- TestFrameworkInterface.Scalatest - Interface in org.apache.pekko.http.scaladsl.testkit
-
- TestHeader(HttpHeader) - Constructor for class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- TestLine(String) - Constructor for class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestLine
-
- TestParsingErrorHandler - Class in org.apache.pekko.http.impl.engine.server
-
- TestParsingErrorHandler() - Constructor for class org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler
-
- TestParsingErrorHandler$ - Class in org.apache.pekko.http.impl.engine.server
-
- TestParsingErrorHandler$() - Constructor for class org.apache.pekko.http.impl.engine.server.TestParsingErrorHandler$
-
- testRoute(Route, Route...) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
Wraps a list of route alternatives with testing support.
- testRoute(Route, Seq<Route>) - Method in class org.apache.pekko.http.javadsl.testkit.RouteTest
-
Wraps a list of route alternatives with testing support.
- TestRoute - Interface in org.apache.pekko.http.javadsl.testkit
-
A wrapped route that has a
run
method to run a request through the underlying route to create
a TestResponse
.
- TestRouteResult - Class in org.apache.pekko.http.javadsl.testkit
-
A wrapper for route results.
- TestRouteResult(Future<RouteResult>, FiniteDuration, ExecutionContext, Materializer) - Constructor for class org.apache.pekko.http.javadsl.testkit.TestRouteResult
-
- TestServer - Class in org.apache.pekko.http.scaladsl
-
- TestServer() - Constructor for class org.apache.pekko.http.scaladsl.TestServer
-
- TestServer$ - Class in org.apache.pekko.http.scaladsl
-
- TestServer$() - Constructor for class org.apache.pekko.http.scaladsl.TestServer$
-
- testServerHandler(int) - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- testSet(HostConnectionPoolSpec.ClientServerImplementation) - Method in class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
-
- TestSetup() - Constructor for class org.apache.pekko.http.impl.engine.client.ClientCancellationSpec.TestSetup
-
- TestSetup(int, String) - Constructor for class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- TestSetup(ServerSettings, boolean) - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup
-
- TestSetup(HttpHeaderParserSpec.TestSetupMode, ParserSettings) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup
-
- TestSetup(Option<User$minusAgent>, InetSocketAddress) - Constructor for class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup
-
- TestSetup(Option<Server>) - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup
-
- TestSetup(int) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup
-
- TestSetup(int) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup
-
- TestSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- TestSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- TestSetup() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- TestSetup() - Constructor for class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- TestSetup(Option<HttpResponse>) - Constructor for class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec.TestSetup$
-
- TestSetup$() - Constructor for class org.apache.pekko.http.scaladsl.GracefulTerminationSpec.TestSetup$
-
- TestSetupMode() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec
-
- TestSetupMode$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode$
-
- text(String, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- text(String, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- text(String, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- text() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
- Text$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Protocol.Opcode$.Text$
-
- TEXT_ASP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_CACHE_MANIFEST - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_CALENDAR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_CSS - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_CSV - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_CSV_UTF8 - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- TEXT_EVENT_STREAM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_HTML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_HTML_UTF8 - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- TEXT_MARKDOWN - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_MCF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_PLAIN - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_PLAIN_UTF8 - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- TEXT_RICHTEXT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_TAB_SEPARATED_VALUES - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_URI_LIST - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_VND_WAP_WML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_VND_WAP_WMLSCRIPT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_ASM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_C - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_COMPONENT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_H - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_JAVA_SOURCE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_PASCAL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTCSH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTELISP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTKSH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTLISP - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTPERL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTPERL_MODULE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTPHYTON - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTREXX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTSCHEME - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTSH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTTCL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTTCSH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SCRIPTZSH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SERVER_PARSED_HTML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SETEXT - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SGML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_SPEECH - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_UUENCODE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_VCALENDAR - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_X_VCARD - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_XML - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- TEXT_XML_UTF8 - Static variable in class org.apache.pekko.http.javadsl.model.ContentTypes
-
- TextMessage - Class in org.apache.pekko.http.javadsl.model.ws
-
Represents a WebSocket text message.
- TextMessage() - Constructor for class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- TextMessage - Interface in org.apache.pekko.http.scaladsl.model.ws
-
Represents a WebSocket text message.
- TextMessage$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- TextMessage$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.TextMessage$
-
- TextMessage$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- TextMessage$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.TextMessage$
-
- TextMessage.Streamed - Class in org.apache.pekko.http.scaladsl.model.ws
-
- TextMessage.Streamed$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- TextMessage.Strict - Class in org.apache.pekko.http.scaladsl.model.ws
-
A strict
TextMessage
that contains the complete data as a String
.
- TextMessage.Strict$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- TextMessagePart(String, boolean) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.TextMessagePart
-
- TextMessagePart$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.TextMessagePart$
-
- textract(Function1<RequestContext, L>, Tuple<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Extracts a number of values using the given function.
- textStream() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed
-
- textStream() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
- textStream() - Method in interface org.apache.pekko.http.scaladsl.model.ws.TextMessage
-
The contents of this message as a stream.
- textWithFixedCharset(String, HttpCharset, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- textWithFixedCharset(String, HttpCharset, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- tfilter(Function1<L, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Creates a new directive of the same type, which passes if the given predicate matches the current
extractions or rejects with the given rejections.
- tflatMap(Function1<L, Directive<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Flatmaps this directive using the given function.
- tflatMap(Function1<L, Option<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- TheException() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- TheException() - Constructor for class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- TheException$() - Constructor for exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException$
-
- thenApply(Function<B, C>) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Transform the result
B
of this unmarshaller to a C
producing a marshaller that turns A
s into C
s
- TheRequestContext() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec
-
- theSameInstanceAs() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- theSameInstanceAs() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- theseOrDefault(Seq<T>) - Method in class org.apache.pekko.http.scaladsl.server.directives.CodingDirectives$
-
- they() - Method in class org.apache.pekko.testkit.PekkoSpec
-
- throwableMarshaller() - Method in interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
-
- throwableMarshaller() - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- Tick$() - Constructor for class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.Tick$
-
- Tick$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocket.Tick$
-
- tickInterval() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.DisabledPingState$
-
- tickInterval() - Method in class org.apache.pekko.http.impl.engine.http2.ConfigurablePing.EnabledPingState
-
- tickInterval() - Method in interface org.apache.pekko.http.impl.engine.http2.ConfigurablePing.PingState
-
- TightRequestTimeoutSpec - Class in org.apache.pekko.http.scaladsl
-
- TightRequestTimeoutSpec() - Constructor for class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- TildeArrow() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
Accessor for nested Scala object
- TildeArrow() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow
-
- TildeArrow$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeArrow$
-
- TildeBangArrow() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
Accessor for nested Scala object
- TildeBangArrow() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeBangArrow
-
- TildeBangArrow$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.TildeBangArrow$
-
- timeout() - Method in class org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
-
- timeout() - Method in interface org.apache.pekko.http.scaladsl.TimeoutAccess
-
Returns the currently set timeout.
- Timeout$minusAccess - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Timeout$minusAccess(TimeoutAccess) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- Timeout$minusAccess$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Timeout$minusAccess$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess$
-
- TimeoutAccess - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the synthetic `Timeout-Access` header.
- TimeoutAccess() - Constructor for class org.apache.pekko.http.javadsl.model.headers.TimeoutAccess
-
- timeoutAccess() - Method in class org.apache.pekko.http.javadsl.model.headers.TimeoutAccess
-
- TimeoutAccess - Interface in org.apache.pekko.http.javadsl
-
Enables programmatic access to the server-side request timeout logic.
- timeoutAccess() - Method in class org.apache.pekko.http.scaladsl.model.headers.Timeout$minusAccess
-
- TimeoutAccess - Interface in org.apache.pekko.http.scaladsl
-
Enables programmatic access to the server-side request timeout logic.
- TimeoutDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- TimeoutDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
- TimeoutDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- TimeoutDirectives$ - Class in org.apache.pekko.http.scaladsl.server.directives
-
- TimeoutDirectives$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives$
-
- timeouts() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- Timeouts(Duration, Duration, FiniteDuration, Duration) - Constructor for class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts
-
- timeouts() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- Timeouts$() - Constructor for class org.apache.pekko.http.impl.settings.ServerSettingsImpl.Timeouts$
-
- timeoutsShortcut(ServerSettings) - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl$
-
- timeoutsShortcut(ServerSettings) - Static method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- timeoutsShortcut(ServerSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings$
-
- timeoutsShortcut(ServerSettings) - Static method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- Timestamp - Class in org.apache.pekko.http.impl.util
-
INTERNAL API
Helper for dealing with points in time rather than durations.
- Timestamp(long) - Constructor for class org.apache.pekko.http.impl.util.Timestamp
-
- Timestamp$ - Class in org.apache.pekko.http.impl.util
-
- Timestamp$() - Constructor for class org.apache.pekko.http.impl.util.Timestamp$
-
- Timestamp.Ordering$ - Class in org.apache.pekko.http.impl.util
-
- timestampNanos() - Method in class org.apache.pekko.http.impl.util.Timestamp
-
- timeToIdle() - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- timeToIdle() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- timeToLive() - Method in class org.apache.pekko.http.caching.impl.settings.LfuCachingSettingsImpl
-
- timeToLive() - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- timings() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2MultiplexerSupport.StateTimingSupport
-
- title(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- title(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title
-
- title() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times
-
- title() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title
-
- title$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$
-
- title$times(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times
-
- title$times$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times$
-
- title_All(String) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- Tls$minusSession$minusInfo - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Tls$minusSession$minusInfo(SSLSession) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo
-
- Tls$minusSession$minusInfo$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
Model for the synthetic
Tls-Session-Info
header which carries the SSLSession of the connection
the message carrying this header was received with.
- Tls$minusSession$minusInfo$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Tls$minusSession$minusInfo$
-
- TlsEndpointVerificationSpec - Class in org.apache.pekko.http.impl.engine.client
-
- TlsEndpointVerificationSpec() - Constructor for class org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
-
- TLSHandshakeFailure() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- tlsSessionInfo(SSLSession) - Method in class org.apache.pekko.http.impl.engine.server.HttpAttributes$
-
- tlsSessionInfo(SSLSession) - Static method in class org.apache.pekko.http.impl.engine.server.HttpAttributes
-
- TLSSessionInfo(SSLSession) - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes.TLSSessionInfo
-
- TlsSessionInfo - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the synthetic `Tls-Session-Info` header which carries the SSLSession of the connection
the message carrying this header was received with.
- TlsSessionInfo() - Constructor for class org.apache.pekko.http.javadsl.model.headers.TlsSessionInfo
-
- TLSSessionInfo$() - Constructor for class org.apache.pekko.http.impl.engine.server.HttpAttributes.TLSSessionInfo$
-
- tlsSupport() - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- tlsSupport() - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- tmap(Function1<L, R>, Tupler<R>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Maps over this directive using the given function, which can produce either a tuple or any other value
(which will then we wrapped into a
Tuple1
).
- tmap(Function1<L, R>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- to(Marshaller<A, B>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
- to(Unmarshaller<A, B>, ExecutionContext, Materializer) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal
-
Unmarshals the value to the given Type using the in-scope Unmarshaller.
- toAscii(A, Function1<A, Seq<A>>, Function1<A, String>, int) - Method in class org.apache.pekko.http.impl.engine.http2.util.AsciiTreeLayout$
-
- toAscii(A, Function1<A, Seq<A>>, Function1<A, String>, int) - Static method in class org.apache.pekko.http.impl.engine.http2.util.AsciiTreeLayout
-
- ToBeClosed$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.ToBeClosed$
-
- toByteRangesBodyPart() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- toByteRangesBodyPart() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- toByteString() - Method in class org.apache.pekko.http.impl.engine.ws.Bits
-
- toContentType() - Method in interface org.apache.pekko.http.javadsl.model.MediaType.Binary
-
Turns the media type into a content type.
- toContentType() - Method in interface org.apache.pekko.http.javadsl.model.MediaType.WithFixedCharset
-
Turns the media type into a content type with a fixed, known charset.
- toContentType(HttpCharset) - Method in interface org.apache.pekko.http.javadsl.model.MediaType.WithOpenCharset
-
Turns the media type into a content type with the given charset.
- toContentType() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
JAVA API
- toContentType() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
Turns the media type into a content type with a fixed, known charset.
- toContentType(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
Turns the media type into a content type with the given charset.
- toContentTypeWithMissingCharset() - Method in interface org.apache.pekko.http.javadsl.model.MediaType.WithOpenCharset
-
Turns the media type into a content type without specifying a charset.
- toContentTypeWithMissingCharset() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
Turns the media type into a content type without specifying a charset.
- toCookie() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
Converts this cookie pair into an HttpCookie to be used with the `Set-Cookie` header.
- toCookie() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- toDirective(StandardRoute, Tuple<L>) - Method in class org.apache.pekko.http.scaladsl.server.StandardRoute$
-
Converts the StandardRoute into a directive that never passes the request to its inner route
(and always returns its underlying route).
- toDirective(Tuple<L>) - Method in class org.apache.pekko.http.scaladsl.server.StandardRoute
-
- toEffectiveHttpRequestUri(Uri.Host, int, boolean, Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts this URI to an "effective HTTP request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5
- toEffectiveRequestUri(Uri.Host, int, String, Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts this URI to an "effective request URI" as defined by
http://tools.ietf.org/html/rfc7230#section-5.5
- toEntity() - Method in class org.apache.pekko.http.javadsl.model.FormData
-
Converts this FormData to a RequestEntity using UTF8 encoding.
- toEntity(HttpCharset) - Method in class org.apache.pekko.http.javadsl.model.FormData
-
Deprecated.
FormData always uses charset UTF-8 without appending the charset to 'Content-Type:
application/x-www-form-urlencoded', use toEntity() instead.
- toEntity(String) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.Strict
-
Creates an entity from this multipart object using the specified boundary.
- toEntity() - Method in interface org.apache.pekko.http.javadsl.model.Multipart.Strict
-
Creates an entity from this multipart object using a random boundary.
- toEntity(String) - Method in interface org.apache.pekko.http.javadsl.model.Multipart
-
Creates an entity from this multipart object using the specified boundary.
- toEntity() - Method in interface org.apache.pekko.http.javadsl.model.Multipart
-
Creates an entity from this multipart object using a random boundary.
- toEntity() - Method in class org.apache.pekko.http.scaladsl.model.FormData
-
- toEntity(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.FormData
-
Deprecated.
FormData always uses charset UTF-8 without appending the charset to 'Content-Type: application/x-www-form-urlencoded', use toEntity instead. Since Akka HTTP 10.1.7.
- toEntity(String, LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
Creates an entity from this multipart object using the specified boundary and logger.
- toEntity(String) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
Creates an entity from this multipart object using the specified boundary.
- toEntity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.Strict
-
Creates an entity from this multipart object using a random boundary.
- toEntity(String, LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Creates an entity from this multipart object using the specified boundary and logger.
- toEntity(String) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Creates an entity from this multipart object using the specified boundary.
- toEntity() - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Creates an entity from this multipart object using a random boundary.
- toEventStream() - Method in class org.apache.pekko.http.javadsl.marshalling.sse.EventStreamMarshalling$
-
Lets a source of
ServerSentEvent
s be marshalled to a HttpResponse
.
- toEventStream() - Static method in class org.apache.pekko.http.javadsl.marshalling.sse.EventStreamMarshalling
-
Lets a source of
ServerSentEvent
s be marshalled to a HttpResponse
.
- toEventStream() - Method in class org.apache.pekko.http.scaladsl.marshalling.sse.EventStreamMarshalling$
-
- toEventStream() - Method in interface org.apache.pekko.http.scaladsl.marshalling.sse.EventStreamMarshalling
-
- toFlow(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
Turns a
Route
into a server flow.
- toFlow(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
Turns a
Route
into a server flow.
- toFormDataBodyPart() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- toFormDataBodyPart() - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- toFunction(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.scaladsl.server.Route$
-
- toFunction(Function1<RequestContext, Future<RouteResult>>, ClassicActorSystemProvider) - Static method in class org.apache.pekko.http.scaladsl.server.Route
-
- toHost(Uri) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extracts HTTP or HTTPS connection data from given Uri.
- toHost(String) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extract HTTP or HTTPS connection data from given host.
- toHost(String, int) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extracts HTTP or HTTPS connection data from given host and port.
- toHost(Uri) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extracts HTTP or HTTPS connection data from given Uri.
- toHost(String) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extract HTTP or HTTPS connection data from given host.
- toHost(String, int) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extracts HTTP or HTTPS connection data from given host and port.
- toHost(String) - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Change which host flows built with this builder connects to
- toHost(String) - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Change which host flows built with this builder connects to
- toHostHttps(Uri) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extracts HTTPS connection data from given host and port.
- toHostHttps(String) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extracts HTTPS connection data from given host and port.
- toHostHttps(String, int) - Method in class org.apache.pekko.http.javadsl.ConnectHttp$
-
Extracts HTTPS connection data from given host and port, using the default HTTPS context.
- toHostHttps(Uri) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extracts HTTPS connection data from given host and port.
- toHostHttps(String) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extracts HTTPS connection data from given host and port.
- toHostHttps(String, int) - Static method in class org.apache.pekko.http.javadsl.ConnectHttp
-
Extracts HTTPS connection data from given host and port, using the default HTTPS context.
- toHttpRequestTargetOriginForm() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts this URI into an HTTP request target "origin-form" as defined by
https://tools.ietf.org/html/rfc7230#section-5.3.
- toIP() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- toIP() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- toIP() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
- toIsoDateString() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a String representation like this: `yyyy-mm-dd`
- toIsoDateString() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-dd
- toIsoDateTimeString() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a String representation like this: `yyyy-mm-ddThh:mm:ss`
- toIsoDateTimeString() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-ddThh:mm:ss
- toIsoLikeDateTimeString() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns a String representation like this: `yyyy-mm-dd hh:mm:ss`
- toIsoLikeDateTimeString() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-dd hh:mm:ss
- toJava(S) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings
-
- toJava(S) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings
-
- toJava(S) - Static method in class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping
-
- toJava(S, JavaMapping<J, S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- toJava(ClientTransport) - Method in class org.apache.pekko.http.impl.util.JavaMapping.ClientTransport$
-
- toJava(T) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Identity
-
- toJava(S) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Inherited
-
- toJava(long) - Method in class org.apache.pekko.http.impl.util.JavaMapping.LongMapping$
-
- toJava(Http.OutgoingConnection) - Method in class org.apache.pekko.http.impl.util.JavaMapping.OutgoingConnection$
-
- toJava(Uri.Query) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Query$
-
- toJava(Uri) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Uri$
-
- toJava(Message) - Method in class org.apache.pekko.http.impl.util.JavaMapping.WsMessage$
-
- toJava(S) - Method in interface org.apache.pekko.http.impl.util.S2JMapping
-
- toJava(RequestContext) - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.RequestContext$
-
- toJava() - Method in class org.apache.pekko.http.scaladsl.Http.HostConnectionPool
-
- toJava() - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
INTERNAL API
- toJavaMappingFunction(Function0<Future<V>>) - Method in class org.apache.pekko.http.caching.LfuCache$
-
- toJavaMappingFunction(Function1<K, Future<V>>) - Method in class org.apache.pekko.http.caching.LfuCache$
-
- toJavaMappingFunction(Function0<Future<V>>) - Static method in class org.apache.pekko.http.caching.LfuCache
-
- toJavaMappingFunction(Function1<K, Future<V>>) - Static method in class org.apache.pekko.http.caching.LfuCache
-
- token() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- token() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCredentials
-
- token() - Method in class org.apache.pekko.http.javadsl.model.headers.OAuth2BearerToken
-
- token() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- token() - Method in class org.apache.pekko.http.scaladsl.model.headers.GenericHttpCredentials
-
- token() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCredentials
-
- token() - Method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- token0() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- token68() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- tokens() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- tokensRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Connection$
-
- tokensRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Connection
-
- Tolerated - Static variable in class org.apache.pekko.http.javadsl.model.RequestEntityAcceptances
-
- Tolerated$() - Constructor for class org.apache.pekko.http.scaladsl.model.RequestEntityAcceptance.Tolerated$
-
- toList() - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- toList() - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a `List` of all parameters of this Query.
- toLowerCase(char) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
Efficiently lower-cases the given character.
- toLowerCase(char) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
Efficiently lower-cases the given character.
- toMap() - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- toMap() - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a key/value map of the parameters of this Query.
- toMap() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- toMultiMap() - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- toMultiMap() - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a `Map` of all parameters of this Query.
- toMultiMap() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
Returns this query as a map where keys can have multiple values.
- ToNameReceptacleEnhancements - Interface in org.apache.pekko.http.scaladsl.common
-
- ToNameReceptacleEnhancements$ - Class in org.apache.pekko.http.scaladsl.common
-
- ToNameReceptacleEnhancements$() - Constructor for class org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements$
-
- toNet() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- TOO_EARLY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- TOO_MANY_REQUESTS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- TooBig() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- TooEarly() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- TooEarly() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- tooManyRanges(int) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- tooManyRanges(int) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- TooManyRangesRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by range directives.
- TooManyRangesRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by range directives.
- TooManyRangesRejection(int) - Constructor for class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection
-
- TooManyRangesRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- TooManyRangesRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection$
-
- TooManyRequests() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- TooManyRequests() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- toOpaque(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.Opaque
-
- toOpaque(HttpCharset) - Method in interface org.apache.pekko.http.scaladsl.marshalling.Marshalling
-
Converts this marshalling to an opaque marshalling, i.e. a marshalling result that
does not take part in content type negotiation.
- toOpaque(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType
-
- toOpaque(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset
-
- toOption() - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Returns Some(String) if the underlying string is non-empty, None otherwise
- toOption(Optional<T>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- toOption(Optional<T>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.IP
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host$.Empty$
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- toOption() - Method in class org.apache.pekko.http.scaladsl.model.Uri.NonEmptyHost
-
- TopLevelApiClientServerImplementation() - Constructor for class org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec.TopLevelApiClientServerImplementation
-
- toPort(int) - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Change with port flows built with this builder connects to, if not set
the protocol default is used.
- toPort(int) - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Change with port flows built with this builder connects to, if not set
the protocol default is used.
- toRange() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpEncoding
-
- toRange() - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
Creates a range from this charset with qValue = 1.
- toRange(float) - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
Creates a range from this charset with the given qValue.
- toRange() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
Creates a media-range from this media-type.
- toRange(float) - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
Creates a media-range from this media-type with a given qValue.
- toRange() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- toRange() - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
JAVA API
- toRange(float) - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- toRelative() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- toRelative() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance that is relative.
- toRelative() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Converts this URI into a relative URI by keeping the path, query and fragment, but dropping the scheme and authority.
- toResponseFor(HttpRequest, Marshaller<A, HttpResponse>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
Marshals
value
to an HttpResponse
for the given HttpRequest
with full content-negotiation.
- ToResponseMarshallable - Interface in org.apache.pekko.http.scaladsl.marshalling
-
Something that can later be marshalled into a response
- ToResponseMarshallable$ - Class in org.apache.pekko.http.scaladsl.marshalling
-
- ToResponseMarshallable$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable$
-
- toRfc1123DateTimeString() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns an RFC1123 date string, e.g.
- toRfc1123DateTimeString() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
RFC1123 date string, e.g.
- toRootLowerCase() - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
Provides a default toLowerCase that doesn't suffer from the dreaded turkish-i problem.
- toScala(J) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.CachingSettings
-
- toScala(J) - Static method in class org.apache.pekko.http.caching.CacheJavaMapping.Implicits$.LfuCacheSettings
-
- toScala(J) - Static method in class org.apache.pekko.http.cors.CorsJavaMapping.Implicits$.CorsSettingsMapping
-
- toScala(J) - Method in interface org.apache.pekko.http.impl.util.J2SMapping
-
- toScala(J, JavaMapping<J, S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- toScala(ClientTransport) - Method in class org.apache.pekko.http.impl.util.JavaMapping.ClientTransport$
-
- toScala(T) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Identity
-
- toScala(J) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Inherited
-
- toScala(Long) - Method in class org.apache.pekko.http.impl.util.JavaMapping.LongMapping$
-
- toScala(OutgoingConnection) - Method in class org.apache.pekko.http.impl.util.JavaMapping.OutgoingConnection$
-
- toScala(Query) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Query$
-
- toScala(Uri) - Method in class org.apache.pekko.http.impl.util.JavaMapping.Uri$
-
- toScala(Message) - Method in class org.apache.pekko.http.impl.util.JavaMapping.WsMessage$
-
- toScala(ClientTransport) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
- toScala(ClientTransport) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
- toScala(Pattern) - Static method in class org.apache.pekko.http.javadsl.common.RegexConverters
-
Converts the given Java Pattern into a scala Regex, without recompiling it.
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher0
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher1
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher10
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher11
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher12
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher13
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher14
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher15
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher16
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher17
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher18
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher19
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher2
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher20
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher21
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher22
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher3
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher4
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher5
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher6
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher7
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher8
-
- toScala() - Method in class org.apache.pekko.http.javadsl.server.PathMatcher9
-
- toScala(RequestContext) - Method in class org.apache.pekko.http.javadsl.server.RoutingJavaMapping.RequestContext$
-
- toScala() - Method in exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- ToStrict - Class in org.apache.pekko.http.impl.util
-
- ToStrict(FiniteDuration, Option<Object>, ContentType) - Constructor for class org.apache.pekko.http.impl.util.ToStrict
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a CompletionStage of a strict entity that contains the same data as this entity which
is only completed when the complete entity has been collected.
- toStrict(long, long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a CompletionStage of a strict entity that contains the same data as this entity which
is only completed when the complete entity has been collected.
- toStrict(long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a CompletionStage of a strict entity that contains the same data as this entity which
is only completed when the complete entity has been collected.
- toStrict(long, long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a CompletionStage of a strict entity that contains the same data as this entity which
is only completed when the complete entity has been collected.
- toStrict(long, Executor, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a CompletionStage of Self message with strict entity that contains the same data as
this entity which is only completed when the complete entity has been collected.
- toStrict(long, long, Executor, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a CompletionStage of Self message with strict entity that contains the same data as
this entity which is only completed when the complete entity has been collected.
- toStrict(long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a CompletionStage of Self message with strict entity that contains the same data as
this entity which is only completed when the complete entity has been collected.
- toStrict(long, long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a CompletionStage of Self message with strict entity that contains the same data as
this entity which is only completed when the complete entity has been collected.
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.BodyPart
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges.BodyPart
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.ByteRanges
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData.BodyPart
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.FormData
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.General.BodyPart
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart.General
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.javadsl.model.Multipart
-
Converts this content into its strict counterpart.
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.javadsl.model.ws.BinaryMessage
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.javadsl.model.ws.TextMessage
-
- toStrict(HttpEntity) - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Collects all possible parts and returns a potentially future Strict entity for easier processing.
- toStrict(FiniteDuration, long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Collects all possible parts and returns a potentially future Strict entity for easier processing.
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- toStrict(long, long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- toStrict(long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- toStrict(long, long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- toStrict(FiniteDuration, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a shareable and serializable copy of this message with a strict entity.
- toStrict(FiniteDuration, long, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a shareable and serializable copy of this message with a strict entity.
- toStrict(long, Executor, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- toStrict(long, long, Executor, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- toStrict(long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- toStrict(long, long, ClassicActorSystemProvider) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart.BodyPart
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.Strict
-
- toStrict(FiniteDuration, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General
-
- toStrict(long, Materializer) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Converts this content into its strict counterpart.
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.Multipart
-
Java API
- toStrict(FiniteDuration, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.ws.BinaryMessage
-
Collects all possible parts and returns a potentially future Strict Message for easier processing.
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.ws.BinaryMessage
-
- toStrict(FiniteDuration, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.ws.TextMessage
-
Collects all possible parts and returns a potentially future Strict Message for easier processing.
- toStrict(long, Materializer) - Method in interface org.apache.pekko.http.scaladsl.model.ws.TextMessage
-
- toStrictEntity(FiniteDuration, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- toStrictEntity(FiniteDuration, long, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- toStrictEntity(FiniteDuration, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- toStrictEntity(FiniteDuration, long, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- toStrictEntity(FiniteDuration, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- toStrictEntity(FiniteDuration, long, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- toStrictEntity(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- toStrictEntity(FiniteDuration, long) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
WARNING: This will read the entire request entity into memory and effectively disable streaming.
- toStrictTimeout() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm$
-
- toStrictTimeout() - Static method in class org.apache.pekko.http.scaladsl.common.StrictForm
-
- toString() - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Default
-
- toString() - Method in class org.apache.pekko.http.cors.scaladsl.model.HttpOriginMatcher.Strict
-
- toString() - Static method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettingsImpl
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.NoErrorComplete
-
- toString() - Method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- toString() - Static method in exception org.apache.pekko.http.impl.engine.client.ProxyConnectionFailedException
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
-
- toString() - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- toString() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.GoAwayFrame
-
- toString() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser.HeaderValueParser
-
- toString() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpRequestParser
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.parsing.NotEnoughDataException
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.SwitchToOtherProtocol
-
- toString() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport.CheckContentLengthTransformer
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.rendering.RequestRenderingContext
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameData
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameError
-
- toString() - Method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser$
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameHeader
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$.NegotiatedWebSocketSettings
-
- toString() - Static method in exception org.apache.pekko.http.impl.engine.ws.ProtocolException
-
- toString() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- toString() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- toString() - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- toString() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- toString() - Static method in class org.apache.pekko.http.impl.settings.ConnectionPoolSetup
-
- toString() - Static method in class org.apache.pekko.http.impl.settings.HostConnectionPoolSetup
-
- toString() - Method in interface org.apache.pekko.http.impl.util.LazyValueBytesRenderable
-
- toString() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- toString() - Method in class org.apache.pekko.http.impl.util.ToStrict
-
- toString() - Method in interface org.apache.pekko.http.impl.util.ToStringRenderable
-
- toString() - Method in class org.apache.pekko.http.javadsl.ConnectHttp
-
- toString() - Method in class org.apache.pekko.http.javadsl.server.directives.RouteAdapter
-
- toString() - Static method in class org.apache.pekko.http.javadsl.testkit.DefaultHostInfo
-
- toString() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- toString() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.DeprecatedSslContextParameters
-
Deprecated.
- toString() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- toString() - Method in interface org.apache.pekko.http.scaladsl.model.ContentType
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
yyyy-mm-ddThh:mm:ss
- toString() - Method in exception org.apache.pekko.http.scaladsl.model.EntityStreamSizeException
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpChallenge
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.MaxAge
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.OAuth2BearerToken
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDateTime
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.RetryAfterDuration
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.HttpProtocol
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- toString() - Static method in exception org.apache.pekko.http.scaladsl.model.RequestTimeoutException
-
- toString() - Method in interface org.apache.pekko.http.scaladsl.model.SensitiveHttpHeader
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Host
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Strict
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.ws.InvalidUpgradeResponse
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed
-
- toString() - Method in class org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.CircuitBreakerOpenRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.directives.FileInfo
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.InvalidOriginRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.InvalidRequiredValueForQueryParamRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MalformedFormFieldRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MalformedHeaderRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MalformedQueryParamRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MalformedRequestContentRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MethodRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MissingCookieRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MissingFormFieldRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MissingHeaderRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.MissingQueryParamRejection
-
- toString() - Static method in exception org.apache.pekko.http.scaladsl.server.RejectionError
-
- toString() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.SchemeRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.TooManyRangesRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.TransformationRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.server.ValidationRejection
-
- toString() - Static method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec.TheException
-
- toString() - Static method in exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- ToStringRenderable - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
An entity that can render itself and implements toString in terms of its rendering
- TotallyUnrecognized() - Method in class org.apache.pekko.http.impl.engine.parsing.ResponseParserSpec
-
- toUser() - Method in class org.apache.pekko.http.impl.engine.server.GracefulTerminatorStage
-
- toWrapped() - Method in class org.apache.pekko.http.impl.util.One2OneBidiFlow.One2OneBidi
-
- tpe() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent
-
- tpe() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- tprovide(L, Tuple<L>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Injects the given values into a directive.
- TRACE - Static variable in class org.apache.pekko.http.javadsl.model.HttpMethods
-
- TRACE() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethods$
-
- TRACE() - Static method in class org.apache.pekko.http.scaladsl.model.HttpMethods
-
- trailer() - Method in class org.apache.pekko.http.impl.engine.http2.Http2StreamHandling.OutStreamImpl
-
- trailer() - Method in class org.apache.pekko.http.impl.engine.http2.PullFrameResult.SendFrameAndTrailer
-
- trailer - Static variable in class org.apache.pekko.http.javadsl.model.AttributeKeys
-
- Trailer - Interface in org.apache.pekko.http.javadsl.model
-
Trailing headers for HTTP/2 responses
- trailer() - Method in class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
- trailer() - Static method in class org.apache.pekko.http.scaladsl.model.AttributeKeys
-
- trailer() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.LastChunk
-
- trailer() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- Trailer - Class in org.apache.pekko.http.scaladsl.model
-
- Trailer(Seq<Tuple2<String, String>>) - Constructor for class org.apache.pekko.http.scaladsl.model.Trailer
-
- trailer() - Method in interface org.apache.pekko.http.scaladsl.testkit.RouteTest
-
- Trailer$ - Class in org.apache.pekko.http.javadsl.model
-
- Trailer$() - Constructor for class org.apache.pekko.http.javadsl.model.Trailer$
-
- Trailer$ - Class in org.apache.pekko.http.scaladsl.model
-
- Trailer$() - Constructor for class org.apache.pekko.http.scaladsl.model.Trailer$
-
- trailerRenderer() - Method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport$
-
- trailerRenderer() - Static method in class org.apache.pekko.http.impl.engine.rendering.RenderSupport
-
- TRAILERS - Static variable in class org.apache.pekko.http.javadsl.model.TransferEncodings
-
- trailers$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings.trailers$
-
- trailingHeaders() - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- TrailingRetryRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.directives.PathDirectives.TrailingRetryRejection$
-
- Trampoline(Function1<ByteString, HttpMessageParser.StateResult>) - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser.Trampoline
-
- Trampoline$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpMessageParser.Trampoline$
-
- Transfer$minusEncoding - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Transfer$minusEncoding(Seq<TransferEncoding>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- Transfer$minusEncoding$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Transfer$minusEncoding$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding$
-
- TransferEncoding - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `Transfer-Encoding` header.
- TransferEncoding() - Constructor for class org.apache.pekko.http.javadsl.model.headers.TransferEncoding
-
- TransferEncoding - Class in org.apache.pekko.http.javadsl.model
-
- TransferEncoding() - Constructor for class org.apache.pekko.http.javadsl.model.TransferEncoding
-
- TransferEncoding - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncoding() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncoding
-
- TransferEncoding$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.TransferEncoding$
-
- TransferEncodings - Class in org.apache.pekko.http.javadsl.model
-
- TransferEncodings - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings
-
- TransferEncodings$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings$() - Constructor for class org.apache.pekko.http.scaladsl.model.TransferEncodings$
-
- TransferEncodings.chunked$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.compress$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.deflate$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.Extension - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.Extension$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.gzip$ - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.Predefined - Class in org.apache.pekko.http.scaladsl.model
-
- TransferEncodings.trailers$ - Class in org.apache.pekko.http.scaladsl.model
-
- transform(Function1<PathMatcher.Matching<L>, PathMatcher.Matching<R>>, Tuple<R>) - Method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- transform() - Method in class org.apache.pekko.http.scaladsl.server.TransformationRejection
-
- transform(Function1<ExecutionContext, Function1<Materializer, Function1<Future<B>, Future<C>>>>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- transformationRejection(Function<List<Rejection>, List<Rejection>>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- transformationRejection(Function<List<Rejection>, List<Rejection>>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- TransformationRejection - Interface in org.apache.pekko.http.javadsl.server
-
A special Rejection that serves as a container for a transformation function on rejections.
- TransformationRejection - Class in org.apache.pekko.http.scaladsl.server
-
A special Rejection that serves as a container for a transformation function on rejections.
- TransformationRejection(Function1<Seq<Rejection>, Seq<Rejection>>) - Constructor for class org.apache.pekko.http.scaladsl.server.TransformationRejection
-
- TransformationRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- TransformationRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.TransformationRejection$
-
- transformDataBytes(T, Flow<ByteString, ByteString, ?>) - Method in interface org.apache.pekko.http.scaladsl.coding.DataMapper
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Returns a copy of the given entity with the ByteString chunks of this entity transformed by the given transformer.
- transformDataBytes(long, Flow<ByteString, ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Transforms this' entities data bytes with a transformer that will produce exactly the number of bytes given as
newContentLength
.
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.RequestEntity
-
- transformDataBytes(Flow<ByteString, ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.ResponseEntity
-
- transformEntityDataBytes(Graph<FlowShape<ByteString, ByteString>, T>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message after applying the given transformation
- transformEntityDataBytes(Graph<FlowShape<ByteString, ByteString>, M>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- transformEntityDataBytes(Graph<FlowShape<ByteString, ByteString>, M>) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- transformEntityDataBytes(Graph<FlowShape<ByteString, ByteString>, T>) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- transformEntityStream(T, StreamUtils.EntityStreamOp<M>) - Method in class org.apache.pekko.http.impl.util.StreamUtils$
-
- transformEntityStream(T, StreamUtils.EntityStreamOp<M>) - Static method in class org.apache.pekko.http.impl.util.StreamUtils
-
- TransformerAux<A,B,AA,BB,R> - Interface in org.apache.pekko.http.scaladsl.client
-
- TransformerAux$ - Class in org.apache.pekko.http.scaladsl.client
-
- TransformerAux$() - Constructor for class org.apache.pekko.http.scaladsl.client.TransformerAux$
-
- TransformerPipelineSupport - Interface in org.apache.pekko.http.scaladsl.client
-
- TransformerPipelineSupport$ - Class in org.apache.pekko.http.scaladsl.client
-
- TransformerPipelineSupport$() - Constructor for class org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport$
-
- TransformerPipelineSupport.WithTransformation<A> - Class in org.apache.pekko.http.scaladsl.client
-
- TransformerPipelineSupport.WithTransformerConcatenation<A,B> - Class in org.apache.pekko.http.scaladsl.client
-
- transformTo(HttpEntity.Strict) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- transformWith(Function1<Try<A>, Future<B>>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- transformWith(Function1<A, Future<B>>, Function1<Throwable, Future<B>>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- transparentHeadRequests() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- transparentHeadRequests() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- transport() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ClientTransportTestSetup
-
- transport() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- transport() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
The underlying transport used to connect to hosts.
- transport() - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
Deprecated.
Deprecated in favor of connectionSettings.transport. Since Akka HTTP 10.1.0.
- traversalBuilder() - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- traversalBuilder() - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- traversalBuilder() - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- traversalBuilder() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- traverse(M, Function1<A, Future<B>>, BuildFrom<M, B, M>, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.util.FastFuture$
-
- traverse(M, Function1<A, Future<B>>, BuildFrom<M, B, M>, ExecutionContext) - Static method in class org.apache.pekko.http.scaladsl.util.FastFuture
-
- trequire(Function1<L, Object>, Seq<Rejection>) - Method in class org.apache.pekko.http.scaladsl.server.Directive
-
Creates a new
pekko.http.scaladsl.server.Directive0
, which passes if the given predicate matches the current
extractions or rejects with the given rejections.
- trigger() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended.ElementAndTrigger
-
- tryCreateByteRangesBodyPart(Function3<ContentRange, RangeUnit, Seq<HttpHeader>, T>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- tryCreateFormDataBodyPart(Function3<String, Map<String, String>, Seq<HttpHeader>, T>) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart
-
- tryFlush() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutlet
-
- tryFlush() - Method in class org.apache.pekko.http.impl.engine.http2.BufferedOutletExtended
-
- tryMapping(JavaMapping<_J, _S>) - Method in class org.apache.pekko.http.impl.util.JavaMapping$
-
- tryMarshaller(Marshaller<A, B>) - Method in interface org.apache.pekko.http.scaladsl.marshalling.GenericMarshallers
-
- tryMarshaller(Marshaller<A, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
- tryPullSubStreams() - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
Tries to generate demand of SubStreams on the inlet from the user handler.
- tryToSerialize(T) - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- ts() - Method in class org.apache.pekko.http.impl.engine.server.MasterServerTerminator.AliveConnectionTerminators
-
- Tuple<T> - Interface in org.apache.pekko.http.scaladsl.server.util
-
Phantom type providing implicit evidence that a given type is a Tuple or Unit.
- tuple() - Method in class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
- Tuple$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- Tuple$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
- TupleAppendOneInstances - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleAppendOneInstances() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleAppendOneInstances
-
- TupleFoldInstances - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleFoldInstances() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleFoldInstances
-
- TupleOps<T> - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps(T) - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps
-
- TupleOps$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.TupleOps$
-
- TupleOps.AppendOne<P,S> - Interface in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.AppendOne$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.FoldLeft<In,T,Op> - Interface in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.FoldLeft$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.Join<P,S> - Interface in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.Join$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.Join$.Fold$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- TupleOps.LowLevelJoinImplicits - Class in org.apache.pekko.http.scaladsl.server.util
-
- Tupler<T> - Interface in org.apache.pekko.http.scaladsl.server.util
-
Provides a way to convert a value into an Tuple.
- Tupler$ - Class in org.apache.pekko.http.scaladsl.server.util
-
- Tupler$() - Constructor for class org.apache.pekko.http.scaladsl.server.util.Tupler$
-
- TurkishISpec - Class in org.apache.pekko.http.scaladsl.model
-
- TurkishISpec() - Constructor for class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- type() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- type(MediaType) - Static method in class org.apache.pekko.http.javadsl.model.headers.LinkParams
-
- type(MediaType) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type
-
- type$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type$
-
- typeCheck() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- typeCheck() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- typeCheck() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- typeCheck() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- typeCheck() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- typeCheck() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- typeCheck() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
U
- um() - Method in class org.apache.pekko.http.scaladsl.common.NameDefaultUnmarshallerReceptacle
-
- um() - Method in class org.apache.pekko.http.scaladsl.common.NameOptionUnmarshallerReceptacle
-
- um() - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
- um() - Method in class org.apache.pekko.http.scaladsl.common.RepeatedValueUnmarshallerReceptacle
-
- um() - Method in class org.apache.pekko.http.scaladsl.common.RequiredValueUnmarshallerReceptacle
-
- um() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedUnmarshaller
-
- Unacceptable() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- UnacceptableResponseContentTypeException(Set<ContentNegotiator.Alternative>) - Constructor for exception org.apache.pekko.http.scaladsl.marshalling.Marshal.UnacceptableResponseContentTypeException
-
- UnacceptableResponseContentTypeException$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshal.UnacceptableResponseContentTypeException$
-
- unacceptedResponseContentType(Iterable<ContentType>, Iterable<MediaType>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unacceptedResponseContentType(Iterable<ContentType>, Iterable<MediaType>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- UnacceptedResponseContentTypeRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by marshallers.
- UnacceptedResponseContentTypeRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by marshallers.
- UnacceptedResponseContentTypeRejection(Set<ContentNegotiator.Alternative>) - Constructor for class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection
-
- UnacceptedResponseContentTypeRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnacceptedResponseContentTypeRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnacceptedResponseContentTypeRejection$
-
- unacceptedResponseEncoding(HttpEncoding) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unacceptedResponseEncoding(Iterable<HttpEncoding>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unacceptedResponseEncoding(HttpEncoding) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- unacceptedResponseEncoding(Iterable<HttpEncoding>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- UnacceptedResponseEncodingRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by encoding filters.
- UnacceptedResponseEncodingRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by encoding filters.
- UnacceptedResponseEncodingRejection(Set<HttpEncoding>) - Constructor for class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection
-
- UnacceptedResponseEncodingRejection$ - Class in org.apache.pekko.http.javadsl.server
-
- UnacceptedResponseEncodingRejection$() - Constructor for class org.apache.pekko.http.javadsl.server.UnacceptedResponseEncodingRejection$
-
- UnacceptedResponseEncodingRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnacceptedResponseEncodingRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection$
-
- unapply(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.ContentType$
-
- unapply(ErrorInfo) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo$
-
- unapply(ErrorInfo) - Static method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- unapply(HttpCookie) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
Deprecated.
Pattern matching on HttpCookie is deprecated because of the big number of fields and potential future compatibility hazards. Please use other means to check the fields. Since Akka HTTP 10.2.0.
- unapply(HttpCookie) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Deprecated.
Pattern matching on HttpCookie is deprecated because of the big number of fields and potential future compatibility hazards. Please use other means to check the fields. Since Akka HTTP 10.2.0.
- unapply(HttpHeader) - Method in class org.apache.pekko.http.scaladsl.model.headers.ModeledCustomHeaderCompanion
-
- unapply(H) - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader$
-
- unapply(H) - Static method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- unapply(HttpHeader) - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader$
-
Extract name and value from a header.
- unapply(HttpHeader) - Static method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
Extract name and value from a header.
- unapply(HttpRequest) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
- unapply(HttpRequest) - Static method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- unapply(HttpResponse) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse$
-
- unapply(HttpResponse) - Static method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- unapply(MediaType) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- unapply(MediaType) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- unapply(org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges.BodyPart) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.ByteRanges$.BodyPart$
-
- unapply(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.FormData$.BodyPart$
-
- unapply(org.apache.pekko.http.scaladsl.model.Multipart.General.BodyPart) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$.BodyPart$
-
- unapply(Multipart.General) - Method in class org.apache.pekko.http.scaladsl.model.Multipart.General$
-
- unapply(SslSessionInfo) - Method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo$
-
- unapply(SslSessionInfo) - Static method in class org.apache.pekko.http.scaladsl.model.SslSessionInfo
-
- unapply(org.apache.pekko.http.scaladsl.model.Uri.Path.Segment) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.$tilde$
-
- unapply(org.apache.pekko.http.scaladsl.model.Uri.Path.Slash) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$.$tilde$
-
- unapply(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
- unapply(Uri) - Method in class org.apache.pekko.http.scaladsl.model.Uri.Path$
-
- unapply(UnsupportedRequestContentTypeRejection) - Method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$
-
- unapply(UnsupportedRequestContentTypeRejection) - Static method in class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- unapply(String) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.sse.ServerSentEventParser.PosInt$
-
- unapply(Unmarshaller.UnsupportedContentTypeException) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- UNAUTHORIZED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- Unauthorized() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- Unauthorized() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- Unavailable() - Method in class org.apache.pekko.http.impl.engine.rendering.DateHeaderRendering$
-
Date has not been used for a while
- UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UnavailableForLegalReasons() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UnavailableForLegalReasons() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- unbind() - Method in class org.apache.pekko.http.javadsl.ServerBinding
-
Asynchronously triggers the unbinding of the port that was bound by the materialization of the
connections
pekko.stream.javadsl.Source
The produced CompletionStage
is fulfilled when the unbinding has been completed.
- unbind() - Method in class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
Asynchronously triggers the unbinding of the port that was bound by the materialization of the
connections
pekko.stream.scaladsl.Source
Note that unbinding does NOT terminate existing connections.
- UnboundedMailboxConfig() - Method in class org.apache.pekko.stream.testkit.Utils$
-
Sets the default-mailbox to the usual
pekko.dispatch.UnboundedMailbox
instead of StreamTestDefaultMailbox
.
- UnboundedMailboxConfig() - Static method in class org.apache.pekko.stream.testkit.Utils
-
Sets the default-mailbox to the usual
pekko.dispatch.UnboundedMailbox
instead of StreamTestDefaultMailbox
.
- Unconnected$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.Unconnected$
-
- UndefinedEndOfLineConfiguration(String) - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration
-
- UndefinedEndOfLineConfiguration$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.BodyPartParser.UndefinedEndOfLineConfiguration$
-
- underlying() - Method in class org.apache.pekko.http.impl.util.EnhancedByteArray
-
- underlying() - Method in class org.apache.pekko.http.impl.util.EnhancedConfig
-
- underlying() - Method in class org.apache.pekko.http.impl.util.EnhancedString
-
- underlying() - Method in interface org.apache.pekko.http.javadsl.testkit.TestRoute
-
- underlying() - Method in class org.apache.pekko.http.scaladsl.server.Directive.Directive0Support
-
- underlying() - Method in class org.apache.pekko.http.scaladsl.server.Directive.SingleValueTransformers
-
- underlying() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.EnhancedFromEntityUnmarshaller
-
- UnexpectedCondition() - Method in class org.apache.pekko.http.impl.engine.ws.Protocol.CloseCodes$
-
- UnexpectedConnectionClosureException(int) - Constructor for exception org.apache.pekko.http.impl.engine.client.OutgoingConnectionBlueprint.UnexpectedConnectionClosureException
-
- UnexpectedException() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- UnexpectedException() - Constructor for exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException
-
- UnexpectedException$() - Constructor for exception org.apache.pekko.http.scaladsl.util.FastFutureSpec.UnexpectedException$
-
- UnexpectedOutputException(Object) - Constructor for exception org.apache.pekko.http.impl.util.One2OneBidiFlow.UnexpectedOutputException
-
- UnexpectedOutputException$() - Constructor for class org.apache.pekko.http.impl.util.One2OneBidiFlow.UnexpectedOutputException$
-
- Uninitialized() - Method in class org.apache.pekko.http.impl.util.CollectorStage
-
Accessor for nested Scala object
- Uninitialized$() - Constructor for class org.apache.pekko.http.impl.util.CollectorStage.Uninitialized$
-
- UniquePool(long) - Constructor for class org.apache.pekko.http.impl.engine.client.PoolId.UniquePool
-
- UniquePool$() - Constructor for class org.apache.pekko.http.impl.engine.client.PoolId.UniquePool$
-
- UniversalEntity - Interface in org.apache.pekko.http.javadsl.model
-
Marker-interface for entity types that can be used in any context
- UniversalEntity - Interface in org.apache.pekko.http.scaladsl.model
-
- Unknown(int) - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.Unknown
-
- UNKNOWN - Static variable in class org.apache.pekko.http.javadsl.model.RemoteAddresses
-
- Unknown$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.ErrorCode$.Unknown$
-
- Unknown$() - Constructor for class org.apache.pekko.http.scaladsl.model.RemoteAddress.Unknown$
-
- UnknownFrameEvent(Http2Protocol.FrameType, ByteFlag, int, ByteString) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent
-
- UnknownFrameEvent$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.UnknownFrameEvent$
-
- unmarshal(A, ExecutionContext, Materializer) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Apply this Unmarshaller to the given value.
- unmarshal(A, Materializer) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Apply this Unmarshaller to the given value.
- unmarshal(A, ExecutionContext, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Apply this Unmarshaller to the given value.
- unmarshal(A, ClassicActorSystemProvider) - Method in class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
Apply this Unmarshaller to the given value.
- unmarshal(HttpEntity, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- Unmarshal<A> - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshal(A) - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal
-
- Unmarshal$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshal$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal$
-
- unmarshaller(Class<T>) - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- unmarshaller(ObjectMapper, Class<T>) - Static method in class org.apache.pekko.http.javadsl.marshallers.jackson.Jackson
-
- Unmarshaller<A,B> - Class in org.apache.pekko.http.javadsl.unmarshalling
-
An unmarshaller transforms values of type A into type B.
- Unmarshaller() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller
-
- unmarshaller(Unmarshaller<HttpEntity, FormData>, Unmarshaller<HttpEntity, Multipart.FormData>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm$
-
- unmarshaller(<any>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$
-
- unmarshaller() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.FileData$
-
- unmarshaller(Unmarshaller<HttpEntity, FormData>, Unmarshaller<HttpEntity, Multipart.FormData>) - Static method in class org.apache.pekko.http.scaladsl.common.StrictForm
-
- Unmarshaller<A,B> - Interface in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller$ - Class in org.apache.pekko.http.javadsl.unmarshalling
-
- Unmarshaller$() - Constructor for class org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller$
-
- Unmarshaller$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- Unmarshaller.EitherUnmarshallingException - Exception in org.apache.pekko.http.scaladsl.unmarshalling
-
Order of parameters (`right` first, `left` second) is intentional, since that's the order we evaluate them in.
- Unmarshaller.EitherUnmarshallingException$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller.EnhancedFromEntityUnmarshaller<A> - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller.EnhancedFromEntityUnmarshaller$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller.EnhancedUnmarshaller<A,B> - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller.EnhancedUnmarshaller$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- Unmarshaller.NoContentException$ - Exception in org.apache.pekko.http.scaladsl.unmarshalling
-
Signals that unmarshalling failed because the entity was unexpectedly empty.
- Unmarshaller.UnsupportedContentTypeException - Exception in org.apache.pekko.http.javadsl.unmarshalling
-
- Unmarshaller.UnsupportedContentTypeException - Exception in org.apache.pekko.http.scaladsl.unmarshalling
-
Signals that unmarshalling failed because the entity content-type did not match one of the supported ranges.
- Unmarshaller.UnsupportedContentTypeException$ - Class in org.apache.pekko.http.scaladsl.unmarshalling
-
- UnmarshallerBase<A,B> - Interface in org.apache.pekko.http.javadsl.unmarshalling
-
- unmarshallerFromFSU(Unmarshaller<String, T>) - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$
-
- Unmarshallers - Interface in org.apache.pekko.http.javadsl.unmarshalling
-
- unmarshalPart(org.apache.pekko.http.scaladsl.model.Multipart.FormData.BodyPart.Strict, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller
-
- unmarshalString(String, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FieldUnmarshaller
-
- unmarshalTo(Try<T>, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.ScalatestUtils
-
- unmarshalTo(Try<T>, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2Utils
-
- unmarshalToValue(T, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.ScalatestUtils
-
- unmarshalToValue(T, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.Specs2Utils
-
- unmarshalValue(HttpEntity, Unmarshaller<HttpEntity, T>, ExecutionContext, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.MarshallingTestUtils
-
- unmaskIf(boolean) - Method in class org.apache.pekko.http.impl.engine.ws.Masking$
-
- unmaskIf(boolean) - Static method in class org.apache.pekko.http.impl.engine.ws.Masking
-
- Unmatched$() - Constructor for class org.apache.pekko.http.scaladsl.server.PathMatcher.Unmatched$
-
- unmatchedPath() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
The unmatched path of this context.
- unmatchedPath() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- unordered() - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Write-side / read-side, defines if (un)marshalling of incoming stream elements should be preserved or not.
- unordered() - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- unordered() - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Write-side / read-side, defines if (un)marshalling should preserve ordering of incoming stream elements.
- unordered() - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- unordered() - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- UNORDERED_COLLECTION - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
Non-standard Unordered Collection should not be used, deprecated in favor of
TOO_EARLY
- UnorderedCollection() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
Non-standard Unordered Collection should not be used, deprecated in favor of TooEarly. Since Akka HTTP 10.1.6.
- UnorderedCollection() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
Non-standard Unordered Collection should not be used, deprecated in favor of TooEarly. Since Akka HTTP 10.1.6.
- unprimed(HttpHeaderParser.Settings, LoggingAdapter, Function1<ErrorInfo, BoxedUnit>) - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser$
-
- unprimed(HttpHeaderParser.Settings, LoggingAdapter, Function1<ErrorInfo, BoxedUnit>) - Static method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParser
-
- Unprimed() - Method in class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode$
-
- Unprimed$() - Constructor for class org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserSpec.TestSetupMode.Unprimed$
-
- UNPROCESSABLE_CONTENT - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UNPROCESSABLE_ENTITY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
Deprecated.
deprecated in favor of UNPROCESSABLE_CONTENT since 1.1.0
- UnprocessableContent() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UnprocessableContent() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- UnprocessableEntity() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
Deprecated.
deprecated in favor of UnprocessableContent. Since 1.1.0.
- UnprocessableEntity() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
Deprecated.
deprecated in favor of UnprocessableContent. Since 1.1.0.
- unreserved() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- unreserved() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- unsafeToString() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- unsafeToString() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- Unsatisfiable(long) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable
-
- Unsatisfiable$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentRange.Unsatisfiable$
-
- unsatisfiableRange(Iterable<ByteRange>, long) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unsatisfiableRange(Iterable<ByteRange>, long) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- UnsatisfiableRangeRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by range directives.
- UnsatisfiableRangeRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by range directives.
- UnsatisfiableRangeRejection(Seq<ByteRange>, long) - Constructor for class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection
-
- UnsatisfiableRangeRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnsatisfiableRangeRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection$
-
- unsatisfiableRanges() - Method in class org.apache.pekko.http.scaladsl.server.UnsatisfiableRangeRejection
-
- Unspecified$() - Constructor for class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.Unspecified$
-
- UNSUPPORTED_MEDIA_TYPE - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UnsupportedContentTypeException(Set<ContentTypeRange>, Optional<ContentType>) - Constructor for exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Seq<ContentTypeRange>) - Constructor for exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Set<ContentTypeRange>) - Constructor for exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Optional<ContentType>, Seq<ContentTypeRange>) - Constructor for exception org.apache.pekko.http.javadsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Set<ContentTypeRange>, Optional<ContentType>) - Constructor for exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Set<ContentTypeRange>, Option<ContentType>) - Constructor for exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
- UnsupportedContentTypeException(Set<ContentTypeRange>) - Constructor for exception org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- UnsupportedContentTypeException$() - Constructor for class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException$
-
- UnsupportedMediaType() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UnsupportedMediaType() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- unsupportedRequestContentType(Iterable<MediaType>, Optional<ContentType>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unsupportedRequestContentType(Iterable<MediaType>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unsupportedRequestContentType(Iterable<MediaType>, Optional<ContentType>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- unsupportedRequestContentType(Iterable<MediaType>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- UnsupportedRequestContentTypeRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by unmarshallers.
- UnsupportedRequestContentTypeRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by unmarshallers.
- UnsupportedRequestContentTypeRejection(Set<ContentTypeRange>, Option<ContentType>) - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
- UnsupportedRequestContentTypeRejection(Set<ContentTypeRange>) - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection
-
Deprecated.
for binary compatibility. Since Akka HTTP 10.1.9.
- UnsupportedRequestContentTypeRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnsupportedRequestContentTypeRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$
-
- unsupportedRequestEncoding(HttpEncoding) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- unsupportedRequestEncoding(HttpEncoding) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- UnsupportedRequestEncodingRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by decoding filters.
- UnsupportedRequestEncodingRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by decoding filters.
- UnsupportedRequestEncodingRejection(HttpEncoding) - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection
-
- UnsupportedRequestEncodingRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnsupportedRequestEncodingRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedRequestEncodingRejection$
-
- UnsupportedWebSocketSubprotocolRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created when a websocket request was not handled because none of the given subprotocols
was supported.
- UnsupportedWebSocketSubprotocolRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created when a websocket request was not handled because none of the given subprotocols
was supported.
- UnsupportedWebSocketSubprotocolRejection(String) - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection
-
- UnsupportedWebSocketSubprotocolRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- UnsupportedWebSocketSubprotocolRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.UnsupportedWebSocketSubprotocolRejection$
-
- unwrapTls() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint$
-
- unwrapTls() - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Blueprint
-
- upcastSource(Source<T, Unit>) - Static method in class org.apache.pekko.http.impl.util.Util
-
- update(Duration, Function<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.javadsl.TimeoutAccess
-
Tries to set a new timeout and handler at the same time.
- update(Duration, Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.TimeoutAccess
-
Tries to set a new timeout and handler at the same time.
- updateAllStates(Function1<Http2StreamHandling.StreamState, Http2StreamHandling.StreamState>, String, Object) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- updateConnectionLevelWindow(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- updateDefaultWindow(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- updateHandler(Function<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.javadsl.TimeoutAccess
-
Tries to set a new timeout handler, which produces the timeout response for a given request.
- updateHandler(Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.TimeoutAccess
-
Tries to set a new timeout handler, which produces the timeout response for a
given request.
- updateMaxFrameSize(int) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- updatePriority(FrameEvent.PriorityFrame) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2Multiplexer
-
- updatePriority(FrameEvent.PriorityFrame) - Method in class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer.First$
-
- updatePriority(FrameEvent.PriorityFrame) - Method in interface org.apache.pekko.http.impl.engine.http2.StreamPrioritizer
-
Update priority information for a substream
- updateReports(String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- updateReports(String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- updateReportsAndShutdown() - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- updateReportsAndShutdown() - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- updateReportsUri(String) - Method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- updateReportsUri(String) - Static method in class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- updateState(int, Function1<Http2StreamHandling.StreamState, Http2StreamHandling.StreamState>, String, Object) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- updateStateAndReturn(int, Function1<Http2StreamHandling.StreamState, Tuple2<Http2StreamHandling.StreamState, R>>, String, Object) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- updateTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.TimeoutAccess
-
Tries to set a new timeout.
- updateTimeout(Duration) - Method in interface org.apache.pekko.http.scaladsl.TimeoutAccess
-
Tries to set a new timeout.
- upgrade() - Method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp$
-
- upgrade() - Static method in class org.apache.pekko.http.impl.engine.ws.EchoTestClientApp
-
- upgrade() - Method in interface org.apache.pekko.http.impl.model.parser.SimpleHeaders
-
- Upgrade - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Upgrade(Seq<UpgradeProtocol>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Upgrade
-
- Upgrade$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- Upgrade$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.Upgrade$
-
- UPGRADE_REQUIRED - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UpgradeHeader() - Method in class org.apache.pekko.http.impl.engine.http2.Http2Ext
-
- UpgradeHeader() - Method in class org.apache.pekko.http.impl.engine.ws.Handshake$
-
- UpgradeHeader() - Static method in class org.apache.pekko.http.impl.engine.ws.Handshake
-
- UpgradeProtocol - Class in org.apache.pekko.http.scaladsl.model.headers
-
- UpgradeProtocol(String, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- UpgradeProtocol$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- UpgradeProtocol$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol$
-
- UpgradeRequestBytes() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec
-
- UpgradeRequired() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UpgradeRequired() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- UpgradeResponseBytes() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec
-
- UpgradeToOtherProtocolResponseHeader - Class in org.apache.pekko.http.impl.engine.server
-
Internal API
- UpgradeToOtherProtocolResponseHeader(Flow<ByteString, ByteString, Object>) - Constructor for class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader
-
- UpgradeToOtherProtocolResponseHeader$ - Class in org.apache.pekko.http.impl.engine.server
-
- UpgradeToOtherProtocolResponseHeader$() - Constructor for class org.apache.pekko.http.impl.engine.server.UpgradeToOtherProtocolResponseHeader$
-
- UpgradeToWebSocket - Interface in org.apache.pekko.http.javadsl.model.ws
-
Deprecated.
use the WebSocketUpgrade attribute instead since Akka HTTP 10.2.0
- UpgradeToWebSocket - Interface in org.apache.pekko.http.scaladsl.model.ws
-
Deprecated.
This low-level API has been replaced by an attribute. Since Akka HTTP 10.2.0.
- UpgradeToWebSocketLowLevel - Class in org.apache.pekko.http.impl.engine.ws
-
Currently internal API to handle FrameEvents directly.
- UpgradeToWebSocketLowLevel() - Constructor for class org.apache.pekko.http.impl.engine.ws.UpgradeToWebSocketLowLevel
-
- UPPER_ALPHA() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- UPPER_ALPHA() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- uri() - Method in class org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart
-
- uri() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- URI() - Method in interface org.apache.pekko.http.impl.model.parser.LinkHeader
-
- URI() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- uri() - Method in class org.apache.pekko.http.javadsl.model.headers.RawRequestURI
-
- Uri - Class in org.apache.pekko.http.javadsl.model
-
Represents an Uri.
- Uri() - Constructor for class org.apache.pekko.http.javadsl.model.Uri
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Content$minusLocation
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkValue
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Location
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Raw$minusRequest$minusURI
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.headers.Referer
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- Uri - Class in org.apache.pekko.http.scaladsl.model
-
An immutable model of an internet URI as defined by https://tools.ietf.org/html/rfc3986.
- Uri(String, Uri.Authority, Uri.Path, Option<String>, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.Uri
-
- uri() - Method in class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- Uri$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.Uri$
-
- Uri$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri$() - Constructor for class org.apache.pekko.http.scaladsl.model.Uri$
-
- Uri.Authority - Class in org.apache.pekko.http.scaladsl.model
-
param: port A port number that may be
0
to signal the default port of for scheme.
- Uri.Authority$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Empty$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Host - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Host$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Host$.Empty$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.IPv4Host - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.IPv4Host$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.IPv6Host - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.IPv6Host$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.NamedHost - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.NamedHost$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.NonEmptyHost - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.ParsingMode - Interface in org.apache.pekko.http.javadsl.model
-
- Uri.ParsingMode - Interface in org.apache.pekko.http.scaladsl.model
-
- Uri.ParsingMode$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.ParsingMode$.Relaxed$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.ParsingMode$.Strict$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.$tilde$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.Empty$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.Segment - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.Segment$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.Slash - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.Slash$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Path$.SlashOrEmpty - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Query - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Query$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Query$.Cons - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Query$.Cons$ - Class in org.apache.pekko.http.scaladsl.model
-
- Uri.Query$.Empty$ - Class in org.apache.pekko.http.scaladsl.model
-
- URI_TOO_LONG - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UriJavaAccessor - Class in org.apache.pekko.http.impl.model
-
INTERNAL API.
- UriJavaAccessor() - Constructor for class org.apache.pekko.http.impl.model.UriJavaAccessor
-
- UriJavaAccessor$ - Class in org.apache.pekko.http.impl.model
-
INTERNAL API.
- UriJavaAccessor$() - Constructor for class org.apache.pekko.http.impl.model.UriJavaAccessor$
-
- UriParser - Class in org.apache.pekko.http.impl.model.parser
-
INTERNAL API
http://tools.ietf.org/html/rfc3986
- UriParser(ParserInput, Charset, Uri.ParsingMode, int) - Constructor for class org.apache.pekko.http.impl.model.parser.UriParser
-
- UriParser(ParserInput, Charset, Uri.ParsingMode) - Constructor for class org.apache.pekko.http.impl.model.parser.UriParser
-
- UriParser$ - Class in org.apache.pekko.http.impl.model.parser
-
- UriParser$() - Constructor for class org.apache.pekko.http.impl.model.parser.UriParser$
-
- uriParsingCharset() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- uriParsingMode() - Method in class org.apache.pekko.http.impl.model.parser.HeaderParser.Settings
-
- uriParsingMode() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- uriParsingMode() - Method in class org.apache.pekko.http.impl.settings.ParserSettingsImpl
-
- uriParsingMode() - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- UriParsingMode$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.UriParsingMode$
-
- uriReference() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- UriReference(char) - Method in interface org.apache.pekko.http.impl.model.parser.LinkHeader
-
- UriRenderer$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering.UriRenderer$
-
- UriRendering - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering
-
- UriRendering$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering$() - Constructor for class org.apache.pekko.http.scaladsl.model.UriRendering$
-
- UriRendering.AuthorityRenderer$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering.HostRenderer$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering.PathRenderer$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering.QueryRenderer$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriRendering.UriRenderer$ - Class in org.apache.pekko.http.scaladsl.model
-
- UriSpec - Class in org.apache.pekko.http.scaladsl.model
-
- UriSpec() - Constructor for class org.apache.pekko.http.scaladsl.model.UriSpec
-
- UriTooLong() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UriTooLong() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- url() - Method in class org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile
-
- urlEncodedFormDataUnmarshaller(Seq<ContentTypeRange>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromEntityUnmarshallers
-
- US_ASCII() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- US_ASCII - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- usage() - Method in class org.apache.pekko.http.impl.engine.client.PoolId
-
- USE_PROXY - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- UseProxy() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- UseProxy() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- User$minusAgent - Class in org.apache.pekko.http.scaladsl.model.headers
-
- User$minusAgent(Seq<ProductVersion>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent
-
- User$minusAgent$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- User$minusAgent$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.User$minusAgent$
-
- userAgent() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec.TestSetup
-
- UserAgent - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `User-Agent` header.
- UserAgent() - Constructor for class org.apache.pekko.http.javadsl.model.headers.UserAgent
-
- UserAgent$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.UserAgent$
-
- userAgentHeader() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- userAgentHeader() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- UserHandlerCompleted$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerCompleted$
-
- UserHandlerErredOut(Throwable) - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerErredOut
-
- UserHandlerErredOut$() - Constructor for class org.apache.pekko.http.impl.engine.ws.FrameHandler.UserHandlerErredOut$
-
- userHandlerGuard(int) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
Ensures that the user handler
- produces exactly one response per request
- has not more than
pipeliningLimit
responses outstanding
- userHandlerGuard(int) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
Ensures that the user handler
- produces exactly one response per request
- has not more than
pipeliningLimit
responses outstanding
- userInfo() - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- userInfo(String) - Method in class org.apache.pekko.http.impl.model.JavaUri
-
- userinfo() - Method in class org.apache.pekko.http.impl.model.parser.UriParser
-
- userinfo() - Method in class org.apache.pekko.http.javadsl.model.Authority
-
The percent decoded userinfo.
- userInfo() - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns the user-info of this Uri.
- userInfo(String) - Method in class org.apache.pekko.http.javadsl.model.Uri
-
Returns a copy of this instance with new user-info.
- userinfo() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Authority
-
- username() - Method in class org.apache.pekko.http.javadsl.model.headers.BasicHttpCredentials
-
- username() - Method in class org.apache.pekko.http.scaladsl.model.headers.BasicHttpCredentials
-
- usingPriorityTree() - Method in class org.apache.pekko.http.impl.engine.http2.StreamPrioritizer$
-
- UTF8() - Method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderDecompression
-
- Utf8CodingSpecs - Class in org.apache.pekko.http.impl.engine.ws
-
- Utf8CodingSpecs() - Constructor for class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- Utf8Decoder - Class in org.apache.pekko.http.impl.engine.ws
-
A Utf8 -> Utf16 (= Java char) decoder.
- Utf8Decoder() - Constructor for class org.apache.pekko.http.impl.engine.ws.Utf8Decoder
-
- Utf8Decoder$ - Class in org.apache.pekko.http.impl.engine.ws
-
A Utf8 -> Utf16 (= Java char) decoder.
- Utf8Decoder$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Utf8Decoder$
-
- Utf8Encoder - Class in org.apache.pekko.http.impl.engine.ws
-
A utf16 (= Java char) to utf8 encoder.
- Utf8Encoder() - Constructor for class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- Utf8Encoder$ - Class in org.apache.pekko.http.impl.engine.ws
-
A utf16 (= Java char) to utf8 encoder.
- Utf8Encoder$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- Utf8OneByteLimit() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- Utf8OneByteLimit() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- utf8String(Materializer, ExecutionContext) - Method in class org.apache.pekko.http.impl.util.EnhancedByteStringSource
-
- Utf8ThreeByteLimit() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- Utf8ThreeByteLimit() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- Utf8TwoByteLimit() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder$
-
- Utf8TwoByteLimit() - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- UTF_16 - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- UTF_16BE - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- UTF_16LE - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- UTF_8 - Static variable in class org.apache.pekko.http.javadsl.model.HttpCharsets
-
- Util - Class in org.apache.pekko.http.impl.util
-
Contains internal helper methods.
- Util() - Constructor for class org.apache.pekko.http.impl.util.Util
-
- Utils - Class in org.apache.pekko.stream.testkit
-
- Utils() - Constructor for class org.apache.pekko.stream.testkit.Utils
-
- Utils$ - Class in org.apache.pekko.stream.testkit
-
- Utils$() - Constructor for class org.apache.pekko.stream.testkit.Utils$
-
- Utils.TE - Exception in org.apache.pekko.stream.testkit
-
- Utils.TE$ - Class in org.apache.pekko.stream.testkit
-
- UUID - Static variable in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallers
-
An unmarshaller that parses the input String as a UUID.
- uuidFromStringUnmarshaller() - Method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef$
-
- uuidFromStringUnmarshaller() - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- uuidFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers$
-
- uuidFromStringUnmarshaller() - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- uuidFromStringUnmarshaller() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- uuidSegment() - Method in class org.apache.pekko.http.javadsl.server.PathMatchers$
-
A PathMatcher that matches and extracts a java.util.UUID instance.
- uuidSegment() - Static method in class org.apache.pekko.http.javadsl.server.PathMatchers
-
A PathMatcher that matches and extracts a java.util.UUID instance.
V
- validate(BooleanSupplier, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- validate(BooleanSupplier, String, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Checks the given condition before running its inner route.
- validate(BooleanSupplier, String, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- validate(String, String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- validate(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- validate(Function0<Object>, String) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Checks the given condition before running its inner route.
- validate(Http2CommonSettings) - Method in class org.apache.pekko.http.scaladsl.settings.Http2CommonSettings$
-
- validateAndWarnAboutLooseSettings() - Method in interface org.apache.pekko.http.scaladsl.DefaultSSLContextCreation
-
Deprecated.
PekkoSSLConfig usage is deprecated. Since Akka HTTP 10.2.0.
- validateHeader(HttpHeader) - Method in class org.apache.pekko.http.impl.engine.http2.RequestParsing$
-
- validateHeader(HttpHeader) - Static method in class org.apache.pekko.http.impl.engine.http2.RequestParsing
-
- validateMaxFrameSize(int) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance$
-
Validate value of MAX_FRAME_SIZE setting.
- validateMaxFrameSize(int) - Static method in class org.apache.pekko.http.impl.engine.http2.Http2Compliance
-
Validate value of MAX_FRAME_SIZE setting.
- validateRaw(String, String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair$
-
- validateRaw(String, String) - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- validateResponse(HttpResponse, Seq<String>, Sec$minusWebSocket$minusKey) - Method in class org.apache.pekko.http.impl.engine.ws.Handshake.Client$
-
Tries to validate the HTTP response.
- validationRejection(String) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- validationRejection(String, Optional<Throwable>) - Method in class org.apache.pekko.http.javadsl.server.Rejections$
-
- validationRejection(String) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- validationRejection(String, Optional<Throwable>) - Static method in class org.apache.pekko.http.javadsl.server.Rejections
-
- ValidationRejection - Interface in org.apache.pekko.http.javadsl.server
-
Rejection created by the
validation
directive as well as for IllegalArgumentExceptions
thrown by domain model constructors (e.g. via require
).
- ValidationRejection - Class in org.apache.pekko.http.scaladsl.server
-
Rejection created by the
validation
directive as well as for IllegalArgumentExceptions
thrown by domain model constructors (e.g. via require
).
- ValidationRejection(String, Option<Throwable>) - Constructor for class org.apache.pekko.http.scaladsl.server.ValidationRejection
-
- ValidationRejection$ - Class in org.apache.pekko.http.scaladsl.server
-
- ValidationRejection$() - Constructor for class org.apache.pekko.http.scaladsl.server.ValidationRejection$
-
- ValidUpgrade - Class in org.apache.pekko.http.scaladsl.model.ws
-
- ValidUpgrade(HttpResponse, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade
-
- ValidUpgrade$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- ValidUpgrade$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.ValidUpgrade$
-
- value() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.ConnNrHeader
-
- value() - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- value() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.Setting
-
- value() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- value() - Method in class org.apache.pekko.http.impl.engine.server.InternalCustomHeader
-
- value() - Method in class org.apache.pekko.http.impl.engine.ws.Bits.Multibit
-
- value() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- value() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- value() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- value() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- value() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- value() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- value() - Method in interface org.apache.pekko.http.impl.util.LazyValueBytesRenderable
-
- value() - Method in interface org.apache.pekko.http.impl.util.SingletonValueRenderable
-
- value() - Method in interface org.apache.pekko.http.impl.util.ValueRenderable
-
- value() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- value() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- value() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- value() - Method in interface org.apache.pekko.http.javadsl.model.ContentType
-
Returns the string representation of this ContentType
- value() - Method in interface org.apache.pekko.http.javadsl.model.headers.CacheDirective
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.CustomHeader
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookiePair
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpEncoding
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.LinkParam
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.ModeledCustomHeader
-
- value() - Method in class org.apache.pekko.http.javadsl.model.headers.RawHeader
-
- value() - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
Returns the name of this charset.
- value() - Method in class org.apache.pekko.http.javadsl.model.HttpHeader
-
Returns the String representation of the value of the header.
- value() - Method in class org.apache.pekko.http.javadsl.model.HttpMethod
-
Returns the name of the method.
- value() - Method in class org.apache.pekko.http.javadsl.model.HttpProtocol
-
Returns the String representation of this protocol.
- value() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- value() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- value() - Method in interface org.apache.pekko.http.javadsl.model.MediaType
-
Returns the string representation of this MediaType
- value() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromPart
-
- value() - Method in class org.apache.pekko.http.scaladsl.common.StrictForm.Field$.FromString
-
- value() - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshal
-
- value() - Method in interface org.apache.pekko.http.scaladsl.marshalling.ToResponseMarshallable
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.ContentRange.Other
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- value() - Method in interface org.apache.pekko.http.scaladsl.model.headers.CacheDirective
-
- value() - Static method in class org.apache.pekko.http.scaladsl.model.headers.EmptyHeader
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookiePair
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.IgnoredDirective
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParam
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.anchor
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.hreflang
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.media
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rel
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.rev
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title$times
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.title
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.LinkParams.type
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.MaxAge
-
- value() - Method in interface org.apache.pekko.http.scaladsl.model.headers.ModeledHeader
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.headers.RawHeader
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.HttpHeader
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.HttpMethod
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.HttpProtocol
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.SimpleRequestResponseAttribute
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.StatusCode
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Cons
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query$.Empty$
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.Uri.Query
-
- value() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- value() - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshal
-
- value() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- value() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- valueBytes() - Method in interface org.apache.pekko.http.impl.util.LazyValueBytesRenderable
-
- valueChars() - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
-
http://tools.ietf.org/html/rfc6265#section-4.1.1
US-ASCII characters excluding CTLs, whitespace DQUOTE, comma, semicolon, and backslash
- valueChars() - Static method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
http://tools.ietf.org/html/rfc6265#section-4.1.1
US-ASCII characters excluding CTLs, whitespace DQUOTE, comma, semicolon, and backslash
- valueOf(String) - Static method in enum org.apache.pekko.http.javadsl.coding.Coder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.pekko.http.javadsl.model.headers.SameSite
-
Returns the enum constant of this type with the specified name.
- ValueRenderable - Interface in org.apache.pekko.http.impl.util
-
INTERNAL API
An entity that has a rendered value (like an HttpHeader)
- values() - Static method in enum org.apache.pekko.http.javadsl.coding.Coder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.pekko.http.javadsl.model.headers.SameSite
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- valuesRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Link$
-
- valuesRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Link
-
- VARIANT_ALSO_NEGOTIATES - Static variable in class org.apache.pekko.http.javadsl.model.StatusCodes
-
- VariantAlsoNegotiates() - Method in class org.apache.pekko.http.scaladsl.model.StatusCodes$
-
- VariantAlsoNegotiates() - Static method in class org.apache.pekko.http.scaladsl.model.StatusCodes
-
- VCHAR() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- VCHAR() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- Verbatim(String) - Constructor for class org.apache.pekko.http.impl.engine.http2.hpack.Http2HeaderParsing.Verbatim
-
- verboseErrorMessages() - Method in class org.apache.pekko.http.impl.settings.RoutingSettingsImpl
-
- verboseErrorMessages() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- verboseErrorMessages() - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- verboseErrorMessages() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- verify(String) - Method in class org.apache.pekko.http.javadsl.server.directives.SecurityDirectives.ProvidedCredentials
-
Safely compares the passed in
secret
with the received secret part of the Credentials.
- verify(String, Function1<String, String>) - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
First applies the passed in
hasher
function to the received secret part of the Credentials
and then safely compares the passed in secret
with the hashed received secret.
- verify(String) - Method in class org.apache.pekko.http.scaladsl.server.directives.Credentials.Provided
-
Safely compares the passed in
secret
with the received secret part of the Credentials.
- verifyPath(Uri.Path, String, Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- verifyPath(Uri.Path, String, Uri.Host) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- verifyUri(Uri) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest$
-
Verifies that the given
Uri
is non-empty and has either scheme http
, https
, ws
, wss
or no scheme at all.
- verifyUri(Uri) - Static method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Verifies that the given
Uri
is non-empty and has either scheme http
, https
, ws
, wss
or no scheme at all.
- version() - Method in interface org.apache.pekko.http.impl.model.parser.WebSocketHeaders
-
- version() - Method in class org.apache.pekko.http.javadsl.model.headers.ProductVersion
-
- version() - Method in class org.apache.pekko.http.scaladsl.model.headers.ProductVersion
-
- version() - Method in class org.apache.pekko.http.scaladsl.model.headers.UpgradeProtocol
-
- Version - Class in org.apache.pekko.http
-
- Version() - Constructor for class org.apache.pekko.http.Version
-
- Version$ - Class in org.apache.pekko.http
-
- Version$() - Constructor for class org.apache.pekko.http.Version$
-
- versions() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- versionsRenderer() - Method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion$
-
- versionsRenderer() - Static method in class org.apache.pekko.http.scaladsl.model.headers.Sec$minusWebSocket$minusVersion
-
- video(String, boolean, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- video(String, MediaType.Compressibility, String...) - Static method in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- video(String, MediaType.Compressibility, Seq<String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType$
-
- video(String, MediaType.Compressibility, Seq<String>) - Static method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- VIDEO_AVS_VIDEO - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_DIVX - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_GL - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_MP4 - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_MPEG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_OGG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_QUICKTIME - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_WEBM - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_DV - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_FLV - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_MOTION_JPEG - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_MS_ASF - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_MSVIDEO - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- VIDEO_X_SGI_MOVIE - Static variable in class org.apache.pekko.http.javadsl.model.MediaTypes
-
- visibleChars() - Method in class org.apache.pekko.http.HashCodeCollider$
-
- visibleChars() - Static method in class org.apache.pekko.http.HashCodeCollider
-
W
- waitForShutdownSignal(ActorSystem) - Method in class org.apache.pekko.http.javadsl.server.HttpApp
-
Deprecated.
Hook that lets the user specify the future that will signal the shutdown of the server whenever
completed.
- waitForShutdownSignal(ActorSystem, ExecutionContext) - Method in class org.apache.pekko.http.scaladsl.server.HttpApp
-
Deprecated.
Hook that lets the user specify the future that will signal the shutdown of the server whenever completed.
- waitingForEndOfRequestEntity() - Method in interface org.apache.pekko.http.impl.engine.client.pool.SlotState.BusyState
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.Connecting
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.PushingRequestToConnection
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
- waitingForEndOfRequestEntity() - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- WaitingForEndOfRequestEntity$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfRequestEntity$
-
- WaitingForEndOfResponseEntity(PoolFlow.RequestContext, HttpResponse, boolean) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity
-
- WaitingForEndOfResponseEntity$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForEndOfResponseEntity$
-
- WaitingForResponse(PoolFlow.RequestContext, boolean) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse
-
- WaitingForResponse$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponse$
-
- WaitingForResponseDispatch(PoolFlow.RequestContext, Try<HttpResponse>, boolean) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch
-
- WaitingForResponseDispatch$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseDispatch$
-
- WaitingForResponseEntitySubscription(PoolFlow.RequestContext, HttpResponse, Duration, boolean) - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription
-
- WaitingForResponseEntitySubscription$() - Constructor for class org.apache.pekko.http.impl.engine.client.pool.SlotState.WaitingForResponseEntitySubscription$
-
- Warn$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderNameProcessingMode$.Warn$
-
- Warn$() - Constructor for class org.apache.pekko.http.scaladsl.settings.ParserSettings.IllegalResponseHeaderValueProcessingMode$.Warn$
-
- warning(Throwable, String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(Throwable, String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(Throwable, String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(Throwable, String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(Throwable, String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(String) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(String, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(String, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(String, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(String, Object, Object, Object, Object) - Static method in class org.apache.pekko.http.impl.util.DefaultNoLogging
-
- warning(Object) - Method in class org.apache.pekko.http.javadsl.server.directives.LogEntry$
-
- warning(Object) - Static method in class org.apache.pekko.http.javadsl.server.directives.LogEntry
-
- wasForced() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.ForceClose$
-
- wasForced() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.RequestAskedForClosing$
-
- wasForced() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested$.Unspecified$
-
- wasForced() - Method in interface org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext.CloseRequested
-
- watch(FiniteDuration, String, PrintStream, FiniteDuration, boolean) - Method in class org.apache.pekko.testkit.Coroner$
-
Ask the Coroner to print a report if it is not cancelled by the given deadline.
- watch(FiniteDuration, String, PrintStream, FiniteDuration, boolean) - Static method in class org.apache.pekko.testkit.Coroner
-
Ask the Coroner to print a report if it is not cancelled by the given deadline.
- WatchedByCoroner - Interface in org.apache.pekko.testkit
-
Mixin for tests that should be watched by the Coroner.
- weak() - Method in class org.apache.pekko.http.javadsl.model.headers.EntityTag
-
- weak() - Method in class org.apache.pekko.http.scaladsl.model.headers.EntityTag
-
- WebSocket - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
Defines components of the websocket stack.
- WebSocket() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocket
-
- WebSocket - Class in org.apache.pekko.http.javadsl.model.ws
-
- WebSocket() - Constructor for class org.apache.pekko.http.javadsl.model.ws.WebSocket
-
- WebSocket$ - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
Defines components of the websocket stack.
- WebSocket$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocket$
-
- WebSocket$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- WebSocket$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.WebSocket$
-
- WebSocket.Tick$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketClientBlueprint - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- WebSocketClientBlueprint() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint
-
- WebSocketClientBlueprint$ - Class in org.apache.pekko.http.impl.engine.ws
-
INTERNAL API
- WebSocketClientBlueprint$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
-
- webSocketClientFlow(WebSocketRequest) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a flow that once materialized establishes a WebSocket connection to the given Uri.
- webSocketClientFlow(WebSocketRequest, ConnectionContext, Optional<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a flow that once materialized establishes a WebSocket connection to the given Uri.
- webSocketClientFlow(WebSocketRequest, ConnectionContext, Option<InetSocketAddress>, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Constructs a flow that once materialized establishes a WebSocket connection to the given Uri.
- webSocketClientLayer(WebSocketRequest) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a WebSocket
pekko.stream.javadsl.BidiFlow
.
- webSocketClientLayer(WebSocketRequest, ClientConnectionSettings) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a WebSocket
pekko.stream.javadsl.BidiFlow
using the configured default ClientConnectionSettings
,
configured using the pekko.http.client
config section.
- webSocketClientLayer(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.Http
-
Constructs a WebSocket
pekko.stream.javadsl.BidiFlow
using the configured default ClientConnectionSettings
,
configured using the pekko.http.client
config section.
- webSocketClientLayer(WebSocketRequest, ClientConnectionSettings, LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.HttpExt
-
Constructs a
pekko.http.scaladsl.Http.WebSocketClientLayer
stage using the configured default pekko.http.scaladsl.settings.ClientConnectionSettings
,
configured using the pekko.http.client
config section.
- WebSocketClientSpec - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketClientSpec() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec
-
- WebSocketClientSpec.ClientEchoes - Interface in org.apache.pekko.http.impl.engine.ws
-
- WebSocketClientSpec.ClientProbes - Interface in org.apache.pekko.http.impl.engine.ws
-
- WebSocketClientSpec.EstablishedConnectionSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketClientSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketDirectives - Class in org.apache.pekko.http.javadsl.server.directives
-
- WebSocketDirectives() - Constructor for class org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives
-
- WebSocketDirectives - Interface in org.apache.pekko.http.scaladsl.server.directives
-
- WebSocketExtension - Class in org.apache.pekko.http.scaladsl.model.headers
-
A websocket extension as defined in http://tools.ietf.org/html/rfc6455#section-4.3
- WebSocketExtension(String, Map<String, String>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension
-
- WebSocketExtension$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- WebSocketExtension$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.WebSocketExtension$
-
- WebSocketHeaders - Interface in org.apache.pekko.http.impl.model.parser
-
- WebSocketIntegrationSpec - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketIntegrationSpec() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketIntegrationSpec
-
- websocketRandomFactory() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- websocketRandomFactory() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- websocketRandomFactory() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- websocketRandomFactory() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.randomFactory instead. Since Akka HTTP 10.1.1.
- WebSocketRequest - Class in org.apache.pekko.http.javadsl.model.ws
-
Represents a WebSocket request.
- WebSocketRequest() - Constructor for class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
- WebSocketRequest - Class in org.apache.pekko.http.scaladsl.model.ws
-
Represents a WebSocket request.
- WebSocketRequest(Uri, Seq<HttpHeader>, Option<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest
-
- WebSocketRequest$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- WebSocketRequest$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
-
- WebSocketRequest$ - Class in org.apache.pekko.http.scaladsl.model.ws
-
- WebSocketRequest$() - Constructor for class org.apache.pekko.http.scaladsl.model.ws.WebSocketRequest$
-
- websocketScheme(boolean) - Method in class org.apache.pekko.http.scaladsl.model.Uri$
-
- websocketScheme(boolean) - Static method in class org.apache.pekko.http.scaladsl.model.Uri
-
- WebSocketServerSpec - Class in org.apache.pekko.http.impl.engine.ws
-
- WebSocketServerSpec() - Constructor for class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec
-
- WebSocketServerSpec.TestSetup - Class in org.apache.pekko.http.impl.engine.ws
-
- websocketSettings() - Method in class org.apache.pekko.http.impl.engine.ws.MessageSpec.TestSetup
-
- websocketSettings() - Method in class org.apache.pekko.http.impl.settings.ClientConnectionSettingsImpl
-
- websocketSettings() - Method in class org.apache.pekko.http.impl.settings.ServerSettingsImpl
-
- WebSocketSettings - Interface in org.apache.pekko.http.javadsl.settings
-
Public API but not intended for subclassing
- websocketSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- websocketSettings() - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- WebSocketSettings - Class in org.apache.pekko.http.scaladsl.settings
-
- WebSocketSettings() - Constructor for class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- WebsocketSettings$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.WebsocketSettings$
-
- WebSocketSettings$ - Class in org.apache.pekko.http.javadsl.settings
-
- WebSocketSettings$() - Constructor for class org.apache.pekko.http.javadsl.settings.WebSocketSettings$
-
- WebSocketSettingsImpl - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- WebSocketSettingsImpl(Function0<Random>, String, Duration, Function0<ByteString>, boolean) - Constructor for class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl
-
- WebSocketSettingsImpl$ - Class in org.apache.pekko.http.impl.settings
-
INTERNAL API
- WebSocketSettingsImpl$() - Constructor for class org.apache.pekko.http.impl.settings.WebSocketSettingsImpl$
-
- websocketSupport(ServerSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint$
-
- websocketSupport(ServerSettings, LoggingAdapter) - Static method in class org.apache.pekko.http.impl.engine.server.HttpServerBluePrint
-
- websocketUpgrade(List<HttpHeader>, boolean, WebSocketSettings, LoggingAdapter) - Method in class org.apache.pekko.http.impl.engine.ws.Handshake.Server$
-
Validates a client WebSocket handshake.
- webSocketUpgrade - Static variable in class org.apache.pekko.http.javadsl.model.AttributeKeys
-
- WebSocketUpgrade - Interface in org.apache.pekko.http.javadsl.model.ws
-
An attribute that WebSocket requests will contain.
- webSocketUpgrade() - Method in class org.apache.pekko.http.scaladsl.model.AttributeKeys$
-
- webSocketUpgrade() - Static method in class org.apache.pekko.http.scaladsl.model.AttributeKeys
-
- WebSocketUpgrade - Interface in org.apache.pekko.http.scaladsl.model.ws
-
An attribute that will be added to an WebSocket upgrade HttpRequest that
enables a request handler to upgrade this connection to a WebSocket connection and
registers a WebSocket handler.
- WebSocketUpgradeResponse - Interface in org.apache.pekko.http.javadsl.model.ws
-
Represents an upgrade response for a WebSocket upgrade request.
- WebSocketUpgradeResponse - Interface in org.apache.pekko.http.scaladsl.model.ws
-
Represents the response to a websocket upgrade request.
- WebSocketUpgradeResponse$ - Class in org.apache.pekko.http.javadsl.model.ws
-
- WebSocketUpgradeResponse$() - Constructor for class org.apache.pekko.http.javadsl.model.ws.WebSocketUpgradeResponse$
-
- weekday() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the weekday of this instant in GMT.
- weekday(int) - Method in class org.apache.pekko.http.scaladsl.model.DateTime$
-
Returns the three-letter string for the weekday with the given index.
- weekday() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- weekdayStr() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the day of the week as a 3 letter abbreviation: `Sun`, `Mon`, `Tue`, `Wed`, `Thu`,
`Fri` or `Sat`
- weekdayStr() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
The day of the week as a 3 letter abbreviation:
Sun
, Mon
, Tue
, Wed
, Thu
, Fri
or Sat
- weight() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.PriorityFrame
-
- weight() - Method in interface org.apache.pekko.http.impl.engine.http2.PriorityNode
-
- weight() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- whenMaterialized() - Method in class org.apache.pekko.http.impl.util.StreamUtils.StreamControl
-
- whenShutdown() - Method in interface org.apache.pekko.http.impl.engine.client.PoolInterface
-
- whenTerminated() - Method in class org.apache.pekko.http.impl.util.StreamUtils.StreamControl
-
- whenTerminated() - Method in class org.apache.pekko.http.javadsl.ServerBinding
-
This completion stage completes when the termination process, as initiated by an
terminate
call has completed.
- whenTerminated() - Method in class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
This future completes when the termination process, as initiated by an
terminate
call has completed.
- whenTerminationSignalIssued() - Method in class org.apache.pekko.http.javadsl.ServerBinding
-
Completes when the
terminate
is called and server termination is in progress.
- whenTerminationSignalIssued() - Method in class org.apache.pekko.http.scaladsl.Http.ServerBinding
-
Completes when the
terminate
is called and server termination is in progress.
- willCloseAfter(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotContext
-
- willCloseAfter(HttpResponse) - Method in class org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec.MockSlotContext
-
- WINDOW_UPDATE$() - Constructor for class org.apache.pekko.http.impl.engine.http2.Http2Protocol.FrameType$.WINDOW_UPDATE$
-
- WindowIncrements(int, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements
-
- WindowIncrements$() - Constructor for class org.apache.pekko.http.impl.engine.http2.IncomingFlowController.WindowIncrements$
-
- windowSizeIncrement() - Method in class org.apache.pekko.http.impl.engine.http2.FrameEvent.WindowUpdateFrame
-
- WindowUpdateFrame(int, int) - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.WindowUpdateFrame
-
- WindowUpdateFrame$() - Constructor for class org.apache.pekko.http.impl.engine.http2.FrameEvent.WindowUpdateFrame$
-
- wipeDate(String) - Method in class org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec.TestSetup
-
- wipeDate(String) - Method in class org.apache.pekko.http.impl.engine.server.HttpServerTestSetupBase
-
- wipeDate(String) - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- withAcceptAll() - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withAcceptAll() - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Removes a potentially existing Accept header from the request headers.
- withAcceptAll() - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withAllowCredentials(boolean) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withAllowCredentials(boolean) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedHeaders(HttpHeaderRange) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withAllowedHeaders(HttpHeaderRange) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedHeaders(HttpHeaderRange) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedMethods(Iterable<HttpMethod>) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withAllowedMethods(Iterable<HttpMethod>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedMethods(Seq<HttpMethod>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedOrigins(HttpOriginMatcher) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withAllowedOrigins(HttpOriginMatcher) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowedOrigins(HttpOriginMatcher) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAllowGenericHttpRequests(boolean) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withAllowGenericHttpRequests(boolean) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withAnonymousUser(T) - Method in interface org.apache.pekko.http.scaladsl.server.directives.AuthenticationDirective
-
Returns a copy of this
AuthenticationDirective
that uses the given object as the
anonymous user which will be used if no credentials were supplied in the request.
- withAttributes(Attributes) - Static method in class org.apache.pekko.http.impl.engine.http2.hpack.HeaderCompression
-
- withAttributes(Attributes) - Static method in class org.apache.pekko.http.impl.engine.rendering.HttpResponseRendererFactory.HttpResponseRenderer
-
- withAttributes(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.FrameEventParser
-
- withAttributes(Attributes) - Static method in class org.apache.pekko.http.impl.engine.ws.Utf8Encoder
-
- withAttributes(Map<AttributeKey<?>, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the attributes set to the given ones.
- withAttributes(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withAttributes(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withAuthority(Uri.Authority) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given authority.
- withAuthority(Uri.Host, int, String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with a Authority created using the given host, port and userinfo.
- withAuthority(String, int) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with a Authority created using the given host and port.
- withBacklog(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withBacklog(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withBaseConnectionBackoff(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withBaseConnectionBackoff(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withBaseConnectionBackoff(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withBaseConnectionBackoff(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withBindTimeout(FiniteDuration) - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- withBindTimeout(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.ServerSettings.Timeouts
-
- withBoundary(String) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Multipart
-
- WithCharset(MediaType.WithOpenCharset, HttpCharset) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset
-
- withCharset(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
- WithCharset$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithCharset$
-
- withCharsetRange(HttpCharsetRange) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
Constructs a
ContentTypeRange
from this instance and the given charset.
- withChunked() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- withChunkedPeeled() - Method in class org.apache.pekko.http.scaladsl.model.headers.Transfer$minusEncoding
-
- withClientConnectionSettings(ClientConnectionSettings) - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Use custom
ClientConnectionSettings
for the connection.
- withClientConnectionSettings(ClientConnectionSettings) - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Use custom
ClientConnectionSettings
for the connection.
- withComp(MediaType.Compressibility) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- withComp(MediaType.Compressibility) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.NonBinary
-
- withComp(MediaType.Compressibility) - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- withCompletionTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withCompletionTimeout(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withConflictingContentTypeHeaderProcessingMode(ParserSettings.ConflictingContentTypeHeaderProcessingMode) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withConnectingTimeout(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withConnectingTimeout(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withConnectionSettings(ClientConnectionSettings) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withConnectionSettings(ClientConnectionSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withContentType(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.
- withContentType(ContentType) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Returns a copy of this entity with new content type
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- withContentType(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.
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.BodyPartEntity
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- withContentType(ContentType) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Creates a copy of this HttpEntity with the
contentType
overridden with the given one.
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Java API
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.RequestEntity
-
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.ResponseEntity
-
- withContentType(ContentType) - Method in interface org.apache.pekko.http.scaladsl.model.UniversalEntity
-
- withCookieParsingMode(ParserSettings.CookieParsingMode) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- withCookieParsingMode(ParserSettings.CookieParsingMode) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCookieParsingMode(ParserSettings.CookieParsingMode) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withCorrelationAttributes(Map<AttributeKey<?>, Object>) - Method in class org.apache.pekko.http.impl.engine.http2.Http2SubStream
-
- withCustomHttpsConnectionContext(HttpsConnectionContext) - Method in interface org.apache.pekko.http.javadsl.OutgoingConnectionBuilder
-
Use a custom
HttpsConnectionContext
for the connection.
- withCustomHttpsConnectionContext(HttpsConnectionContext) - Method in interface org.apache.pekko.http.scaladsl.OutgoingConnectionBuilder
-
Use a custom
HttpsConnectionContext
for the connection.
- withCustomHttpsContext(HttpsConnectionContext) - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- withCustomHttpsContext(HttpsConnectionContext) - Method in class org.apache.pekko.http.javadsl.ConnectWithHttps
-
- withCustomMediaTypes(MediaType...) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomMediaTypes(Seq<MediaType>) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomMediaTypes(Seq<MediaType>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withCustomMethods(HttpMethod...) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomMethods(Seq<HttpMethod>) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomMethods(Seq<HttpMethod>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withCustomResolver(BiFunction<String, Object, CompletionStage<InetSocketAddress>>) - Method in class org.apache.pekko.http.javadsl.ClientTransport$
-
Returns a
ClientTransport
that allows to customize host name resolution.
- withCustomResolver(BiFunction<String, Object, CompletionStage<InetSocketAddress>>) - Static method in class org.apache.pekko.http.javadsl.ClientTransport
-
Returns a
ClientTransport
that allows to customize host name resolution.
- withCustomResolver(Function2<String, Object, Future<InetSocketAddress>>) - Method in class org.apache.pekko.http.scaladsl.ClientTransport$
-
Returns a
ClientTransport
that allows to customize host name resolution.
- withCustomStatusCodes(StatusCode...) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomStatusCodes(Seq<StatusCode>) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withCustomStatusCodes(Seq<StatusCode>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withData(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.FrameData
-
- withData(ByteString) - Method in interface org.apache.pekko.http.impl.engine.ws.FrameEvent
-
- withData(ByteString) - Method in class org.apache.pekko.http.impl.engine.ws.FrameStart
-
- withData(Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited
-
- withData(Source<ByteString, Object>) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.IndefiniteLength
-
- withData(Source<ByteString, Object>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- withDecodeMaxBytesPerChunk(int) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withDecodeMaxBytesPerChunk(int) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withDecodeMaxSize(long) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withDecodeMaxSize(long) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withDefault(B) - Method in class org.apache.pekko.http.scaladsl.common.NameReceptacle
-
Extract the optional value as
String
, if it is missing use the given default value.
- withDefault(T) - Method in class org.apache.pekko.http.scaladsl.common.NameUnmarshallerReceptacle
-
Extract the optional value as
T
, if it is missing use the given default value.
- withDefaultCharset(HttpCharset) - Method in class org.apache.pekko.http.scaladsl.server.directives.ContentTypeResolver$
-
- withDefaultHeaders(HttpHeader, Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a new message that contains all of the given default headers which didn't already
exist (by case-insensitive header name) in this message.
- withDefaultHeaders(Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a new message that contains all of the given default headers which didn't already
exist (by case-insensitive header name) in this message.
- withDefaultHostHeader(Host) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withDefaultHostHeader(Host) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withDefaultHttpPort(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withDefaultHttpPort(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withDefaultHttpsContext() - Method in class org.apache.pekko.http.javadsl.ConnectHttpsImpl
-
- withDefaultHttpsContext() - Method in class org.apache.pekko.http.javadsl.ConnectWithHttps
-
- withDefaultHttpsPort(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withDefaultHttpsPort(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withDefaultValue(BB) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller
-
- withDomain(String) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given domain set.
- withDomain(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withEffectiveUri(boolean, Host) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Returns a copy of this request with the URI resolved according to the logic defined at
http://tools.ietf.org/html/rfc7230#section-5.5
- withEmitEmptyEvents(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
- withEmitEmptyEvents(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- withEnableHttp2(boolean) - Method in class org.apache.pekko.http.javadsl.settings.PreviewServerSettings
-
- withEnableHttp2(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.PreviewServerSettings
-
- withEntity(String) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of this message with a new entity.
- withEntity(byte[]) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ByteString) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ContentType.NonBinary, String) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ContentType, byte[]) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ContentType, ByteString) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ContentType, File) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(ContentType, Path) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(RequestEntity) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of Self message with a new entity.
- withEntity(RequestEntity) - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a copy of this instance with a new entity.
- withEntity(ResponseEntity) - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns a copy of this instance with a new entity.
- withEntity(RequestEntity) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the entity set to the given one.
- withEntity(String) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(byte[]) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ByteString) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ContentType.NonBinary, String) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ContentType, byte[]) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ContentType, ByteString) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ContentType, File) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(ContentType, Path) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
- withEntity(RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withEntity(RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withEntity(ResponseEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withEntity(RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withEntity(RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withErrorHeaderName(String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- withErrorLoggingVerbosity(ParserSettings.ErrorLoggingVerbosity) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withErrorLoggingVerbosity(ParserSettings.ErrorLoggingVerbosity) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withExecutionContext(ExecutionContextExecutor, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
ExecutionContextExecutor
.
- withExecutionContext(ExecutionContextExecutor, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withExecutionContext(ExecutionContextExecutor, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withExecutionContext(ExecutionContextExecutor) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withExecutionContext(ExecutionContextExecutor) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
ExecutionContextExecutor
.
- withExecutionContext(ExecutionContextExecutor) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new HttpRequest.
- withExecutionContext(ExecutionContextExecutor) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withExpires(DateTime) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given expiration set.
- withExpires(DateTime) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Scala API
- withExpires(DateTime) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- withExposedHeaders(Iterable<String>) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withExposedHeaders(Iterable<String>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withExposedHeaders(Seq<String>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withExtension(String) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given extension set.
- withExtension(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withFallback(ExceptionHandler) - Method in class org.apache.pekko.http.javadsl.server.ExceptionHandler
-
Creates a new
ExceptionHandler
which uses the given one as fallback for this one.
- withFallback(RejectionHandler) - Method in class org.apache.pekko.http.javadsl.server.RejectionHandler
-
Creates a new
RejectionHandler
which uses the given one as fallback for this one.
- withFallback(ExceptionHandler) - Method in interface org.apache.pekko.http.scaladsl.server.ExceptionHandler
-
Creates a new
ExceptionHandler
which uses the given one as fallback for this one.
- withFallback(RejectionHandler) - Method in interface org.apache.pekko.http.scaladsl.server.RejectionHandler
-
Creates a new
RejectionHandler
which uses the given one as fallback for this one.
- withFallbackSummary(String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- withFileGetConditional(boolean) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withFileGetConditional(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withFileIODispatcher(String) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- withFileIODispatcher(String) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
Deprecated.
binary compatibility method. Use `pekko.stream.materializer.blocking-io-dispatcher` to configure the dispatcher. Since Akka HTTP 10.1.6.
- WithFixedCharset(MediaType.WithFixedCharset) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset
-
- WithFixedCharset(String, String, String, HttpCharset, List<String>) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- WithFixedCharset$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithFixedCharset$
-
- withFixedContentType(ContentType, Function<A, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to content with a fixed charset from the given function.
- withFixedContentType(ContentType, Function<A, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to content with a fixed charset from the given function.
- withFixedContentType(ContentType, Function1<A, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to content with a fixed charset from the given function.
- withFixedContentType(ContentType, Function1<A, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to content with a fixed charset from the given function.
- WithFixedContentType(ContentType, Function0<A>) - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType
-
- WithFixedContentType$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithFixedContentType$
-
- withFixture(TestSuite.NoArgTest) - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
- withFragment(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given fragment.
- withFrameTypeThrottleBurst(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withFrameTypeThrottleCost(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withFrameTypeThrottleFrameTypes(Set<String>) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withFrameTypeThrottleInterval(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withFrameTypeThrottleInterval(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withFramingRenderer(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- withFramingRenderer(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- withFramingRenderer(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- withFramingRendererFlow(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.javadsl.common.CsvEntityStreamingSupport
-
Java API: Write-side, apply framing to outgoing entity stream.
- withFramingRendererFlow(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.javadsl.common.JsonEntityStreamingSupport
-
Java API: Write-side, apply framing to outgoing entity stream.
- withFramingRendererFlow(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- withFramingRendererFlow(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- withFramingRendererFlow(Flow<ByteString, ByteString, NotUsed>) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- withHeaders(Iterable<HttpHeader>) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of this message with new headers.
- withHeaders(Iterable<HttpHeader>) - Method in interface org.apache.pekko.http.javadsl.model.Trailer
-
Returns a copy of this trailer with new headers.
- withHeaders(HttpHeader, Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the list of headers set to the given ones.
- withHeaders(Seq<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the list of headers set to the given ones.
- withHeaders(Iterable<HttpHeader>) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Java API
- withHeaders(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withHeaders(Seq<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withHeaders(Iterable<HttpHeader>) - Method in class org.apache.pekko.http.scaladsl.model.Trailer
-
Java API
- withHeadersAndEntity(Seq<HttpHeader>, RequestEntity) - Method in interface org.apache.pekko.http.scaladsl.model.HttpMessage
-
Returns a copy of this message with the entity and headers set to the given ones.
- withHeadersAndEntity(Seq<HttpHeader>, RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withHeadersAndEntity(Seq<HttpHeader>, RequestEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withHeadersAndEntity(Seq<HttpHeader>, ResponseEntity) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withHeaderValueCacheLimits(Map<String, Object>) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withHeaderValueCacheLimits(Map<String, Object>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withHost(Uri.Host) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given host.
- withHost(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given host.
- withHostOverrides(List<Tuple2<String, ConnectionPoolSettings>>) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withHostOverrides(Seq<Tuple2<String, ConnectionPoolSettings>>) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withHttp2Settings(Http2ServerSettings) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withHttp2Settings(Http2ClientSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withHttp2Settings(Http2ServerSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withHttpOnly(boolean) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given http-only flag set.
- withHttpOnly(boolean) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withIdleTimeout(Duration) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withIdleTimeout(Duration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withIdleTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- withIdleTimeout(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withIdleTimeout(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withIdleTimeout(Duration) - Method in interface org.apache.pekko.http.scaladsl.settings.ServerSettings.Timeouts
-
- withIgnoreIllegalHeaderFor(List<String>) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withIgnoreIllegalHeaderFor(List<String>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withIllegalHeaderWarnings(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withIllegalHeaderWarnings(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withIllegalResponseHeaderNameProcessingMode(ParserSettings.IllegalResponseHeaderNameProcessingMode) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withIllegalResponseHeaderValueProcessingMode(ParserSettings.IllegalResponseHeaderValueProcessingMode) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- within(FiniteDuration, Function0<T>) - Method in interface org.apache.pekko.http.impl.engine.ws.ByteStringSinkProbe
-
- withIncludeSslSessionAttribute(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withIncludeSslSessionAttribute(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withIncludeTlsSessionInfoHeader(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withIncludeTlsSessionInfoHeader(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withIncomingConnectionLevelBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withIncomingConnectionLevelBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withIncomingConnectionLevelBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withIncomingConnectionLevelBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withIncomingStreamLevelBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withIncomingStreamLevelBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withIncomingStreamLevelBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withIncomingStreamLevelBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withInitialCapacity(int) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- withInitialCapacity(int) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- withInternalSettings(Http2InternalClientSettings) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withInternalSettings(Http2InternalServerSettings) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withKeepAliveTimeout(Duration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withKeepAliveTimeout(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withLevel(int) - Method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
Use Coders.Deflate(compressionLevel = ...) instead. Since Akka HTTP 10.2.0.
- withLevel(int) - Method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
Use Coders.Gzip(compressionLevel = ...) instead. Since Akka HTTP 10.2.0.
- withLfuCacheSettings(LfuCacheSettings) - Method in class org.apache.pekko.http.caching.javadsl.CachingSettings
-
- withLfuCacheSettings(LfuCacheSettings) - Method in class org.apache.pekko.http.caching.scaladsl.CachingSettings
-
- withLineLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
- withLineLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- withLingerTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- withLingerTimeout(Duration) - Method in interface org.apache.pekko.http.scaladsl.settings.ServerSettings.Timeouts
-
- withLocalAddress(Optional<InetSocketAddress>) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withLocalAddress(Option<InetSocketAddress>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withLocalAddressOverride(Option<InetSocketAddress>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
Returns a new instance with the given local address set if the given override is
Some(address)
, otherwise
return this instance unchanged.
- withLog(LoggingAdapter, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
LoggingAdapter
.
- withLog(LoggingAdapter, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withLog(LoggingAdapter, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withLog(LoggingAdapter) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withLog(LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
pekko.event.LoggingAdapter
.
- withLog(LoggingAdapter) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new LoggingAdapter.
- withLog(LoggingAdapter) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- WithLogCapturing - Interface in org.apache.pekko.http.impl.util
-
Mixin this trait to a test to make log lines appear only when the test failed.
- withLogFrames(boolean) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withLogFrames(boolean) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withLogFrames(boolean) - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- withLogFrames(boolean) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withLogFrames(boolean) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withLogFrames(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- withLogUnencryptedNetworkBytes(Optional<Object>) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withLogUnencryptedNetworkBytes(Optional<Object>) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withLogUnencryptedNetworkBytes(Option<Object>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withLogUnencryptedNetworkBytes(Option<Object>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withMaterializer(Materializer, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
pekko.stream.Materializer
.
- withMaterializer(Materializer, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withMaterializer(Materializer, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withMaterializer(Materializer) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withMaterializer(Materializer) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Use custom
Materializer
for the binding
- withMaterializer(Materializer) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
pekko.stream.Materializer
.
- withMaterializer(Materializer) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new HttpRequest.
- withMaterializer(Materializer) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withMaterializer(Materializer) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Use custom
Materializer
for the binding
- withMaterializer(Function1<ExecutionContext, Function1<Materializer, Function1<A, Future<B>>>>) - Method in class org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller$
-
- withMaxAge(OptionalLong) - Method in class org.apache.pekko.http.cors.javadsl.settings.CorsSettings
-
- withMaxAge(OptionalLong) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withMaxAge(Option<Object>) - Method in class org.apache.pekko.http.cors.scaladsl.settings.CorsSettings
-
- withMaxAge(long) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given max age set.
- withMaxAge(long) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withMaxBytesPerChunk(int) - Method in interface org.apache.pekko.http.scaladsl.coding.Decoder
-
- withMaxBytesPerChunk(int) - Static method in class org.apache.pekko.http.scaladsl.coding.Deflate
-
Deprecated.
- withMaxBytesPerChunk(int) - Static method in class org.apache.pekko.http.scaladsl.coding.Gzip
-
Deprecated.
- withMaxBytesPerChunk(int) - Static method in class org.apache.pekko.http.scaladsl.coding.NoCoding
-
Deprecated.
- withMaxBytesPerChunk(int) - Method in interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
-
Deprecated.
- withMaxCapacity(int) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- withMaxCapacity(int) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- withMaxChunkExtLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxChunkExtLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxChunkSize(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxChunkSize(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxCommentParsingDepth(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxCommentParsingDepth(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxConcurrentStreams(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withMaxConcurrentStreams(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withMaxConcurrentStreams(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withMaxConcurrentStreams(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withMaxConnectionBackoff(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMaxConnectionBackoff(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withMaxConnectionBackoff(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withMaxConnectionBackoff(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withMaxConnectionLifetime(Duration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMaxConnectionLifetime(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withMaxConnections(int) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMaxConnections(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withMaxConnections(int) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withMaxConnections(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withMaxContentLength(long) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxContentLength(long) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxContentLength(Option<Object>) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxEventSize(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSentEventSettings
-
- withMaxEventSize(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSentEventSettings
-
- withMaxHeaderCount(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxHeaderCount(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxHeaderNameLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxHeaderNameLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxHeaderValueLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxHeaderValueLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxMethodLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxMethodLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxOpenRequests(int) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMaxOpenRequests(int) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withMaxPersistentAttempts(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withMaxPersistentAttempts(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withMaxResponseReasonLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxResponseReasonLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxRetries(int) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMaxRetries(int) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withMaxToStrictBytes(long) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxToStrictBytes(long) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMaxUriLength(int) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withMaxUriLength(int) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withMethod(HttpMethod) - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a copy of this instance with a new method.
- withMethod(HttpMethod) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withMinCollectStrictEntitySize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withMinCollectStrictEntitySize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withMinConnections(int) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withMinConnections(int) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- WithMissingCharset(MediaType.WithOpenCharset) - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset
-
- withMissingCharset() - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
Turns the media type into a content type without specifying a charset.
- WithMissingCharset$() - Constructor for class org.apache.pekko.http.scaladsl.model.ContentType.WithMissingCharset$
-
- withModeledHeaderParsing(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withModeledHeaderParsing(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withName(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withOpenCharset(MediaType.WithOpenCharset, BiFunction<A, HttpCharset, B>) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to content with a negotiable charset from the given function.
- withOpenCharset(MediaType.WithOpenCharset, BiFunction<A, HttpCharset, B>) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to content with a negotiable charset from the given function.
- withOpenCharset(MediaType.WithOpenCharset, Function2<A, HttpCharset, B>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller$
-
Helper for creating a synchronous
Marshaller
to content with a negotiable charset from the given function.
- withOpenCharset(MediaType.WithOpenCharset, Function2<A, HttpCharset, B>) - Static method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Helper for creating a synchronous
Marshaller
to content with a negotiable charset from the given function.
- WithOpenCharset(MediaType.WithOpenCharset, Function1<HttpCharset, A>) - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset
-
- WithOpenCharset(String, String) - Constructor for class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
- WithOpenCharset$() - Constructor for class org.apache.pekko.http.scaladsl.marshalling.Marshalling.WithOpenCharset$
-
- withoutFragment() - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Drops the fragment from this URI
- withOutgoingControlFrameBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withOutgoingControlFrameBufferSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withOutgoingControlFrameBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withOutgoingControlFrameBufferSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withoutRequestTimeout(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withoutRequestTimeout(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
- withoutRequestTimeout(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withoutRequestTimeout() - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Lift the size limit from this entity by returning a new entity instance which skips the size
verification.
- withoutSizeLimit(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withoutSizeLimit(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Disables the size limit (configured by
pekko.http.parsing.max-content-length
by default) checking on the incoming
pekko.http.javadsl.model.HttpRequest
entity.
- withoutSizeLimit(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.BodyPartEntity
-
- withoutSizeLimit() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- withoutSizeLimit() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- withoutSizeLimit() - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Lift the size limit from this entity by returning a new entity instance which skips the size verification.
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.RequestEntity
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.ResponseEntity
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.model.UniversalEntity
-
- withoutSizeLimit() - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Disables the size limit (configured by
pekko.http.parsing.max-content-length
by default) checking on the incoming
HttpRequest
entity.
- withParallelMarshalling(int, boolean) - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Write-side / read-side, defines parallelism and if ordering should be preserved or not of Source element marshalling.
- withParallelMarshalling(int, boolean) - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- withParallelMarshalling(int, boolean) - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Write-side / read-side, defines parallelism and if ordering should be preserved or not of Source element marshalling.
- withParallelMarshalling(int, boolean) - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- withParallelMarshalling(int, boolean) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- withParam(String, String) - Method in class org.apache.pekko.http.impl.model.JavaQuery
-
- withParam(String, String) - Method in class org.apache.pekko.http.javadsl.model.Query
-
Returns a copy of this instance with a query parameter added.
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange
-
Returns a copy of this instance with the params replaced by the given ones.
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Binary
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.Multipart
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithFixedCharset
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType.WithOpenCharset
-
- withParams(Map<String, String>) - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- withParserSettings(HeaderParser.Settings) - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec.TestHeader
-
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withParserSettings(ParserSettings) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new
pekko.http.scaladsl.settings.ParserSettings
.
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withParserSettings(ParserSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withParsingErrorHandler(String) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withParsingErrorHandler(String) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withPath(String) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given path set.
- withPath(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withPath(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given path.
- withPeriodicKeepAliveData(Supplier<ByteString>) - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- withPeriodicKeepAliveData(Function0<ByteString>) - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- withPeriodicKeepAliveMaxIdle(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- withPeriodicKeepAliveMaxIdle(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- withPeriodicKeepAliveMode(String) - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- withPeriodicKeepAliveMode(String) - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- withPingInterval(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withPingInterval(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withPingInterval(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withPingInterval(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withPingTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withPingTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withPingTimeout(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withPingTimeout(FiniteDuration) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withPipeliningLimit(int) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
Client-side pipelining is not currently supported, see https://github.com/akka/akka-http/issues/32
- withPipeliningLimit(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withPipeliningLimit(int) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withPipeliningLimit(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- WithPoolId(Http.HostConnectionPool) - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolId
-
- WithPoolStatus(PoolId) - Constructor for class org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec.WithPoolStatus
-
- withPort(int) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given port.
- withPrecompressedMediaTypeSupport(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.CodingDirectives
-
Inspects the response entity and adds a
Content-Encoding: gzip
response header if
the entity's media-type is precompressed with gzip and no Content-Encoding
header is present yet.
- withPrecompressedMediaTypeSupport(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withPrecompressedMediaTypeSupport(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withPrecompressedMediaTypeSupport() - Method in interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
-
Inspects the response entity and adds a
Content-Encoding: gzip
response header if
the entity's media-type is precompressed with gzip and no Content-Encoding
header is present yet.
- withPrefixedOut(String, Function0<T>) - Method in interface org.apache.pekko.http.impl.util.WithLogCapturing
-
Adds a prefix to every line printed out during execution of the thunk.
- withPreviewServerSettings(PreviewServerSettings) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withPreviewServerSettings(PreviewServerSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withProtocol(HttpProtocol) - Method in interface org.apache.pekko.http.javadsl.model.HttpMessage.MessageTransformations
-
Returns a copy of this message with a new protocol.
- withProtocol(HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withProtocol(HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withProtocol(HttpProtocol) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withQuery(Uri.Query) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given query.
- withQValue(float) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
-
- withQValue(float) - Method in class org.apache.pekko.http.javadsl.model.headers.Language
-
- withQValue(float) - Method in interface org.apache.pekko.http.javadsl.model.headers.LanguageRange
-
- withQValue(float) - Method in class org.apache.pekko.http.javadsl.model.HttpCharset
-
An alias for toRange(float).
- withQValue(float) - Method in class org.apache.pekko.http.javadsl.model.HttpCharsetRange
-
Returns a copy of this range with the given qValue.
- withQValue(float) - Method in class org.apache.pekko.http.javadsl.model.MediaRange
-
Returns a copy of this instance with a changed qValue.
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncoding
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.$times
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange.One
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.Language
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.$times
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.headers.LanguageRange.One
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharset
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.$times
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.HttpCharsetRange.One
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.MediaRange.One
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.MediaRanges.PredefinedMediaRange
-
- withQValue(float) - Method in class org.apache.pekko.http.scaladsl.model.MediaType
-
- WithQValue<T> - Interface in org.apache.pekko.http.scaladsl.model
-
Helper trait for objects that allow creating new instances with a modified qValue.
- withQValue(double) - Method in interface org.apache.pekko.http.scaladsl.model.WithQValue
-
truncates Double qValue to float and returns a new instance with this qValue set
- withQValue(float) - Method in interface org.apache.pekko.http.scaladsl.model.WithQValue
-
- withRandomFactoryFactory(Supplier<Random>) - Method in interface org.apache.pekko.http.javadsl.settings.WebSocketSettings
-
- withRandomFactoryFactory(Supplier<Random>) - Method in class org.apache.pekko.http.scaladsl.settings.WebSocketSettings
-
- withRangeCoalescingThreshold(long) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withRangeCoalescingThreshold(long) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withRangeCountLimit(int) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withRangeCountLimit(int) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withRangeSupport(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withRangeSupport(Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.RangeDirectives
-
Answers GET requests with an
Accept-Ranges: bytes
header and converts HttpResponses coming back from its inner
route into partial responses if the initial request contained a valid Range
request header.
- withRangeSupport(Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withRangeSupport() - Method in interface org.apache.pekko.http.scaladsl.server.directives.RangeDirectives
-
Answers GET requests with an
Accept-Ranges: bytes
header and converts HttpResponses coming back from its inner
route into partial responses if the initial request contained a valid Range
request header.
- withRawQueryString(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given query string.
- withRawQueryString(String, Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given query string.
- withRawRequestUriHeader(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withRawRequestUriHeader(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withRemoteAddressAttribute(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withRemoteAddressAttribute(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withRemoteAddressHeader(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withRemoteAddressHeader(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withRenderVanityFooter(boolean) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withRenderVanityFooter(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withRequest(HttpRequest) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withRequest(HttpRequest) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new HttpRequest.
- withRequest(HttpRequest) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withRequestEntityChunkSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ClientSettings
-
- withRequestEntityChunkSize(int) - Method in interface org.apache.pekko.http.javadsl.settings.Http2ServerSettings
-
- withRequestEntityChunkSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ClientSettings
-
- withRequestEntityChunkSize(int) - Method in interface org.apache.pekko.http.scaladsl.settings.Http2ServerSettings
-
- withRequestHeaderSizeHint(int) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withRequestHeaderSizeHint(int) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withRequestTimeout(Duration, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withRequestTimeout(Duration, Function<HttpRequest, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withRequestTimeout(Duration, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout and handler (if provided) at the same time.
- withRequestTimeout(Duration, Function<HttpRequest, HttpResponse>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout and handler (if provided) at the same time.
- withRequestTimeout(Duration, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withRequestTimeout(Duration, Function<HttpRequest, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withRequestTimeout(Duration) - Method in interface org.apache.pekko.http.javadsl.settings.ServerSettings.Timeouts
-
- withRequestTimeout(Duration) - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout and handler (if provided) at the same time.
- withRequestTimeout(Duration, Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout and handler (if provided) at the same time.
- withRequestTimeout(Duration, Option<Function1<HttpRequest, HttpResponse>>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout and handler (if provided) at the same time.
- withRequestTimeout(Duration) - Method in interface org.apache.pekko.http.scaladsl.settings.ServerSettings.Timeouts
-
- withRequestTimeoutResponse(Function<HttpRequest, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withRequestTimeoutResponse(Function<HttpRequest, HttpResponse>, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout handler, which produces the timeout response for a
given request.
- withRequestTimeoutResponse(Function<HttpRequest, HttpResponse>, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withRequestTimeoutResponse(Function1<HttpRequest, HttpResponse>) - Method in interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
-
Tries to set a new request timeout handler, which produces the timeout response for a
given request.
- withResponseEntitySubscriptionTimeout(Duration) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withResponseEntitySubscriptionTimeout(Duration) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withResponseHeaderSizeHint(int) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withResponseHeaderSizeHint(int) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withReturnType(T) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntitySpec
-
- withRoutingSettings(RoutingSettings) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withRoutingSettings(RoutingSettings) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the new RoutingSettings.
- withRoutingSettings(RoutingSettings) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withSameSite(SameSite) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given
SameSite
set.
- withSameSite(Optional<SameSite>) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given Optional
SameSite
set.
- withSameSite(SameSite) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Scala API
- withSameSite(Option<SameSite>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withSameSite(SameSite) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
Java API
- withSameSite(Optional<SameSite>) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withScheme(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given scheme.
- withSecure(boolean) - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookie
-
Returns a copy of this HttpCookie instance with the given secure flag set.
- withSecure(boolean) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withServerHeader(Optional<Server>) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withServerHeader(Option<Server>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withSettings(RoutingSettings, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
RoutingSettings
.
- withSettings(RoutingSettings, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withSettings(RoutingSettings, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withSettings(ServerSettings) - Method in interface org.apache.pekko.http.javadsl.ServerBuilder
-
Use custom
ServerSettings
for the binding.
- withSettings(RoutingSettings) - Method in interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
-
Runs its inner route with the given alternative
RoutingSettings
.
- withSettings(ServerSettings) - Method in interface org.apache.pekko.http.scaladsl.ServerBuilder
-
Use custom
ServerSettings
for the binding.
- withSizeLimit(long) - Method in interface org.apache.pekko.http.javadsl.model.HttpEntity
-
Apply the given size limit to this entity by returning a new entity instance which
automatically verifies that the data stream encapsulated by this instance produces at most
`maxBytes` data bytes.
- withSizeLimit(long, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.directives.FramedEntityStreamingDirectives
-
- withSizeLimit(long, Supplier<Route>) - Method in class org.apache.pekko.http.javadsl.server.directives.MiscDirectives
-
Fails the stream with
pekko.http.scaladsl.model.EntityStreamSizeException
if its request entity size exceeds
given limit.
- withSizeLimit(long, Supplier<Route>) - Static method in class org.apache.pekko.http.javadsl.server.Directives
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.BodyPartEntity
-
- withSizeLimit(long) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked
-
- withSizeLimit(long) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Default
-
- withSizeLimit(long) - Method in class org.apache.pekko.http.scaladsl.model.HttpEntity.Strict
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity.WithoutKnownLength
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.HttpEntity
-
Apply the given size limit to this entity by returning a new entity instance which automatically verifies that the
data stream encapsulated by this instance produces at most
maxBytes
data bytes.
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.RequestEntity
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.ResponseEntity
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.model.UniversalEntity
-
- withSizeLimit(long) - Method in interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
-
Fails the stream with
pekko.http.scaladsl.model.EntityStreamSizeException
if its request entity size exceeds
given limit.
- withSocketOptions(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withSocketOptions(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withSocketOptions(Seq<Inet.SocketOption>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withSocketOptions(Iterable<Inet.SocketOption>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withSocketOptions(Seq<Inet.SocketOption>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withStatus(StatusCode) - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns a copy of this instance with a new status-code.
- withStatus(int) - Method in class org.apache.pekko.http.javadsl.model.HttpResponse
-
Returns a copy of this instance with a new status-code.
- withStatus(int) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withStatus(StatusCode) - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- withStreamCancellationDelay(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withStreamCancellationDelay(FiniteDuration) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withStreamCancellationDelay(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withStreamCancellationDelay(FiniteDuration) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withSummary(String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- withSummaryPrepended(String) - Method in class org.apache.pekko.http.scaladsl.model.ErrorInfo
-
- withSupported(ContentTypeRange) - Method in class org.apache.pekko.http.javadsl.common.EntityStreamingSupport
-
Read-side, allows changing what content types are accepted by this framing.
- withSupported(ContentTypeRange) - Method in class org.apache.pekko.http.scaladsl.common.CsvEntityStreamingSupport
-
- withSupported(ContentTypeRange) - Method in class org.apache.pekko.http.scaladsl.common.EntityStreamingSupport
-
Read-side, allows changing what content types are accepted by this framing.
- withSupported(ContentTypeRange) - Method in class org.apache.pekko.http.scaladsl.common.JsonEntityStreamingSupport
-
- withSupported(ContentTypeRange) - Method in class org.apache.pekko.http.scaladsl.marshallers.sprayjson.JsonEntityStreamingSupport
-
- withTerminationDeadlineExceededResponse(HttpResponse) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withTerminationDeadlineExceededResponse(HttpResponse) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withTimeouts(ServerSettings.Timeouts) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withTimeouts(ServerSettings.Timeouts) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withTimeToIdle(Duration) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- withTimeToIdle(Duration) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- withTimeToLive(Duration) - Method in class org.apache.pekko.http.caching.javadsl.LfuCacheSettings
-
- withTimeToLive(Duration) - Method in class org.apache.pekko.http.caching.scaladsl.LfuCacheSettings
-
- WithTransformation(A) - Constructor for class org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport.WithTransformation
-
- WithTransformation2(HttpRequest) - Constructor for class org.apache.pekko.http.scaladsl.testkit.RouteTest.WithTransformation2
-
- WithTransformerConcatenation(Function1<A, B>) - Constructor for class org.apache.pekko.http.scaladsl.client.TransformerPipelineSupport.WithTransformerConcatenation
-
- withTransparentHeadRequests(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withTransparentHeadRequests(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withTransport(ClientTransport) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withTransport(ClientTransport) - Method in class org.apache.pekko.http.javadsl.settings.ConnectionPoolSettings
-
- withTransport(ClientTransport) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withTransport(ClientTransport) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
Since Akka HTTP 10.1.0, the transport is configured in
ClientConnectionSettings
.
- withUnmatchedPath(String) - Method in class org.apache.pekko.http.javadsl.server.RequestContext
-
- withUnmatchedPath(Uri.Path) - Method in interface org.apache.pekko.http.scaladsl.server.RequestContext
-
Returns a copy of this context with the unmatched path updated to the given one.
- withUnmatchedPath(Uri.Path) - Method in class org.apache.pekko.http.scaladsl.server.RequestContextImpl
-
- withUpdatedConnectionSettings(Function1<ClientConnectionSettings, ClientConnectionSettings>) - Method in class org.apache.pekko.http.impl.settings.ConnectionPoolSettingsImpl
-
- withUpdatedConnectionSettings(Function1<ClientConnectionSettings, ClientConnectionSettings>) - Method in class org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings
-
- withUri(Uri) - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a copy of this instance with a new Uri.
- withUri(String) - Method in class org.apache.pekko.http.javadsl.model.HttpRequest
-
Returns a copy of this instance with a new Uri.
- withUri(String) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withUri(Uri) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- withUri(Uri) - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
Java API
- withUriParsingMode(Uri.ParsingMode) - Method in class org.apache.pekko.http.javadsl.settings.ParserSettings
-
- withUriParsingMode(Uri.ParsingMode) - Method in class org.apache.pekko.http.scaladsl.settings.ParserSettings
-
- withUserAgentHeader(Optional<UserAgent>) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withUserAgentHeader(Option<User$minusAgent>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withUserInfo(String) - Method in class org.apache.pekko.http.scaladsl.model.Uri
-
Returns a copy of this Uri with the given userinfo.
- withValue(String) - Method in class org.apache.pekko.http.scaladsl.model.headers.HttpCookie
-
- withVerboseErrorMessages(boolean) - Method in class org.apache.pekko.http.javadsl.settings.RoutingSettings
-
- withVerboseErrorMessages(boolean) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withVerboseErrorMessages(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.RoutingSettings
-
- withVerboseErrorMessages(boolean) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- withWebsocketRandomFactory(Supplier<Random>) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withWebsocketRandomFactory(Supplier<Random>) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.withRandomFactoryFactory instead. Since Akka HTTP 10.2.0.
- withWebsocketRandomFactory(Function0<Random>) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withWebsocketRandomFactory(Supplier<Random>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.withRandomFactoryFactory instead. Since Akka HTTP 10.2.0.
- withWebsocketRandomFactory(Function0<Random>) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
Deprecated.
Kept for binary compatibility; Use websocketSettings.withRandomFactoryFactory instead. Since Akka HTTP 10.2.0.
- withWebsocketSettings(WebSocketSettings) - Method in class org.apache.pekko.http.javadsl.settings.ClientConnectionSettings
-
- withWebsocketSettings(WebSocketSettings) - Method in class org.apache.pekko.http.javadsl.settings.ServerSettings
-
- withWebsocketSettings(WebSocketSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ClientConnectionSettings
-
- withWebsocketSettings(WebSocketSettings) - Method in class org.apache.pekko.http.scaladsl.settings.ServerSettings
-
- word() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- Workers() - Method in class org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
-
- Workers() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- wrap(WebSocketRequest) - Method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
-
Wraps a Scala version of WebSocketRequest.
- wrap(WebSocketRequest) - Static method in class org.apache.pekko.http.javadsl.model.ws.WebSocketRequest
-
Wraps a Scala version of WebSocketRequest.
- wrap(RequestContext) - Method in class org.apache.pekko.http.javadsl.server.RequestContext$
-
INTERNAL API
- wrap(RequestContext) - Static method in class org.apache.pekko.http.javadsl.server.RequestContext
-
INTERNAL API
- wrap(MediaType, Function1<C, A>, ContentTypeOverrider<D>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Reuses this Marshaller's logic to produce a new Marshaller from another type
C
which overrides
the pekko.http.scaladsl.model.MediaType
of the marshalling result with the given one.
- wrap(Function0<Directive<R>>) - Method in class org.apache.pekko.http.scaladsl.server.Directive.Directive0Support
-
- wrapEntity(BiFunction<ExecutionContext, C, A>, Marshaller<A, RequestEntity>, MediaType) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- wrapEntity(Function<C, A>, Marshaller<A, E>, MediaType) - Method in class org.apache.pekko.http.javadsl.marshalling.Marshaller$
-
- wrapEntity(BiFunction<ExecutionContext, C, A>, Marshaller<A, RequestEntity>, MediaType) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- wrapEntity(Function<C, A>, Marshaller<A, E>, MediaType) - Static method in class org.apache.pekko.http.javadsl.marshalling.Marshaller
-
- wrapTrailingHeaders(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2ClientDemux
-
- wrapTrailingHeaders(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2Demux
-
- wrapTrailingHeaders(FrameEvent.ParsedHeadersFrame) - Method in class org.apache.pekko.http.impl.engine.http2.Http2ServerDemux
-
- wrapTrailingHeaders(FrameEvent.ParsedHeadersFrame) - Method in interface org.apache.pekko.http.impl.engine.http2.Http2StreamHandling
-
- wrapWithEC(MediaType, Function1<ExecutionContext, Function1<C, A>>, ContentTypeOverrider<D>) - Method in class org.apache.pekko.http.scaladsl.marshalling.Marshaller
-
Reuses this Marshaller's logic to produce a new Marshaller from another type
C
which overrides
the pekko.http.scaladsl.model.MediaType
of the marshalling result with the given one.
- writable() - Method in class io.pekko.integrationtest.http.HttpModelIntegrationSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.http2.Http2BlueprintSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.parsing.BoyerMooreSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.parsing.ContentLengthHeaderParserSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.parsing.RequestParserSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.rendering.RequestRendererSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.rendering.ResponseRendererSpec
-
- writable() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec.TestSetup
-
- writable() - Method in class org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec.TestSetup
-
- writable() - Method in class org.apache.pekko.http.impl.model.parser.HttpHeaderSpec
-
- writable() - Method in class org.apache.pekko.http.impl.util.ByteStringParserInputSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.ConnectHttpSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.ConnectionContextSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.JavaInitializationSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.model.headers.HttpCookieSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.model.JavaApiSpec
-
- writable() - Method in class org.apache.pekko.http.javadsl.model.JavaApiTestCaseSpecs
-
- writable() - Method in class org.apache.pekko.http.javadsl.model.MultipartsSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.ClientSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.DateTimeSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.headers.HeaderSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.HttpMessageSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.SerializabilitySpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.sse.ServerSentEventSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.TurkishISpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.model.UriSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.settings.SettingsEqualitySpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.TightRequestTimeoutSpec
-
- writable() - Method in class org.apache.pekko.http.scaladsl.util.FastFutureSpec
-
- writable() - Method in class org.apache.pekko.testkit.PekkoBaseSpec
-
- write(Socket, String) - Method in class org.apache.pekko.http.scaladsl.ClientServerSpecBase.TestSetup
-
- ws() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- ws(char) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- ws(String) - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- WS(Uri, Flow<Message, Message, T>, Materializer) - Method in interface org.apache.pekko.http.javadsl.testkit.WSTestRequestBuilding
-
- WS(Uri, Flow<Message, Message, T>, Materializer, List<String>) - Method in interface org.apache.pekko.http.javadsl.testkit.WSTestRequestBuilding
-
- WS(Uri, Flow<Message, Message, Object>, Seq<String>, Materializer) - Method in interface org.apache.pekko.http.scaladsl.testkit.WSTestRequestBuilding
-
- WSChar() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- WSClientAutobahnTest - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest
-
- WSClientAutobahnTest$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSClientAutobahnTest$
-
- WSClientAutobahnTest.CaseInfo - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.CaseInfo$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.CaseResult - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.CaseResult$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.CaseStatus - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.CaseStatus$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.IndexedCaseInfo - Class in org.apache.pekko.http.impl.engine.ws
-
- WSClientAutobahnTest.IndexedCaseInfo$ - Class in org.apache.pekko.http.impl.engine.ws
-
- wsElement() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- WsMessage$() - Constructor for class org.apache.pekko.http.impl.util.JavaMapping.WsMessage$
-
- WSP() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- WSP() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- WSPCRLF() - Method in class org.apache.pekko.http.impl.model.parser.CharacterClasses$
-
- WSPCRLF() - Static method in class org.apache.pekko.http.impl.model.parser.CharacterClasses
-
- WSProbe - Class in org.apache.pekko.http.javadsl.testkit
-
A WSProbe is a probe that implements a
Flow[Message, Message, Unit]
for testing
websocket code.
- WSProbe(WSProbe) - Constructor for class org.apache.pekko.http.javadsl.testkit.WSProbe
-
- WSProbe - Interface in org.apache.pekko.http.scaladsl.testkit
-
A WSProbe is a probe that implements a
Flow[Message, Message, Unit]
for testing
websocket code.
- WSProbe$ - Class in org.apache.pekko.http.javadsl.testkit
-
- WSProbe$() - Constructor for class org.apache.pekko.http.javadsl.testkit.WSProbe$
-
- WSProbe$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- WSProbe$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.WSProbe$
-
- WSServerAutobahnTest - Class in org.apache.pekko.http.impl.engine.ws
-
- WSServerAutobahnTest() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest
-
- WSServerAutobahnTest$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSServerAutobahnTest$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSServerAutobahnTest$
-
- WSTestRequestBuilding - Interface in org.apache.pekko.http.javadsl.testkit
-
- WSTestRequestBuilding - Interface in org.apache.pekko.http.scaladsl.testkit
-
- WSTestRequestBuilding$ - Class in org.apache.pekko.http.scaladsl.testkit
-
- WSTestRequestBuilding$() - Constructor for class org.apache.pekko.http.scaladsl.testkit.WSTestRequestBuilding$
-
- WSTestSetupBase - Interface in org.apache.pekko.http.impl.engine.ws
-
- WSTestUtils - Class in org.apache.pekko.http.impl.engine.ws
-
- WSTestUtils() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSTestUtils
-
- WSTestUtils$ - Class in org.apache.pekko.http.impl.engine.ws
-
- WSTestUtils$() - Constructor for class org.apache.pekko.http.impl.engine.ws.WSTestUtils$
-
- WWW$minusAuthenticate - Class in org.apache.pekko.http.scaladsl.model.headers
-
- WWW$minusAuthenticate(Seq<HttpChallenge>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate
-
- WWW$minusAuthenticate$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- WWW$minusAuthenticate$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.WWW$minusAuthenticate$
-
- WWWAuthenticate - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `WWW-Authenticate` header.
- WWWAuthenticate() - Constructor for class org.apache.pekko.http.javadsl.model.headers.WWWAuthenticate
-
X
- X$minusForwarded$minusFor - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusFor(Seq<RemoteAddress>) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor
-
- X$minusForwarded$minusFor$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusFor$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusFor$
-
- X$minusForwarded$minusHost - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusHost(Uri.Host) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost
-
- X$minusForwarded$minusHost$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusHost$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusHost$
-
- X$minusForwarded$minusProto - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusProto(String) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto
-
- X$minusForwarded$minusProto$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusForwarded$minusProto$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusForwarded$minusProto$
-
- X$minusReal$minusIp - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusReal$minusIp(RemoteAddress) - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp
-
- X$minusReal$minusIp$ - Class in org.apache.pekko.http.scaladsl.model.headers
-
- X$minusReal$minusIp$() - Constructor for class org.apache.pekko.http.scaladsl.model.headers.X$minusReal$minusIp$
-
- X_COMPRESS - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- X_ZIP - Static variable in class org.apache.pekko.http.javadsl.model.headers.HttpEncodings
-
- XForwardedFor - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `X-Forwarded-For` header.
- XForwardedFor() - Constructor for class org.apache.pekko.http.javadsl.model.headers.XForwardedFor
-
- XForwardedHost - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `X-Forwarded-Host` header.
- XForwardedHost() - Constructor for class org.apache.pekko.http.javadsl.model.headers.XForwardedHost
-
- XForwardedProto - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `X-Forwarded-Proto` header.
- XForwardedProto() - Constructor for class org.apache.pekko.http.javadsl.model.headers.XForwardedProto
-
- XRealIp - Class in org.apache.pekko.http.javadsl.model.headers
-
Model for the `X-Real-Ip` header.
- XRealIp() - Constructor for class org.apache.pekko.http.javadsl.model.headers.XRealIp
-
Y
- year() - Method in interface org.apache.pekko.http.impl.model.parser.CommonRules
-
- year() - Method in class org.apache.pekko.http.javadsl.model.DateTime
-
Returns the year of this instant in GMT.
- year() - Method in class org.apache.pekko.http.scaladsl.model.DateTime
-
- yes() - Method in class org.apache.pekko.http.scaladsl.server.util.Tuple$
-
Used to provide "is-Tuple" evidence where we know that a given value must be a tuple.
Z
- Zero() - Method in class org.apache.pekko.http.impl.engine.http2.ByteFlag$
-
- Zero() - Static method in class org.apache.pekko.http.impl.engine.http2.ByteFlag
-
- zero() - Method in class org.apache.pekko.http.impl.engine.ws.BitSpecParser
-
- Zero$() - Constructor for class org.apache.pekko.http.impl.engine.ws.Bits.Zero$
-
- zeroHashCodeIterator() - Method in class org.apache.pekko.http.HashCodeCollider$
-
Creates an iterator of Strings that all have hashCode == 0
- zeroHashCodeIterator() - Static method in class org.apache.pekko.http.HashCodeCollider
-
Creates an iterator of Strings that all have hashCode == 0
_
- _1() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- _1() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- _2() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- _2() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- _3() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- _3() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- _4() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- _4() - Method in class org.apache.pekko.http.scaladsl.model.HttpResponse
-
- _5() - Method in class org.apache.pekko.http.scaladsl.model.HttpRequest
-
- _defaultClassLoader() - Method in interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
-
- _enhanceRouteWithConcatenation(Function1<RequestContext, Future<RouteResult>>) - Method in interface org.apache.pekko.http.scaladsl.server.RouteConcatenation
-
- _flow() - Method in class org.apache.pekko.http.scaladsl.Http.IncomingConnection
-
- _fromStringUnmarshallerFromByteStringUnmarshaller(Unmarshaller<ByteString, T>) - Static method in class org.apache.pekko.http.javadsl.unmarshalling.StringUnmarshallerPredef
-
- _fromStringUnmarshallerFromByteStringUnmarshaller(Unmarshaller<ByteString, T>) - Method in interface org.apache.pekko.http.scaladsl.unmarshalling.PredefinedFromStringUnmarshallers
-
- _regex2PathMatcher(Regex) - Method in interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
if the path begins with a segment (a prefix of) which matches the given regex.
- _regex2PathMatcher(Regex) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- _segmentStringToPathMatcher(String) - Method in interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
(if the path begins with a segment).
- _segmentStringToPathMatcher(String) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- _string2NR(String) - Method in interface org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements
-
- _stringExtractionPair2PathMatcher(Tuple2<String, T>) - Method in interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
-
Creates a PathMatcher that consumes (a prefix of) the first path segment
(if the path begins with a segment) and extracts a given value.
- _stringExtractionPair2PathMatcher(Tuple2<String, T>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- _stringNameOptionReceptacle2PathMatcher(NameOptionReceptacle<String>) - Method in interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
-
- _stringNameOptionReceptacle2PathMatcher(NameOptionReceptacle<String>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
- _symbol2NR(Symbol) - Method in interface org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements
-
- _underlyingScalaCoder() - Method in enum org.apache.pekko.http.javadsl.coding.Coder
-
- _valueMap2PathMatcher(Map<String, T>) - Method in interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
-
Creates a PathMatcher from the given Map of path segments (prefixes) to extracted values.
- _valueMap2PathMatcher(Map<String, T>) - Static method in class org.apache.pekko.http.scaladsl.server.PathMatcher
-
$ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _