Package

akka.http.javadsl.server

directives

Permalink

package directives

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BasicDirectives extends AnyRef

    Permalink
  2. abstract class CacheConditionDirectives extends BasicDirectives

    Permalink
  3. abstract class CodingDirectives extends CacheConditionDirectives

    Permalink
  4. trait ContentTypeResolver extends AnyRef

    Permalink
  5. abstract class CookieDirectives extends CodingDirectives

    Permalink
  6. class CorrespondsTo extends Annotation with Annotation with ClassfileAnnotation

    Permalink
  7. abstract class DebuggingDirectives extends CookieDirectives

    Permalink
  8. abstract class DirectoryListing extends AnyRef

    Permalink
  9. trait DirectoryRenderer extends AnyRef

    Permalink
  10. abstract class ExecutionDirectives extends DebuggingDirectives

    Permalink
  11. abstract class FileAndResourceDirectives extends ExecutionDirectives

    Permalink

    Directives that load files and resources.

    Directives that load files and resources.

    For the directives in this class, the "default classloader" is defined as the classloader that has loaded the akka.actor.ActorSystem class.

  12. abstract class FileInfo extends AnyRef

    Permalink

    Additional metadata about the file being uploaded/that was uploaded using the FileUploadDirectives

  13. abstract class FileUploadDirectives extends FileAndResourceDirectives

    Permalink
  14. abstract class FormFieldDirectives extends FileUploadDirectives

    Permalink
  15. abstract class FramedEntityStreamingDirectives extends TimeoutDirectives

    Permalink

    EXPERIMENTAL API

  16. abstract class FutureDirectives extends FormFieldDirectives

    Permalink
  17. abstract class HeaderDirectives extends FutureDirectives

    Permalink
  18. abstract class HostDirectives extends HeaderDirectives

    Permalink
  19. abstract class LogEntry extends AnyRef

    Permalink
  20. abstract class MarshallingDirectives extends HostDirectives

    Permalink
  21. abstract class MethodDirectives extends MarshallingDirectives

    Permalink
  22. abstract class MiscDirectives extends MethodDirectives

    Permalink
  23. abstract class ParameterDirectives extends MiscDirectives

    Permalink
  24. abstract class PathDirectives extends ParameterDirectives

    Permalink

    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.

    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.

    Just nest path() directives with the required types, ending in pathEnd() if you want to fail further paths.

  25. abstract class RangeDirectives extends PathDirectives

    Permalink
  26. abstract class RespondWithDirectives extends RangeDirectives

    Permalink
  27. final class RouteAdapter extends Route

    Permalink

    INTERNAL API

    INTERNAL API

    Annotations
    @InternalApi()
  28. abstract class RouteDirectives extends RespondWithDirectives

    Permalink
  29. abstract class SchemeDirectives extends RouteDirectives

    Permalink
  30. abstract class SecurityDirectives extends SchemeDirectives

    Permalink
  31. abstract class TimeoutDirectives extends WebSocketDirectives

    Permalink
  32. abstract class WebSocketDirectives extends SecurityDirectives

    Permalink

Ungrouped