Index

A B C D E F G H I J K M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

abort(byte) - Method in interface jp.cssj.cti2.CTISession
変換を中断します。 このメソッドは非同期的に(別スレッドから)呼び出す必要があります。 実際に処理が中断された場合は、変換処理を行なっている(transcodeを呼び出した )スレッドで、TranscoderExceptionがスローされます。
abort(byte) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
abort(byte) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
処理の中断を要求します。
abort(byte) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
ABORT - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
処理中断パケットです。
ABORT - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
データ中断パケットです。
ABORT_FORCE - Static variable in interface jp.cssj.cti2.CTISession
強制的に中断する処理の定数です。abortメソッドに渡します。
ABORT_NORMAL - Static variable in interface jp.cssj.cti2.CTISession
きりのよいところまで処理する中断処理の定数です。abortメソッドに渡します。
AbstractCTISession - Class in jp.cssj.cti2.helpers
 
AbstractCTISession() - Constructor for class jp.cssj.cti2.helpers.AbstractCTISession
 
ADD - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
断片追加パケットです。
ADD_BLOCK - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
断片追加パケットです。

B

BLOCK_DATA - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
データパケットです。
blockingLock() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
BUFFER_SIZE - Static variable in class jp.cssj.driver.ctip.v1.V1Session
 
BUFFER_SIZE - Static variable in class jp.cssj.driver.ctip.v2.V2Session
 
builder - Variable in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
builder - Variable in class jp.cssj.cti2.helpers.ServletResponseResults
 
builder - Variable in class jp.cssj.cti2.results.SingleResult
出力先のデータ構築オブジェクトです。
builder - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
builder - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
buildNext() - Method in class jp.cssj.driver.ctip.v1.V1Session
 
buildNext() - Method in class jp.cssj.driver.ctip.v2.V2Session
 

C

ChannelIO - Class in jp.cssj.driver.ctip.common
SocketChannelから各種データを取得します。 それぞれのメソッドは非ブロッキングI/Oに対して動作しますが、データの取得が完了するまでブロックします。
ChannelIO(ByteChannel, long) - Constructor for class jp.cssj.driver.ctip.common.ChannelIO
 
charset - Variable in class jp.cssj.driver.ctip.v2.V2ContentProducer
 
CLIENT_RESOURCE - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
クライアント側でリソースを解決するモードに切り替えるパケットです。
clientResource(boolean) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
クライアント側でリソースを解決するモードを設定します。
close() - Method in interface jp.cssj.cti2.CTISession
セッションをクローズします。
close() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
close() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
close() - Method in class jp.cssj.driver.ctip.common.ChannelIO
 
close() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
 
close() - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumerOutputStream
 
close() - Method in class jp.cssj.driver.ctip.v1.V1Session
 
close() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
 
close() - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
通信を終了します。
close() - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumerOutputStream
 
close() - Method in class jp.cssj.driver.ctip.v2.V2Session
 
CLOSE - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
通信終了パケットです。
CLOSE_BLOCK - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
断片のクローズを通知するパケットです。
configureBlocking(boolean) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
connect() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
サーバーに接続し、リクエストを開始します。
connect(String, String) - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
サーバーに接続し、リクエストを開始します。
connect(SocketAddress) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
continuous(boolean) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
複数の結果を結合するモードを切り替えます。
CONTINUOUS - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
複数の結果を結合するモードに切り替えるパケットです。
counter - Variable in class jp.cssj.cti2.results.DirectoryResults
 
create(String, String) - Static method in class jp.cssj.cti2.helpers.URIHelper
Deprecated.
URIを生成します。
createChannel(InetSocketAddress) - Method in class jp.cssj.driver.ctip.v2.TLSV2ContentProducer
 
createChannel(InetSocketAddress) - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
 
createStreamMessageHandler(PrintStream) - Static method in class jp.cssj.cti2.helpers.CTIMessageHelper
 
