org.apache.pekko.http.scaladsl.settings.ParserSettings$.apply(Config)
|
org.apache.pekko.http.scaladsl.settings.ParserSettings.apply(Config)
|
org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection$.apply(Set<ContentTypeRange>)
|
org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection.apply(Set<ContentTypeRange>)
|
org.apache.pekko.http.scaladsl.settings.ParserSettings$.apply(String)
|
org.apache.pekko.http.scaladsl.settings.ParserSettings.apply(String)
|
org.apache.pekko.http.scaladsl.server.Route$.asyncHandler(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler)
|
org.apache.pekko.http.scaladsl.server.Route.asyncHandler(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler)
|
org.apache.pekko.http.javadsl.Http.bind(ConnectHttp)
|
org.apache.pekko.http.javadsl.Http.bind(ConnectHttp, ServerSettings)
|
org.apache.pekko.http.javadsl.Http.bind(ConnectHttp, ServerSettings, LoggingAdapter)
|
org.apache.pekko.http.scaladsl.HttpExt.bind(String, int, ConnectionContext, ServerSettings, LoggingAdapter)
|
org.apache.pekko.http.javadsl.Http.bindAndHandle(Flow<HttpRequest, HttpResponse, ?>, ConnectHttp, Materializer)
|
org.apache.pekko.http.javadsl.Http.bindAndHandle(Flow<HttpRequest, HttpResponse, ?>, ConnectHttp, ServerSettings, LoggingAdapter, Materializer)
|
org.apache.pekko.http.scaladsl.HttpExt.bindAndHandle(Flow<HttpRequest, HttpResponse, Object>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer)
|
org.apache.pekko.http.javadsl.Http.bindAndHandleAsync(Function<HttpRequest, CompletionStage<HttpResponse>>, ConnectHttp, Materializer)
|
org.apache.pekko.http.javadsl.Http.bindAndHandleAsync(Function<HttpRequest, CompletionStage<HttpResponse>>, ConnectHttp, ServerSettings, int, LoggingAdapter, Materializer)
|
org.apache.pekko.http.scaladsl.HttpExt.bindAndHandleAsync(Function1<HttpRequest, Future<HttpResponse>>, String, int, ConnectionContext, ServerSettings, int, LoggingAdapter, Materializer)
|
org.apache.pekko.http.javadsl.Http.bindAndHandleSync(Function<HttpRequest, HttpResponse>, ConnectHttp, Materializer)
|
org.apache.pekko.http.javadsl.Http.bindAndHandleSync(Function<HttpRequest, HttpResponse>, ConnectHttp, ServerSettings, LoggingAdapter, Materializer)
|
org.apache.pekko.http.scaladsl.HttpExt.bindAndHandleSync(Function1<HttpRequest, HttpResponse>, String, int, ConnectionContext, ServerSettings, LoggingAdapter, Materializer)
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.clientAuth()
|
org.apache.pekko.http.scaladsl.model.HttpRequest.copy(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol)
|
org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection.copy(Set<ContentTypeRange>)
|
org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException.copy(Set<ContentTypeRange>)
|
org.apache.pekko.http.scaladsl.server.UnsupportedRequestContentTypeRejection.copy(Set<ContentTypeRange>, Option<ContentType>)
|
org.apache.pekko.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException.copy(Set<ContentTypeRange>, Option<ContentType>)
|
org.apache.pekko.http.scaladsl.model.HttpResponse.copy(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol)
|
org.apache.pekko.http.scaladsl.model.headers.HttpCookie.copy(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>)
|
org.apache.pekko.http.javadsl.settings.ParserSettings$.create(ActorSystem)
|
org.apache.pekko.http.javadsl.settings.ParserSettings.create(ActorSystem)
|
org.apache.pekko.http.javadsl.settings.ParserSettings$.create(Config)
|
org.apache.pekko.http.javadsl.settings.ParserSettings.create(Config)
|
org.apache.pekko.http.javadsl.settings.ParserSettings$.create(String)
|
org.apache.pekko.http.javadsl.settings.ParserSettings.create(String)
|
org.apache.pekko.http.javadsl.model.headers.HttpCookie.create(String, String, Optional<DateTime>, OptionalLong, Optional<String>, Optional<String>, boolean, boolean, Optional<String>)
|
org.apache.pekko.http.javadsl.Http.createClientHttpsContext(PekkoSSLConfig)
|
org.apache.pekko.http.scaladsl.DefaultSSLContextCreation.createClientHttpsContext(PekkoSSLConfig)
|
org.apache.pekko.http.javadsl.Http.createDefaultClientHttpsContext()
|
org.apache.pekko.http.scaladsl.DefaultSSLContextCreation.createDefaultClientHttpsContext()
|
org.apache.pekko.http.javadsl.Http.createServerHttpsContext(PekkoSSLConfig)
|
org.apache.pekko.http.scaladsl.DefaultSSLContextCreation.createServerHttpsContext(PekkoSSLConfig)
|
org.apache.pekko.http.scaladsl.ConnectionContext.defaultPort()
|
org.apache.pekko.http.javadsl.Http.defaultServerHttpContext()
|
org.apache.pekko.http.scaladsl.HttpExt.defaultServerHttpContext()
|
org.apache.pekko.http.cors.javadsl.settings.CorsSettings$.defaultSettings()
|
org.apache.pekko.http.cors.javadsl.settings.CorsSettings.defaultSettings()
|
org.apache.pekko.http.cors.scaladsl.settings.CorsSettings$.defaultSettings()
|
org.apache.pekko.http.cors.scaladsl.settings.CorsSettings.defaultSettings()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.enabledCipherSuites()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.enabledProtocols()
|
org.apache.pekko.http.javadsl.coding.Coder.encode(ByteString)
|
org.apache.pekko.http.scaladsl.coding.Encoder.encode(ByteString)
|
org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives.extractUpgradeToWebSocket()
|
org.apache.pekko.http.javadsl.server.directives.WebSocketDirectives.extractUpgradeToWebSocket(Function<UpgradeToWebSocket, Route>)
|
org.apache.pekko.http.impl.settings.RoutingSettingsImpl.fileIODispatcher()
|
org.apache.pekko.http.scaladsl.settings.RoutingSettings.fileIODispatcher()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.firstSession()
|
org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.formField(FormFieldDirectives.FieldMagnet)
|
org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives.formFields(FormFieldDirectives.FieldMagnet)
|
org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling$.fromEventStream()
|
org.apache.pekko.http.javadsl.unmarshalling.sse.EventStreamUnmarshalling.fromEventStream()
|
org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling$.fromEventStream()
|
org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling.fromEventStream()
|
org.apache.pekko.http.scaladsl.model.headers.HttpCookie$.fromPair(HttpCookiePair, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>)
|
org.apache.pekko.http.scaladsl.model.headers.HttpCookie.fromPair(HttpCookiePair, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>)
|
org.apache.pekko.http.scaladsl.server.directives.HeaderMagnet$.fromUnitForModeledCustomHeader(BoxedUnit, ClassTag<T>, ModeledCustomHeaderCompanion<T>)
|
org.apache.pekko.http.scaladsl.server.directives.LowPriorityHeaderMagnetImplicits.fromUnitNormalHeader(BoxedUnit, ClassTag<T>)
|
org.apache.pekko.http.javadsl.HttpsConnectionContext.getClientAuth()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.getClientAuth()
|
org.apache.pekko.http.javadsl.HttpsConnectionContext.getEnabledCipherSuites()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.getEnabledCipherSuites()
|
org.apache.pekko.http.javadsl.HttpsConnectionContext.getEnabledProtocols()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.getEnabledProtocols()
|
org.apache.pekko.http.javadsl.settings.RoutingSettings.getFileIODispatcher()
|
org.apache.pekko.http.scaladsl.settings.RoutingSettings.getFileIODispatcher()
|
org.apache.pekko.http.javadsl.settings.ServerSettings.getRemoteAddressHeader()
|
org.apache.pekko.http.javadsl.HttpsConnectionContext.getSslContext()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.getSslContext()
|
org.apache.pekko.http.javadsl.HttpsConnectionContext.getSslParameters()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.getSslParameters()
|
org.apache.pekko.http.javadsl.settings.ServerSettings.getWebsocketRandomFactory()
|
org.apache.pekko.http.scaladsl.settings.ServerSettings.getWebsocketRandomFactory()
|
org.apache.pekko.http.scaladsl.server.Route$.handlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler)
|
org.apache.pekko.http.scaladsl.server.Route.handlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContextExecutor, RejectionHandler, ExceptionHandler)
|
org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives.headerValueByName(Symbol)
|
org.apache.pekko.http.javadsl.ConnectionContext$.https(SSLContext)
|
org.apache.pekko.http.javadsl.ConnectionContext.https(SSLContext)
|
org.apache.pekko.http.scaladsl.ConnectionContext$.https(SSLContext, Option<PekkoSSLConfig>, Option<Seq<String>>, Option<Seq<String>>, Option<TLSClientAuth>, Option<SSLParameters>)
|
org.apache.pekko.http.javadsl.ConnectionContext$.https(SSLContext, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>)
|
org.apache.pekko.http.javadsl.ConnectionContext.https(SSLContext, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>)
|
org.apache.pekko.http.javadsl.ConnectionContext$.https(SSLContext, Optional<PekkoSSLConfig>, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>)
|
org.apache.pekko.http.javadsl.ConnectionContext.https(SSLContext, Optional<PekkoSSLConfig>, Optional<Collection<String>>, Optional<Collection<String>>, Optional<TLSClientAuth>, Optional<SSLParameters>)
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.HTTPVersionNotSupported()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.HTTPVersionNotSupported()
|
org.apache.pekko.http.scaladsl.model.HttpEntity$.limitableByteSource(Source<ByteString, Mat>)
|
org.apache.pekko.http.scaladsl.model.HttpEntity$.limitableChunkSource(Source<HttpEntity.ChunkStreamPart, Mat>)
|
org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling.maxEventSize()
|
org.apache.pekko.http.scaladsl.unmarshalling.sse.EventStreamUnmarshalling.maxLineSize()
|
org.apache.pekko.http.scaladsl.coding.Encoder.newCompressor()
|
org.apache.pekko.http.scaladsl.coding.Encoder.newEncodeTransformer()
|
org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives.optionalHeaderValueByName(Symbol)
|
org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.parameter(ParameterDirectives.ParamMagnet)
|
org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives.parameters(ParameterDirectives.ParamMagnet)
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.PayloadTooLarge()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.PayloadTooLarge()
|
org.apache.pekko.http.scaladsl.settings.ServerSettings.remoteAddressHeader()
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.RequestedRangeNotSatisfiable()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.RequestedRangeNotSatisfiable()
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.RequestEntityTooLarge()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.RequestEntityTooLarge()
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.RequestUriTooLong()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.RequestUriTooLong()
|
org.apache.pekko.http.javadsl.server.directives.RouteDirectives.route(Route...)
|
org.apache.pekko.http.javadsl.server.Directives$.route(Seq<Route>) |
org.apache.pekko.http.javadsl.server.Directives.route(Seq<Route>) |
org.apache.pekko.http.javadsl.server.directives.RouteDirectives.route(Seq<Route>)
|
org.apache.pekko.http.scaladsl.server.RouteResult$.route2HandlerFlow(Function1<RequestContext, Future<RouteResult>>, RoutingSettings, ParserSettings, Materializer, RoutingLog, ExecutionContext, RejectionHandler, ExceptionHandler)
|
org.apache.pekko.http.scaladsl.server.LowerPriorityRouteResultImplicits.routeToFlowViaMaterializer(Function1<RequestContext, Future<RouteResult>>, Materializer)
|
org.apache.pekko.http.javadsl.Http.setDefaultServerHttpContext(ConnectionContext)
|
org.apache.pekko.http.scaladsl.HttpExt.setDefaultServerHttpContext(ConnectionContext)
|
org.apache.pekko.http.javadsl.ConnectionContext.sslConfig()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.sslConfig()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.sslContext()
|
org.apache.pekko.http.scaladsl.HttpsConnectionContext.sslParameters()
|
org.apache.pekko.testkit.PekkoBaseSpec.styleName()
|
org.apache.pekko.testkit.PekkoFreeSpec.styleName()
|
org.apache.pekko.testkit.PekkoSpec.styleName()
|
org.apache.pekko.http.javadsl.model.FormData.toEntity(HttpCharset)
|
org.apache.pekko.http.scaladsl.model.FormData.toEntity(HttpCharset)
|
org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettings.transport()
|
org.apache.pekko.http.scaladsl.model.headers.HttpCookie$.unapply(HttpCookie)
|
org.apache.pekko.http.scaladsl.model.headers.HttpCookie.unapply(HttpCookie)
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.UnorderedCollection()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.UnorderedCollection()
|
org.apache.pekko.http.scaladsl.model.StatusCodes$.UnprocessableEntity()
|
org.apache.pekko.http.scaladsl.model.StatusCodes.UnprocessableEntity()
|
org.apache.pekko.http.scaladsl.DefaultSSLContextCreation.validateAndWarnAboutLooseSettings()
|
org.apache.pekko.http.scaladsl.settings.ServerSettings.websocketRandomFactory()
|
org.apache.pekko.http.javadsl.settings.RoutingSettings.withFileIODispatcher(String)
|
org.apache.pekko.http.scaladsl.settings.RoutingSettings.withFileIODispatcher(String)
|
org.apache.pekko.http.scaladsl.coding.Deflate.withLevel(int)
|
org.apache.pekko.http.scaladsl.coding.Gzip.withLevel(int)
|
org.apache.pekko.http.scaladsl.settings.ServerSettings.withWebsocketRandomFactory(Function0<Random>)
|
org.apache.pekko.http.javadsl.settings.ServerSettings.withWebsocketRandomFactory(Supplier<Random>)
|
org.apache.pekko.http.scaladsl.settings.ServerSettings.withWebsocketRandomFactory(Supplier<Random>)
|