Class Directives$
java.lang.Object
org.apache.pekko.http.scaladsl.server.Directives$
- All Implemented Interfaces:
ToNameReceptacleEnhancements
,Directives
,AttributeDirectives
,BasicDirectives
,CacheConditionDirectives
,CodingDirectives
,CookieDirectives
,DebuggingDirectives
,ExecutionDirectives
,FileAndResourceDirectives
,FileUploadDirectives
,FormFieldDirectives
,FormFieldDirectivesInstances
,FramedEntityStreamingDirectives
,FutureDirectives
,HeaderDirectives
,HostDirectives
,MarshallingDirectives
,MethodDirectives
,MiscDirectives
,ParameterDirectives
,ParameterDirectivesInstances
,PathDirectives
,RangeDirectives
,RespondWithDirectives
,RouteDirectives
,SchemeDirectives
,SecurityDirectives
,TimeoutDirectives
,WebSocketDirectives
,ImplicitPathMatcherConstruction
,PathMatchers
,RouteConcatenation
Collects all default directives into one object for simple importing.
See pekko.http.javadsl.server.Directives
for JavaDSL equivalent of this trait.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
FileAndResourceDirectives.DirectoryRenderer, FileAndResourceDirectives.DirectoryRenderer$, FileAndResourceDirectives.LowLevelDirectoryRenderer, FileAndResourceDirectives.ResourceFile, FileAndResourceDirectives.ResourceFile$
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
FormFieldDirectives.FieldSpec, FormFieldDirectives.FieldSpec$, FormFieldDirectives.Impl$
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
ParameterDirectives.ParamSpec, ParameterDirectives.ParamSpec$
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
PathDirectives.TrailingRetryRejection$
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.PathMatchers
PathMatchers.HexIntNumber$, PathMatchers.HexLongNumber$, PathMatchers.IntNumber$, PathMatchers.LongNumber$, PathMatchers.NumberMatcher<T>, PathMatchers.PathEnd$, PathMatchers.Remaining$, PathMatchers.RemainingPath$, PathMatchers.Segment$, PathMatchers.Slash$
Nested classes/interfaces inherited from interface org.apache.pekko.http.scaladsl.server.RouteConcatenation
RouteConcatenation.RouteWithConcatenation
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Directives$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionPathMatcher<scala.Tuple1<Object>>
Accessor for nested Scala objectAccessor for nested Scala objectAccessor for nested Scala objectPathMatcher<scala.Tuple1<UUID>>
JavaUUID()
Accessor for nested Scala objectPathMatcher<scala.runtime.BoxedUnit>
Neutral()
PathEnd()
Accessor for nested Scala objectAccessor for nested Scala objectAccessor for nested Scala objectSegment()
Accessor for nested Scala objectPathMatcher<scala.Tuple1<scala.collection.immutable.List<String>>>
Segments()
Slash()
Accessor for nested Scala objectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.AttributeDirectives
attribute, optionalAttribute
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.BasicDirectives
cancelRejection, cancelRejections, cancelRejections, extract, extractActorSystem, extractDataBytes, extractExecutionContext, extractLog, extractMatchedPath, extractMaterializer, extractParserSettings, extractRequest, extractRequestContext, extractRequestEntity, extractSettings, extractStrictEntity, extractStrictEntity, extractUnmatchedPath, extractUri, mapInnerRoute, mapRejections, mapRequest, mapRequestContext, mapResponse, mapResponseEntity, mapResponseHeaders, mapRouteResult, mapRouteResultFuture, mapRouteResultPF, mapRouteResultWith, mapRouteResultWithPF, mapSettings, mapUnmatchedPath, pass, provide, recoverRejections, recoverRejectionsWith, textract, toStrictEntity, toStrictEntity, tprovide, withExecutionContext, withLog, withMaterializer, withSettings
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.CacheConditionDirectives
conditional, conditional, conditional, conditional
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.CodingDirectives
decodeRequest, decodeRequestWith, decodeRequestWith, encodeResponse, encodeResponseWith, requestEncodedWith, responseEncodingAccepted, withPrecompressedMediaTypeSupport
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.CookieDirectives
cookie, deleteCookie, deleteCookie, findCookie, optionalCookie, setCookie
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.DebuggingDirectives
logRequest, logRequestResult, logResult
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives
handleExceptions, handleRejections
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FileAndResourceDirectives
_defaultClassLoader, conditionalFor, getFromBrowseableDirectories, getFromBrowseableDirectory, getFromDirectory, getFromFile, getFromFile, getFromFile, getFromResource, getFromResource, getFromResourceDirectory, listDirectoryContents
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FileUploadDirectives
fileUpload, fileUploadAll, storeUploadedFile, storeUploadedFiles
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectives
formFieldMap, formFieldMultiMap, formFieldSeq
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FormFieldDirectivesInstances
formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formField, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields, formFields
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FramedEntityStreamingDirectives
asSourceOf, asSourceOf, asSourceOfInternal
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.FutureDirectives
completeOrRecoverWith, onComplete, onCompleteWithBreaker, onSuccess
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.HeaderDirectives
checkSameOrigin, headerValue, headerValueByName, headerValueByType, headerValuePF, optionalHeaderValue, optionalHeaderValueByName, optionalHeaderValueByType, optionalHeaderValuePF, optionalValue
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.HostDirectives
extractHost, host, host, host
Methods inherited from interface org.apache.pekko.http.scaladsl.server.ImplicitPathMatcherConstruction
_regex2PathMatcher, _segmentStringToPathMatcher, _stringExtractionPair2PathMatcher, _stringNameOptionReceptacle2PathMatcher, _valueMap2PathMatcher
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.MarshallingDirectives
as, completeWith, entity, handleWith, instanceOf
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.MethodDirectives
delete, extractMethod, get, head, method, options, overrideMethodWithParameter, patch, post, put
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.MiscDirectives
extractClientIP, rejectEmptyResponse, requestEntityEmpty, requestEntityPresent, selectPreferredLanguage, validate, withoutSizeLimit, withSizeLimit
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectives
parameterMap, parameterMultiMap, parameterSeq
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.ParameterDirectivesInstances
parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameter, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters, parameters
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.PathDirectives
ignoreTrailingSlash, path, pathEnd, pathEndOrSingleSlash, pathPrefix, pathPrefixTest, pathSingleSlash, pathSuffix, pathSuffixTest, rawPathPrefix, rawPathPrefixTest, redirectToNoTrailingSlashIfPresent, redirectToTrailingSlashIfMissing
Methods inherited from interface org.apache.pekko.http.scaladsl.server.PathMatchers
not, nothingMatcher, Segments, Segments, separateOnSlashes
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.RangeDirectives
withRangeSupport
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.RespondWithDirectives
respondWithDefaultHeader, respondWithDefaultHeaders, respondWithDefaultHeaders, respondWithHeader, respondWithHeaders, respondWithHeaders
Methods inherited from interface org.apache.pekko.http.scaladsl.server.RouteConcatenation
_enhanceRouteWithConcatenation, concat
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.RouteDirectives
complete, complete, complete, failWith, handle, handle, handle, handleSync, handleSync, handleSync, redirect, reject, reject
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.SchemeDirectives
extractScheme, scheme
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.SecurityDirectives
authenticateBasic, authenticateBasicAsync, authenticateBasicPF, authenticateBasicPFAsync, authenticateOAuth2, authenticateOAuth2Async, authenticateOAuth2PF, authenticateOAuth2PFAsync, authenticateOrRejectWithChallenge, authenticateOrRejectWithChallenge, authorize, authorize, authorizeAsync, authorizeAsync, extractCredentials, extractCredentialsAndAuthenticateOrRejectWithChallenge
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.TimeoutDirectives
extractRequestTimeout, withoutRequestTimeout, withRequestTimeout, withRequestTimeout, withRequestTimeout, withRequestTimeoutResponse
Methods inherited from interface org.apache.pekko.http.scaladsl.common.ToNameReceptacleEnhancements
_string2NR, _symbol2NR
Methods inherited from interface org.apache.pekko.http.scaladsl.server.directives.WebSocketDirectives
extractOfferedWsProtocols, extractWebSocketUpgrade, handleWebSocketMessages, handleWebSocketMessagesForOptionalProtocol, handleWebSocketMessagesForProtocol
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Directives$
public Directives$()
-
-
Method Details
-
Slash
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Slash
in interfacePathMatchers
- Returns:
- (undocumented)
-
PathEnd
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
PathEnd
in interfacePathMatchers
- Returns:
- (undocumented)
-
Remaining
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Remaining
in interfacePathMatchers
- Returns:
- (undocumented)
-
RemainingPath
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
RemainingPath
in interfacePathMatchers
- Returns:
- (undocumented)
-
IntNumber
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
IntNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
LongNumber
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
LongNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
HexIntNumber
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
HexIntNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
HexLongNumber
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
HexLongNumber
in interfacePathMatchers
- Returns:
- (undocumented)
-
DoubleNumber
- Specified by:
DoubleNumber
in interfacePathMatchers
-
JavaUUID
- Specified by:
JavaUUID
in interfacePathMatchers
-
Neutral
- Specified by:
Neutral
in interfacePathMatchers
-
Segment
Description copied from interface:PathMatchers
Accessor for nested Scala object- Specified by:
Segment
in interfacePathMatchers
- Returns:
- (undocumented)
-
Segments
- Specified by:
Segments
in interfacePathMatchers
-