CTIDriver - Interface in jp.cssj.cti2
ドキュメント変換サーバーに接続するためのドライバです。
CTIDriverManager - Class in jp.cssj.cti2
ドライバの窓口クラスです。
CTIHttpServletResponseWrapper - Class in jp.cssj.cti2.helpers
転送先のサーブレット/JSPの出力をキャプチャしてCTISessionに渡します。
CTIHttpServletResponseWrapper - Class in jp.cssj.cti2.helpers.jakarta
転送先のサーブレット/JSPの出力をキャプチャしてCTISessionに渡します。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI) - Constructor for class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
new CTIHttpServletResponseWrapper(response, session, uri, true)を呼び出すのと同等です。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI, boolean) - Constructor for class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
指定したレスポンスをラップし、セッションにデータを送るレスポンスを構築します。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI) - Constructor for class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
new CTIHttpServletResponseWrapper(response, session, uri, true)を呼び出すのと同等です。
CTIHttpServletResponseWrapper(HttpServletResponse, CTISession, URI, boolean) - Constructor for class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
指定したレスポンスをラップし、セッションにデータを送るレスポンスを構築します。
CTIMessageCodes - Interface in jp.cssj.cti2.helpers
メッセージコードの定数です。
CTIMessageHelper - Class in jp.cssj.cti2.helpers
メッセージ関係の補助ツールです。
CTIPDriver - Class in jp.cssj.driver.ctip
ソケット通信を利用するドライバです。
CTIPDriver() - Constructor for class jp.cssj.driver.ctip.CTIPDriver
 
CTISession - Interface in jp.cssj.cti2
ドキュメント変換処理を実行するためのサーバーとの接続です。
CTISessionHelper - Class in jp.cssj.cti2.helpers
クライアント側のファイル、URL、ストリームを送るためのユーティリティです。
CURRENT_URI - Static variable in class jp.cssj.cti2.helpers.URIHelper
Deprecated.
 

D

data(byte[], int, int) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
データパケットを送ります。
DATA - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
データパケットです。 getId,readで断片IDとデータを得ることができます。
DATA - Static variable in class jp.cssj.driver.ctip.v1.V1RequestConsumer
データパケットです。 readでデータを取得できます。
DATA - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
データパケットです。
DATA - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
断片化とは無関係なデータパケットです。
DefaultMetaSource - Class in jp.cssj.cti2.helpers
Deprecated.
jp.cssj.resolver.helpers.MetaSourceImplを使ってください。
DefaultMetaSource() - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
DefaultMetaSource(URI) - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
DefaultMetaSource(URI, String) - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
DefaultMetaSource(URI, String, String) - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
DefaultMetaSource(URI, String, String, long) - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
DefaultMetaSource(Source) - Constructor for class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
dir - Variable in class jp.cssj.cti2.results.DirectoryResults
 
DirectoryResults - Class in jp.cssj.cti2.results
ディレクトリに複数の結果を出力するResultsです。
DirectoryResults(File, String, String) - Constructor for class jp.cssj.cti2.results.DirectoryResults
出力先ディレクトリとファイル名の前後を指定してオブジェクトを構築します。

E

encoding - Variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
 
encoding - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
encoding - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
ENCODING - Static variable in class jp.cssj.driver.ctip.CTIPDriver
 
end() - Method in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
end() - Method in class jp.cssj.cti2.helpers.ServletResponseResults
 
end() - Method in class jp.cssj.cti2.results.DirectoryResults
 
end() - Method in class jp.cssj.cti2.results.NopResults
 
end() - Method in interface jp.cssj.cti2.results.Results
一連のデータ出力を完了します。
end() - Method in class jp.cssj.cti2.results.SingleResult
 
end() - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
終了パケットを送ります。
END - Static variable in class jp.cssj.driver.ctip.v1.V1RequestConsumer
終了パケットです。
eof() - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
データの終了を通知します。
EOF - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
データの終了を示すパケットです。
EOF - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
データ終了パケットです。
equals(String, String) - Static method in class jp.cssj.cti2.helpers.MimeTypeHelper
2つのMIMEタイプがパラメータを除いて同じがどうかを判別します。
ERROR - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
エラーレベルメッセージです。
ERROR_BAD_DOCUMENT_URI - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
メインドキュメントのURIが不正である。
ERROR_ERROR - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
リソースの取得失敗など、生成される文書の情報が欠落すようなエラーです。
ERROR_FATAL - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
処理の続行を妨げるような深刻なエラーです。
ERROR_IO - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
通信エラー。
ERROR_WARN - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
CSSの文法エラーなどの警告を表します。

