org.mashupbots.socko

routes

package routes

Routes define the rules for dispatching requests to its intended Akka actor handlers.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. routes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class HostRegex extends AnyRef

    Matches the host of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using regular expression.

  2. class Method extends AnyRef

    Matches the "method" of HTTP org.mashupbots.socko.events.EndPoint

  3. class PathRegex extends AnyRef

    Matches the path of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using regular expressions.

  4. class QueryStringField extends AnyRef

    Matches the query string of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using field names.

  5. class QueryStringRegex extends AnyRef

    Matches the query string of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using regular expressions

Value Members

  1. object &

    Concatenates 2 extractors in a case statement

  2. object CONNECT extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to CONNECT.

  3. object DELETE extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to DELETE.

  4. object GET extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to GET.

  5. object HEAD extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to HEAD.

  6. object Host

    Matches the host of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents.

  7. object HostSegments

    Matches the host of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using segment patterns.

  8. object HttpChunk

    Matches a Socko org.mashupbots.socko.events.HttpChunkEvent event.

  9. object HttpRequest

    Matches a Socko org.mashupbots.socko.events.HttpRequestEvent.

  10. object OPTIONS extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to OPTIONS.

  11. object POST extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to POST.

  12. object PUT extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to PUT.

  13. object Path

    Matches the case-sensitive path of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents.

  14. object PathSegments

    Matches the path of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents using segment patterns.

  15. object QueryString

    Matches the query string of org.mashupbots.socko.events.EndPoints in org.mashupbots.socko.events.SockoEvents.

  16. object Routes

    Routes define the rules for dispatching events to its intended Akka handlers.

  17. object TRACE extends Method

    Matches org.mashupbots.socko.events.EndPoints of org.mashupbots.socko.events.SockoEvents where the method is set to TRACE.

  18. object WebSocketFrame

    Matches a Socko org.mashupbots.socko.events.WebSocketFrameEvent event.

  19. object WebSocketHandshake

    Matches a Socko org.mashupbots.socko.events.WebSocketHandshakeEvent event.

Inherited from AnyRef

Inherited from Any

Ungrouped