Matches the host of EndPoints in SockoEvents using regular expression.
Matches the "method" of HTTP EndPoint
Matches the path of EndPoints in SockoEvents using regular expressions.
Matches the query string of EndPoints in SockoEvents using field names.
Matches the query string of EndPoints in SockoEvents using regular expressions
Concatenates 2 extractors in a case statement
Matches EndPoints of SockoEvents
where the method is set to CONNECT.
Matches EndPoints of SockoEvents
where the method is set to DELETE.
Matches EndPoints of SockoEvents
where the method is set to GET.
Matches EndPoints of SockoEvents
where the method is set to HEAD.
Matches the host of EndPoints in SockoEvents.
Matches the host of EndPoints in SockoEvents using segment patterns.
Matches a Socko HttpChunkEvent event.
Matches a Socko HttpRequestEvent.
Matches EndPoints of SockoEvents
where the method is set to OPTIONS.
Matches EndPoints of SockoEvents
where the method is set to POST.
Matches EndPoints of SockoEvents
where the method is set to PUT.
Matches the case-sensitive path of EndPoints in SockoEvents.
Matches the path of EndPoints in SockoEvents using segment patterns.
Matches the query string of EndPoints in SockoEvents.
Routes define the rules for dispatching events to its intended Akka handlers.
Matches EndPoints of SockoEvents
where the method is set to TRACE.
Matches a Socko WebSocketFrameEvent event.
Matches a Socko WebSocketHandshakeEvent event.
Routes define the rules for dispatching requests to its intended Akka actor handlers.