F

FATAL - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
深刻なエラーレベルメッセージです。
FATAL_UNEXPECTED - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
予期しないエラー。
finalize() - Method in class jp.cssj.cti2.helpers.AbstractCTISession
 
finish() - Method in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
finish() - Method in class jp.cssj.cti2.helpers.ServletResponseResults
 
flushBuffer() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
flushBuffer() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 

G

getAnchorId() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
アンカーとなる断片のIDを返します。
getAnchorId() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
アンカーとなる断片のIDを返します。
getArgs() - Method in exception jp.cssj.cti2.TranscoderException
メッセージに付随する値です。
getArgs() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
メッセージの値を返します。
getArgs() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
メッセージの引数返します。
getBlockId() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
断片のIDを返します。
getChannel() - Method in class jp.cssj.driver.ctip.common.ChannelIO
 
getCode() - Method in exception jp.cssj.cti2.TranscoderException
中断の原因となったメッセージコードです。
getCode() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
メッセージコードを返します。
getCode() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
メッセージコードを返します。
getContentType(MetaSource) - Static method in class jp.cssj.cti2.helpers.jakarta.ServletHelper
charsetパラメータつきのContent-Typeヘッダ値を返します。
getContentType(MetaSource) - Static method in class jp.cssj.cti2.helpers.ServletHelper
charsetパラメータつきのContent-Typeヘッダ値を返します。
getDriver(URI) - Static method in class jp.cssj.cti2.CTIDriverManager
指定されたURIへ接続するためのドライバを返します。
getEncoding() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getEncoding() - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
getEncoding() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
getEncoding() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
データのエンコーディングを返します。
getFormat(short) - Static method in class jp.cssj.cti2.helpers.CTIMessageHelper
メッセージコードに対応するメッセージフォーマットを返します。
getId() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
断片のIDを返します。
getLength() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getLength() - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
getLength() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
getLength() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
進行状況を返します。
getLevel(short) - Static method in class jp.cssj.cti2.helpers.CTIMessageHelper
エラーレベルを返します。
getMessage() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
メッセージを返します。
getMessage() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
メッセージを返します。
getMimeType() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getMimeType() - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
getMimeType() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
getMimeType() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
データのMIME型を返します。
getMode() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
中断処理のモードを返します。
getOutputStream() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getOutputStream() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
getParameter(String, String) - Static method in class jp.cssj.cti2.helpers.MimeTypeHelper
Content-Typeヘッダパラメータの値を返します。
getProgress() - Method in interface jp.cssj.cti2.progress.Progressive
元のデータで処理済のバイト数を返します。
getProgress() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
進行状況を返します。
getSelectable() - Method in class jp.cssj.driver.ctip.common.ChannelIO
 
getServerInfo(URI) - Method in interface jp.cssj.cti2.CTISession
サーバー情報を返します。 詳細はCopper PDF ドキュメントを参照して下さい。
getServerInfo(URI) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
getServerInfo(URI) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
getSession(URI) - Static method in class jp.cssj.cti2.CTIDriverManager
セッションを返します。
getSession(URI, String, String) - Static method in class jp.cssj.cti2.CTIDriverManager
セッションを返します。
getSession(URI, Map<String, String>) - Method in interface jp.cssj.cti2.CTIDriver
セッションを作成します。
getSession(URI, Map<String, String>) - Static method in class jp.cssj.cti2.CTIDriverManager
セッションを返します。
getSession(URI, Map<String, String>) - Method in class jp.cssj.driver.ctip.CTIPDriver
 
