public class HttpSource extends AbstractSource
uri
コンストラクタと説明 |
---|
HttpSource(URI uri,
org.apache.http.impl.client.CloseableHttpClient httpClient) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
close() |
protected org.apache.http.client.methods.HttpUriRequest |
createHttpRequest() |
boolean |
exists()
データが存在すればtrueを返します。
|
String |
getEncoding()
キャラクタ・エンコーディングを返します。
|
File |
getFile()
ファイルとして返します。
|
org.apache.http.client.HttpClient |
getHttpClient() |
InputStream |
getInputStream()
バイナリストリームを返します。
|
long |
getLength()
データのサイズを返します。
|
String |
getMimeType()
データのMIME型を返します。
|
Reader |
getReader()
テキストストリームを返します。
|
SourceValidity |
getValidity()
データの変更情報を返します。
|
boolean |
isInputStream()
バイナリデータとして取得可能ならtrueを返します。
|
boolean |
isReader()
テキストデータとして取得可能ならtrueを返します。
|
protected void |
tryConnect() |
getURI, isFile, toString
public HttpSource(URI uri, org.apache.http.impl.client.CloseableHttpClient httpClient)
public org.apache.http.client.HttpClient getHttpClient()
public String getMimeType() throws IOException
Source
IOException
public String getEncoding() throws IOException
Source
IOException
public boolean exists() throws IOException
Source
IOException
public boolean isInputStream() throws IOException
Source
isInputStream
インタフェース内 Source
isInputStream
クラス内 AbstractSource
IOException
public boolean isReader() throws IOException
Source
isReader
インタフェース内 Source
isReader
クラス内 AbstractSource
IOException
public InputStream getInputStream() throws IOException
Source
IOException
protected void tryConnect() throws IOException
IOException
protected org.apache.http.client.methods.HttpUriRequest createHttpRequest()
public Reader getReader() throws IOException
Source
IOException
public long getLength() throws IOException
Source
IOException
public SourceValidity getValidity()
Source
public void close()
close
インタフェース内 Closeable
close
インタフェース内 AutoCloseable
close
クラス内 AbstractSource
Copyright © 2024 座間ソフト. All rights reserved.