Uses of Class
org.smallmind.nutsnbolts.http.HttpPipe
-
Packages that use HttpPipe Package Description org.smallmind.nutsnbolts.http -
-
Uses of HttpPipe in org.smallmind.nutsnbolts.http
Methods in org.smallmind.nutsnbolts.http that return HttpPipe Modifier and Type Method Description HttpPipeHttpPipe. connect()static HttpPipeHttpTransmitter. emitDeleteRequest(URL url, boolean openReader)static HttpPipeHttpTransmitter. emitGetRequest(URL url, boolean openReader)static HttpPipeHttpTransmitter. emitHttpRequest(HttpMethod method, URL url, boolean openReader)static HttpPipeHttpTransmitter. emitPostRequest(URL url, boolean openReader)static HttpPipeHttpTransmitter. emitPutRequest(URL url, boolean openReader)HttpPipeHttpPipe. setRequestHeader(String key, String value)HttpPipeHttpPipe. write(String body)
-