getState() - Method in exception jp.cssj.cti2.TranscoderException
変換後の状態(STATE_XXX定数)を返します。
getType() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
現在のパケットのデータのタイプを返します。
getType() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
現在のパケットのデータのタイプを返します。
getTypePart(String) - Static method in class jp.cssj.cti2.helpers.MimeTypeHelper
パラメータを除いた部分を返します。
getURI() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getURI() - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
getURI() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
getURI() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
データのURIを返します。
getWriter() - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
getWriter() - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 

H

hasNext() - Method in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
hasNext() - Method in class jp.cssj.cti2.helpers.ServletResponseResults
 
hasNext() - Method in class jp.cssj.cti2.results.DirectoryResults
 
hasNext() - Method in class jp.cssj.cti2.results.NopResults
 
hasNext() - Method in interface jp.cssj.cti2.results.Results
次の結果を出力可能であればtrueを返します。
hasNext() - Method in class jp.cssj.cti2.results.SingleResult
 

I

implCloseChannel() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
INFO - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
情報レベルメッセージです。
INFO_ABORT - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
処理を正常に中断した。
init() - Method in class jp.cssj.driver.ctip.v1.V1Session
 
init() - Method in class jp.cssj.driver.ctip.v2.V2Session
 
INSERT - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
断片挿入パケットです。 getAnchorIdで直後の断片IDを得ることができます。
INSERT_BLOCK - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
断片挿入パケットです。
io - Variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
 
io - Variable in class jp.cssj.driver.ctip.v2.V2ContentProducer
 
isBlocking() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
isConnected() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
isRegistered() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 

J

join() - Method in interface jp.cssj.cti2.CTISession
setContinues(true) が設定された状態で、複数回のtranscodeにより生成された結果を結合して出力します。
join() - Method in class jp.cssj.driver.ctip.v1.V1Session
 
join() - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
結果の結合を要求します。
join() - Method in class jp.cssj.driver.ctip.v2.V2Session
 
JOIN - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
結果の結合パケットです。
jp.cssj.cti2 - package jp.cssj.cti2
 
jp.cssj.cti2.helpers - package jp.cssj.cti2.helpers
 
jp.cssj.cti2.helpers.jakarta - package jp.cssj.cti2.helpers.jakarta
 
jp.cssj.cti2.message - package jp.cssj.cti2.message
 
jp.cssj.cti2.progress - package jp.cssj.cti2.progress
 
jp.cssj.cti2.results - package jp.cssj.cti2.results
 
jp.cssj.driver.ctip - package jp.cssj.driver.ctip
 
jp.cssj.driver.ctip.common - package jp.cssj.driver.ctip.common
 
jp.cssj.driver.ctip.v1 - package jp.cssj.driver.ctip.v1
 
jp.cssj.driver.ctip.v2 - package jp.cssj.driver.ctip.v2
 

K

keyFor(Selector) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 

M

main(URI, String, String) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
本体の開始を通知します。
MAIN - Static variable in class jp.cssj.driver.ctip.v1.V1RequestConsumer
内容開始パケットです。 getURI,getMimeType,getEncodingでURIとMIMEタイプとエンコーディングを取得できます。
MAIN_LENGTH - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
メインドキュメントの長さを通知するパケットです。
MAIN_READ - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
メインドキュメントの読み込みバイト数を通知するパケットです。
match(URI) - Method in class jp.cssj.driver.ctip.CTIPDriver
 
message(short, String[], String) - Method in interface jp.cssj.cti2.message.MessageHandler
メッセージ受け取ります。
MESSAGE - Static variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
エラーメッセージパケットです。 getLevel,getMessageでエラーレベルとメッセージを得ることができます。
MESSAGE - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
エラーメッセージパケットです。
messageHandler - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
messageHandler - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
MessageHandler - Interface in jp.cssj.cti2.message
メッセージを受け取るインターフェースです。
MimeTypeHelper - Class in jp.cssj.cti2.helpers
MIME方を解析する補助クラスです。
MISSING_RESOURCE - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
存在しないリソースを示すパケットです。
missingResource(URI) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
存在しないリソースとして通知します。

N

next() - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
次のパケットにカーソルを移します。
next() - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
次のパケットにカーソルを移します。
next() - Method in class jp.cssj.driver.ctip.v2.V2Session
 
