Groovy Documentation

Package org.vertx.groovy.core.http

 

Class Summary
HttpClient An HTTP client that maintains a pool of connections to a specific host, at a specific port.
HttpClientRequest Represents a client-side HTTP request.
HttpClientResponse Represents a client-side HTTP response.
HttpServer An HTTP and WebSockets server
HttpServerRequest Represents a server-side HTTP request.
HttpServerResponse Represents a server-side HTTP response.
RouteMatcher This class allows you to do route requests based on the HTTP verb and the request URI, in a manner similar to Sinatra or Express.
ServerWebSocket Represents a server side WebSocket that is passed into a the websocketHandler of an HttpServer
WebSocket Represents an HTML 5 Websocket
 


Groovy Documentation