Package org.smallmind.nutsnbolts.http
Class HttpTransmitter
- java.lang.Object
-
- org.smallmind.nutsnbolts.http.HttpTransmitter
-
public class HttpTransmitter extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpTransmitter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HttpPipeemitDeleteRequest(URL url, boolean openReader)static HttpPipeemitGetRequest(URL url, boolean openReader)static HttpPipeemitHttpRequest(HttpMethod method, URL url, boolean openReader)static HttpPipeemitPostRequest(URL url, boolean openReader)static HttpPipeemitPutRequest(URL url, boolean openReader)
-
-
-
Method Detail
-
emitGetRequest
public static HttpPipe emitGetRequest(URL url, boolean openReader) throws IOException
- Throws:
IOException
-
emitPutRequest
public static HttpPipe emitPutRequest(URL url, boolean openReader) throws IOException
- Throws:
IOException
-
emitPostRequest
public static HttpPipe emitPostRequest(URL url, boolean openReader) throws IOException
- Throws:
IOException
-
emitDeleteRequest
public static HttpPipe emitDeleteRequest(URL url, boolean openReader) throws IOException
- Throws:
IOException
-
emitHttpRequest
public static HttpPipe emitHttpRequest(HttpMethod method, URL url, boolean openReader) throws IOException
- Throws:
IOException
-
-