NEXT - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
データ継続パケットです。
nextBuilder(MetaSource) - Method in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
nextBuilder(MetaSource) - Method in class jp.cssj.cti2.helpers.ServletResponseResults
 
nextBuilder(MetaSource) - Method in class jp.cssj.cti2.results.DirectoryResults
 
nextBuilder(MetaSource) - Method in class jp.cssj.cti2.results.NopResults
 
nextBuilder(MetaSource) - Method in interface jp.cssj.cti2.results.Results
次の処理結果を構築するためのビルダを返します。
nextBuilder(MetaSource) - Method in class jp.cssj.cti2.results.SingleResult
 
NopResults - Class in jp.cssj.cti2.results
何も出力しないResultsです。
NULL - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
どこにも表示しないメッセージハンドラです。

P

password - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
password - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
prefix - Variable in class jp.cssj.cti2.results.DirectoryResults
 
producer - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
producer - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
progress(long) - Method in class jp.cssj.cti2.progress.ProgressAdapter
 
progress(long) - Method in interface jp.cssj.cti2.progress.ProgressListener
処理されたメインドキュメントのバイト数が渡されます。
ProgressAdapter - Class in jp.cssj.cti2.progress
ProgressListenterの実装を容易にするためのアダプタです。
ProgressAdapter() - Constructor for class jp.cssj.cti2.progress.ProgressAdapter
 
Progressive - Interface in jp.cssj.cti2.progress
進行状況を表すインターフェースです。
progressListener - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
progressListener - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
ProgressListener - Interface in jp.cssj.cti2.progress
サーバ側でのメインドキュメントの処理状況を受け取ります。
properties(CTISession, Properties) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
プロパティをまとめて設定します。
property(String, String) - Method in interface jp.cssj.cti2.CTISession
プロパティを設定します。
property(String, String) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
プロパティを送ります。
property(String, String) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
property(String, String) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
プロパティを送ります。
property(String, String) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
PROPERTY - Static variable in class jp.cssj.driver.ctip.v1.V1RequestConsumer
プロパティパケットです。 getName,getValueで名前と値を取得できます。
PROPERTY - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
プロパティパケットです。
provider() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 

R

