Uses of Interface
jodd.http.HttpConnection
-
Packages that use HttpConnection Package Description jodd.http Tiny, raw and simple socket-based HTTP client.jodd.http.net Implementations and core HTTP stuff. -
-
Uses of HttpConnection in jodd.http
Fields in jodd.http declared as HttpConnection Modifier and Type Field Description protected HttpConnectionHttpRequest. httpConnectionMethods in jodd.http that return HttpConnection Modifier and Type Method Description HttpConnectionHttpRequest. connection()ReturnsHttpConnectionthat is going to be used for sending this request.HttpConnectionHttpConnectionProvider. createHttpConnection(HttpRequest httpRequest)Creates newHttpConnectionfromrequest.Methods in jodd.http with parameters of type HttpConnection Modifier and Type Method Description HttpRequestHttpRequest. open(HttpConnection httpConnection)Assignees providedHttpConnectionfor communication. -
Uses of HttpConnection in jodd.http.net
Classes in jodd.http.net that implement HttpConnection Modifier and Type Class Description classSocketHttpConnectionSocket-basedHttpConnection.classSocketHttpSecureConnectionMethods in jodd.http.net that return HttpConnection Modifier and Type Method Description HttpConnectionSocketHttpConnectionProvider. createHttpConnection(HttpRequest httpRequest)Creates new connection from currentrequest.
-