| Constructor and Description |
|---|
HttpClientConnector(IHttpRequestExcecutorFactory httpRequestExcecutorFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRead(URI uri) |
boolean |
canWrite(URI uri) |
boolean |
exist(URI uri) |
long |
getContentLength(URI uri) |
InputStream |
openInputStream(URI uri) |
OutputStream |
openOutputStream(URI uri) |
public HttpClientConnector(IHttpRequestExcecutorFactory httpRequestExcecutorFactory)
public boolean exist(URI uri)
exist in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>public boolean canRead(URI uri)
canRead in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>public boolean canWrite(URI uri)
canWrite in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>public InputStream openInputStream(URI uri) throws IOException
openInputStream in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>IOExceptionpublic OutputStream openOutputStream(URI uri) throws IOException
openOutputStream in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>IOExceptionpublic long getContentLength(URI uri) throws IOException
getContentLength in interface net.anwiba.commons.resource.reference.IStreamConnector<URI>IOExceptionCopyright © 2007–2017 Andreas W. Bartels. All rights reserved.