- send() - Method in class jodd.http.HttpRequest
-
Opens request if not already open, sends request, reads response and closes the request.
- send() - Method in class jodd.http.HttpTransport
-
Opens sockets output stream and sends request data to it.
- sendTo(OutputStream) - Method in class jodd.http.HttpBase
-
Sends request or response to output stream.
- serverSocket - Variable in class jodd.http.HttpTunnel
-
- set(String) - Method in class jodd.http.HttpRequest
-
Sets the destination (method, host, port... ) at once.
- setHostHeader() - Method in class jodd.http.HttpRequest
-
Sets 'Host' header from current host and port.
- socket - Variable in class jodd.http.HttpTransport
-
- socket - Variable in class jodd.http.HttpTunnel.HttpTunnelConnection
-
- socketBacklog - Variable in class jodd.http.HttpTunnel
-
Number of incoming sockets connection that can be hold
before processing each.
- start() - Method in class jodd.http.HttpTunnel
-
Starts HTTP tunnel.
- statusCode - Variable in class jodd.http.HttpResponse
-
- statusCode() - Method in class jodd.http.HttpResponse
-
Returns response status code.
- statusCode(int) - Method in class jodd.http.HttpResponse
-
Sets response status code.
- statusPhrase - Variable in class jodd.http.HttpResponse
-
- statusPhrase() - Method in class jodd.http.HttpResponse
-
Returns response status phrase.
- statusPhrase(String) - Method in class jodd.http.HttpResponse
-
Sets response status phrase.
- stop() - Method in class jodd.http.HttpTunnel
-
Stops the tunnel, shutdowns the thread pool and closes server socket.