read(byte[], int, int) - Method in class jp.cssj.driver.ctip.v1.V1ContentProducer
データを取得します。
read(byte[], int, int) - Method in class jp.cssj.driver.ctip.v2.V2ContentProducer
データを取得します。
read(ByteBuffer) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
readAll(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
バッファがいっぱいになるまでデータを読み込みます。
readByte(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
1バイト整数を読み込みます。
readBytes(int) - Method in class jp.cssj.driver.ctip.common.ChannelIO
指定された長さだけバイト列を読み込みます。
readInt(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
4バイト整数を読み込みます。
readLong(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
8バイト整数を読み込みます。
readShort(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
2バイト整数を読み込みます。
readString(ByteBuffer, String) - Method in class jp.cssj.driver.ctip.common.ChannelIO
文字列を読み込みます。 文字列は2バイトの文字列長(バイト数)に続く文字列本体のバイト列で構成されます。 バイト列は指定したエンコーディングで文字列に変換します。
register(Selector, int, Object) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
request - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
request - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
reset() - Method in interface jp.cssj.cti2.CTISession
送られたリソースと、プロパティ、メッセージハンドラ等の全ての設定をクリアして、セッションが作られた時点と同じ初期状態に戻します。
reset() - Method in class jp.cssj.driver.ctip.v1.V1Session
 
reset() - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
状態をリセットします。
reset() - Method in class jp.cssj.driver.ctip.v2.V2Session
 
RESET - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
状態リセットパケットです。
resolve(String, String, String) - Static method in class jp.cssj.cti2.helpers.URIHelper
Deprecated.
 
resolve(String, URI, String) - Static method in class jp.cssj.cti2.helpers.URIHelper
Deprecated.
相対URIを解決します。
resolver - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
resource(URI, String, String) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
リソースの開始を通知します。
resource(MetaSource) - Method in interface jp.cssj.cti2.CTISession
リソースを送信するための出力ストリームを返します。
resource(MetaSource) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
resource(MetaSource) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
resource(Source) - Method in interface jp.cssj.cti2.CTISession
リソースを送信します。
resource(Source) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
resource(Source) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
RESOURCE - Static variable in class jp.cssj.driver.ctip.v1.V1RequestConsumer
リソース開始パケットです。 getURI,getMimeType,getEncodingでURIとMIMEタイプとエンコーディングを取得できます。
RESOURCE_REQUEST - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
リソース要求パケットです。
response - Variable in class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
response - Variable in class jp.cssj.cti2.helpers.ServletResponseResults
 
results - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
results - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
Results - Interface in jp.cssj.cti2.results
処理結果です。
rwselect() - Method in class jp.cssj.driver.ctip.common.ChannelIO
読み込みまたは書き込みが可能になるまで待ちます。

S

sendResource(Source) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
sendResource(Source) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
sendResourceDir(CTISession, File, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
リソースとして、ディレクトリ内のファイルを全て送信します。 このメソッドは子ディレクトリも再帰的に処理します。
sendResourceFile(CTISession, File, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
リソースとしてファイルを送信します。
sendResourceStream(CTISession, InputStream, URI, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
リソースとしてストリームから取り出されるデータを送信します。
sendResourceURL(CTISession, URL, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
リソースとしてURLを送信します。
SERVER_INFO - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
サーバー情報パケットです。
SERVER_MAIN - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
サーバー側でメインドキュメントの取得を要求するパケットです。
serverInfo(URI) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
サーバー情報を要求します。
serverMain(URI) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
サーバー側でメインドキュメントを取得します。
serverURI - Variable in class jp.cssj.driver.ctip.v2.V2ContentProducer
 
ServletHelper - Class in jp.cssj.cti2.helpers.jakarta
サーブレットからドキュメント変換サーバーを利用する際のユーティリティです。
ServletHelper - Class in jp.cssj.cti2.helpers
サーブレットからドキュメント変換サーバーを利用する際のユーティリティです。
ServletResponseResults - Class in jp.cssj.cti2.helpers.jakarta
構築したデータをサーブレットのレスポンスとして送り出します。
ServletResponseResults - Class in jp.cssj.cti2.helpers
構築したデータをサーブレットのレスポンスとして送り出します。
ServletResponseResults(ServletResponse) - Constructor for class jp.cssj.cti2.helpers.jakarta.ServletResponseResults
 
ServletResponseResults(ServletResponse) - Constructor for class jp.cssj.cti2.helpers.ServletResponseResults
 
setCharacterEncoding(String) - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
setCharacterEncoding(String) - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
setContentLength(int) - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
setContentLength(int) - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
setContentType(String) - Method in class jp.cssj.cti2.helpers.CTIHttpServletResponseWrapper
 
setContentType(String) - Method in class jp.cssj.cti2.helpers.jakarta.CTIHttpServletResponseWrapper
 
setContinuous(boolean) - Method in interface jp.cssj.cti2.CTISession
複数の結果を結合するモードに切り替えます。
setContinuous(boolean) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
setContinuous(boolean) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
setCTIPSession(V1Session) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
 
setCTIPSession(V2Session) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
 
setEncoding(String) - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
setLength(long) - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
setMessageHandler(MessageHandler) - Method in interface jp.cssj.cti2.CTISession
メッセージを受け取るためのオブジェクトを設定します。
setMessageHandler(MessageHandler) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
setMessageHandler(MessageHandler) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
setMimeType(String) - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
setProgressListener(ProgressListener) - Method in interface jp.cssj.cti2.CTISession
進行状況を監視するためのオブジェクトを設定します。
setProgressListener(ProgressListener) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
setProgressListener(ProgressListener) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
setResultFile(CTISession, File) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
出力先ファイルを設定します。
setResults(Results) - Method in interface jp.cssj.cti2.CTISession
出力先を設定します。
setResults(Results) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
setResults(Results) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
setResultStream(CTISession, OutputStream) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
出力先ストリームを設定します。
setServletResponse(CTISession, ServletResponse) - Static method in class jp.cssj.cti2.helpers.jakarta.ServletHelper
セッションの出力先にServletResponseを設定します。
setServletResponse(CTISession, ServletResponse) - Static method in class jp.cssj.cti2.helpers.ServletHelper
セッションの出力先にServletResponseを設定します。
setSourceResolver(SourceResolver) - Method in interface jp.cssj.cti2.CTISession
リソースを読み込むためのオブジェクトを設定します。
setSourceResolver(SourceResolver) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
setSourceResolver(SourceResolver) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
setURI(URI) - Method in class jp.cssj.cti2.helpers.DefaultMetaSource
Deprecated.
 
SHARED_INSTANCE - Static variable in class jp.cssj.cti2.results.NopResults
 
SingleResult - Class in jp.cssj.cti2.results
単一の結果を出力するResultsです。
SingleResult(File) - Constructor for class jp.cssj.cti2.results.SingleResult
ファイルにデータを出力します。
SingleResult(OutputStream) - Constructor for class jp.cssj.cti2.results.SingleResult
OutputStreamにデータを出力します。
SingleResult(RandomBuilder) - Constructor for class jp.cssj.cti2.results.SingleResult
1つのデータ構築オブジェクトに対して出力します。
sourceLength(long) - Method in class jp.cssj.cti2.progress.ProgressAdapter
 
sourceLength(long) - Method in interface jp.cssj.cti2.progress.ProgressListener
サーバ側で見積もられたメインドキュメントの大きさが渡されます。
srcPos - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
START_DATA - Static variable in interface jp.cssj.driver.ctip.v2.V2ServerPackets
データを開始します。
START_MAIN - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
内容開始パケットです。
START_RESOURCE - Static variable in interface jp.cssj.driver.ctip.v2.V2ClientPackets
リソース開始パケットです。
startMain(URI, String, String, long) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
本体の開始を通知します。
startResource(URI, String, String, long) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumer
リソースの開始を通知します。
state - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
state - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
STATE_BROKEN - Static variable in exception jp.cssj.cti2.TranscoderException
変換結果のデータは破壊されています。
STATE_READABLE - Static variable in exception jp.cssj.cti2.TranscoderException
変換結果は不完全ですが、利用可能なデータです。
STDERR - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
Deprecated.
createStreamMessageHandler(System.err)を使用してください。
STDOUT - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
Deprecated.
createStreamMessageHandler(System.out)を使用してください。
suffix - Variable in class jp.cssj.cti2.results.DirectoryResults
 

T

TLSSocketChannel - Class in jp.cssj.driver.ctip.v2
 
TLSSocketChannel(SocketChannel) - Constructor for class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
TLSV2ContentProducer - Class in jp.cssj.driver.ctip.v2
 
TLSV2ContentProducer(URI, String) - Constructor for class jp.cssj.driver.ctip.v2.TLSV2ContentProducer
 
toBytes(String, String) - Static method in class jp.cssj.driver.ctip.common.ChannelIO
文字列をバイト列に変換します。 null文字列は空文字列として変換します。
toString(short, String[]) - Static method in class jp.cssj.cti2.helpers.CTIMessageHelper
メッセージを文字列化します。
transcode(URI) - Method in interface jp.cssj.cti2.CTISession
指定されたアドレスへサーバー側からアクセスしてメインドキュメントを取得して変換します。 resourceメソッドで事前に送信したリソースに対しても有効です。
transcode(URI) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
transcode(URI) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
transcode(MetaSource) - Method in interface jp.cssj.cti2.CTISession
メインドキュメントを送信するための出力ストリームを返します。
transcode(MetaSource) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
transcode(MetaSource) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
transcode(Source) - Method in interface jp.cssj.cti2.CTISession
メインドキュメントをデータソースから取得して変換します。
transcode(Source) - Method in class jp.cssj.driver.ctip.v1.V1Session
 
transcode(Source) - Method in class jp.cssj.driver.ctip.v2.V2Session
 
transcodeFile(CTISession, File, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
本体としてファイルを送信します。
TranscoderException - Exception in jp.cssj.cti2
ドキュメントの変換を中断したことを示す例外です。
TranscoderException(byte, short, String[], String) - Constructor for exception jp.cssj.cti2.TranscoderException
 
TranscoderException(short, String[], String) - Constructor for exception jp.cssj.cti2.TranscoderException
 
transcodeStream(CTISession, InputStream, URI, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
本体としてストリームから取り出されるデータを送信します。
transcodeURL(CTISession, URL, String, String) - Static method in class jp.cssj.cti2.helpers.CTISessionHelper
本体としてURLを送信します。

U

uri - Variable in class jp.cssj.driver.ctip.v1.V1ContentProducer
 
uri - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
uri - Variable in class jp.cssj.driver.ctip.v2.V2Session
 
URIHelper - Class in jp.cssj.cti2.helpers
Deprecated.
jp.cssj.resolver.helpers.URIHelperを使ってください。
user - Variable in class jp.cssj.driver.ctip.v1.V1Session
 
user - Variable in class jp.cssj.driver.ctip.v2.V2Session
 

V

V1ContentProducer - Class in jp.cssj.driver.ctip.v1
 
V1ContentProducer(URI, String) - Constructor for class jp.cssj.driver.ctip.v1.V1ContentProducer
 
V1RequestConsumer - Class in jp.cssj.driver.ctip.v1
 
V1RequestConsumerOutputStream - Class in jp.cssj.driver.ctip.v1
 
V1RequestConsumerOutputStream(V1RequestConsumer) - Constructor for class jp.cssj.driver.ctip.v1.V1RequestConsumerOutputStream
 
V1Session - Class in jp.cssj.driver.ctip.v1
 
V1Session(URI, String, String, String) - Constructor for class jp.cssj.driver.ctip.v1.V1Session
 
V2ClientPackets - Interface in jp.cssj.driver.ctip.v2
クライアントからサーバーに送られるパケットの種類です。
V2ContentProducer - Class in jp.cssj.driver.ctip.v2
 
V2ContentProducer(URI, String) - Constructor for class jp.cssj.driver.ctip.v2.V2ContentProducer
 
V2RequestConsumer - Class in jp.cssj.driver.ctip.v2
 
V2RequestConsumerOutputStream - Class in jp.cssj.driver.ctip.v2
 
V2RequestConsumerOutputStream(V2RequestConsumer) - Constructor for class jp.cssj.driver.ctip.v2.V2RequestConsumerOutputStream
 
V2ServerPackets - Interface in jp.cssj.driver.ctip.v2
サーバーからクライアントに送られるパケットの種類です。
V2Session - Class in jp.cssj.driver.ctip.v2
 
V2Session(URI, String, String, String) - Constructor for class jp.cssj.driver.ctip.v2.V2Session
 
validOps() - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 

W

WARN - Static variable in class jp.cssj.cti2.helpers.CTIMessageHelper
警告レベルメッセージです。
WARN_BAD_BASE_URI - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
メインドキュメントのベースURIが不正である。
WARN_BAD_RESOURCE_URI - Static variable in interface jp.cssj.cti2.helpers.CTIMessageCodes
リソースのURIが不正である。
write(byte[]) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumerOutputStream
 
write(byte[]) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumerOutputStream
 
write(byte[], int, int) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumer
データパケットを送ります。
write(byte[], int, int) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumerOutputStream
 
write(byte[], int, int) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumerOutputStream
 
write(int) - Method in class jp.cssj.driver.ctip.v1.V1RequestConsumerOutputStream
 
write(int) - Method in class jp.cssj.driver.ctip.v2.V2RequestConsumerOutputStream
 
write(ByteBuffer) - Method in class jp.cssj.driver.ctip.v2.TLSSocketChannel
 
writeAll(ByteBuffer) - Method in class jp.cssj.driver.ctip.common.ChannelIO
バッファが空になるまでデータを書き込みます。
A B C D E F G H I J K M N P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form