-
Interfaces Interface Description akka.http.javadsl.model.ws.UpgradeToWebSocket use the WebSocketUpgrade attribute instead since 10.2.0akka.http.scaladsl.coding.StreamDecoder StreamDecoder is internal API and will be moved or removed in the future. Since 10.2.0.akka.http.scaladsl.model.ws.UpgradeToWebSocket This low-level API has been replaced by an attribute. Since 10.2.0.akka.http.scaladsl.server.directives.FormFieldDirectives.FieldDef Use new `formFields` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.ParameterDirectives.ParamDef Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since 10.2.0.
-
Classes Class Description akka.http.javadsl.model.headers.RemoteAddress akka.http.javadsl.server.HttpApp HttpApp this doesn't reflect the latest Akka APIs, since 10.2.0akka.http.scaladsl.coding.Compressor Compressor is internal API and will be moved or removed in the future. Since 10.2.0.akka.http.scaladsl.coding.Deflate Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since 10.2.0.akka.http.scaladsl.coding.Deflate$ Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since 10.2.0.akka.http.scaladsl.coding.DeflateCompressor DeflateCompressor is internal API and will be moved or removed in the future. Since 10.2.0.akka.http.scaladsl.coding.Gzip Actual implementation of Gzip is internal, use Coders.Gzip instead. Since 10.2.0.akka.http.scaladsl.coding.Gzip$ Actual implementation of Gzip is internal API, use Coders.Gzip instead. Since 10.2.0.akka.http.scaladsl.coding.NoCoding Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since 10.2.0.akka.http.scaladsl.coding.NoCoding$ Actual implementation of NoCoding is internal API, use Coders.NoCoding instead. Since 10.2.0.akka.http.scaladsl.coding.NoCodingCompressor NoCodingCompressor is internal API and will be moved or removed in the future. Since 10.2.0.akka.http.scaladsl.coding.NoCodingCompressor$ NoCodingCompressor is internal API and will be moved or removed in the future. Since 10.2.0.akka.http.scaladsl.Http.HostConnectionPool$ Not needed any more. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.model.headers.Remote$minusAddress use remote-address-attribute instead. Since 10.2.0.akka.http.scaladsl.model.headers.Remote$minusAddress$ use remote-address-attribute instead. Since 10.2.0.akka.http.scaladsl.server.directives.FormFieldDirectives.FieldDef$ Use new `formFields` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.FormFieldDirectives.FieldMagnet$ Use new `formField` overloads with FieldSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.ParameterDirectives.ParamDef$ Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.directives.ParameterDirectives.ParamMagnet$ Use new `parameters` overloads with ParamSpec parameters. Kept for binary compatibility. Since 10.2.0.akka.http.scaladsl.server.HttpApp HttpApp this doesn't reflect the latest Akka APIs. Since 10.2.0.
-
Fields Field Description akka.http.javadsl.model.MediaTypes.APPLICATION_EXCEL This format is unofficial and should not be used. Use {@link{#APPLICATION_VND_MS_EXCEL} instead.akka.http.javadsl.model.MediaTypes.APPLICATION_FONT_WOFF This format is unofficial and should not be used. Use {@link{#FONT_WOFF} instead.akka.http.javadsl.model.MediaTypes.APPLICATION_MSPOWERPOINT This format is unofficial and should not be used. Use {@link{#APPLICATION_VND_MS_POWERPOINT} instead.akka.http.javadsl.model.StatusCodes.PAYLOAD_TOO_LARGE deprecated in favor of CONTENT_TOO_LARGEakka.http.javadsl.model.StatusCodes.REQUEST_ENTITY_TOO_LARGE deprecated in favor of CONTENT_TOO_LARGEakka.http.javadsl.model.StatusCodes.REQUEST_URI_TOO_LONG deprecated in favor of URI_TOO_LONGakka.http.javadsl.model.StatusCodes.REQUESTED_RANGE_NOT_SATISFIABLE deprecated in favor of RANGE_NOT_SATISFIABLEakka.http.javadsl.model.StatusCodes.UNORDERED_COLLECTION Non-standard Unordered Collection should not be used, deprecated in favor of TOO_EARLYakka.http.javadsl.model.StatusCodes.UNPROCESSABLE_ENTITY deprecated in favor of UNPROCESSABLE_CONTENT
-
Constructors Constructor Description akka.http.scaladsl.model.headers.HttpCookie(String, String, Option<DateTime>, Option<Object>, Option<String>, Option<String>, boolean, boolean, Option<String>) Please use HttpCookie(name, value).withXxx(). Since 10.2.0.akka.http.scaladsl.model.HttpRequest(HttpMethod, Uri, Seq<HttpHeader>, RequestEntity, HttpProtocol) use the constructor that includes an attributes parameter instead. Since 10.2.0.akka.http.scaladsl.model.HttpResponse(StatusCode, Seq<HttpHeader>, ResponseEntity, HttpProtocol) use the constructor that includes an attributes parameter instead. Since 10.2.0.akka.http.scaladsl.server.UnsupportedRequestContentTypeRejection(Set<ContentTypeRange>) for binary compatibility. Since 10.1.9.akka.http.scaladsl.unmarshalling.Unmarshaller.UnsupportedContentTypeException(Set<ContentTypeRange>) for binary compatibility. Since 10.1.9.