org.vertx.scala.core

http

package http

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

Type Members

  1. final class HttpClient extends Self with TCPSupport with ClientSSLSupport

    An HTTP client that maintains a pool of connections to a specific host, at a specific port.

  2. final class HttpClientRequest extends Self with WriteStream

    Represents a client-side HTTP request.

  3. class HttpClientResponse extends Self with ReadStream

    Represents a client-side HTTP response.

  4. final class HttpServer extends Self with ServerTCPSupport with ServerSSLSupport with Closeable

    An HTTP and WebSockets server

  5. final class HttpServerFileUpload extends Self with ReadStream

  6. final class HttpServerRequest extends Self with ReadStream

    Represents a server-side HTTP request.

  7. final class HttpServerResponse extends Self with WriteStream

    Represents a server-side HTTP response.

  8. type HttpVersion = java.core.http.HttpVersion

  9. class RouteMatcher extends java.core.Handler[HttpServerRequest] with (HttpServerRequest) ⇒ Unit with Self

    Not sure whether this kind of RouteMatcher should stay in Scala.

  10. final class ServerWebSocket extends Self with WebSocketBase

    Represents a server side WebSocket that is passed into a the websocketHandler of an org.vertx.scala.core.http.HttpServer

  11. final class WebSocket extends Self with WebSocketBase

    Represents a client side WebSocket.

  12. trait WebSocketBase extends Self with ReadStream with WriteStream

    Represents an HTML 5 Websocket

  13. type WebSocketVersion = java.core.http.WebSocketVersion

Value Members

  1. object HttpClient

    Factory for org.vertx.scala.core.http.HttpClient instances by wrapping a Java instance.

  2. object HttpClientRequest

    Factory for org.vertx.scala.core.http.HttpClientRequest instances, by wrapping a Java instance.

  3. object HttpClientResponse

    Factory for org.vertx.scala.core.http.HttpClient instances by wrapping a Java instance.

  4. object HttpServer

    Factory for org.vertx.scala.core.http.HttpServer instances by wrapping a Java instance.

  5. object HttpServerFileUpload

  6. object HttpServerRequest

  7. object HttpServerResponse

    Factory for org.vertx.scala.core.http.HttpServerResponse instances.

  8. object RouteMatcher

    Factory for org.vertx.scala.core.http.RouteMatcher instances.

  9. object ServerWebSocket

    Factory for org.vertx.scala.core.http.ServerWebSocket instances.

  10. object WebSocket

    Factory for org.vertx.scala.core.http.WebSocket instances.

  11. implicit def multiMapToScalaMultiMap(n: java.core.MultiMap): scala.collection.mutable.MultiMap[String, String]

    Implicit conversion for org.vertx.java.core.MultiMap to scala.collection.mutable.MultiMap.

  12. implicit def scalaMultiMapToMultiMap(n: scala.collection.mutable.MultiMap[String, String]): java.core.MultiMap

    Implicit conversion for scala.collection.mutable.MultiMap to org.vertx.java.core.MultiMap.

Inherited from AnyRef

Inherited from Any

Ungrouped