jp.go.nict.langrid.commons.net.proxy
クラス SocketProxySelector

java.lang.Object
  上位を拡張 java.net.ProxySelector
      上位を拡張 jp.go.nict.langrid.commons.net.proxy.SocketProxySelector

public class SocketProxySelector
extends ProxySelector

ソケット接続用のプロキシを選択するプロキシセレクタ。

バージョン:
$Revision: 8834 $
作成者:
$Author: kkadowaki $

コンストラクタの概要
SocketProxySelector(ProxySelector parent)
          コンストラクタ。
 
メソッドの概要
 void connectFailed(URI uri, SocketAddress sa, IOException ioe)
           
 List<Proxy> select(URI uri)
           
 
クラス java.net.ProxySelector から継承されたメソッド
getDefault, setDefault
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SocketProxySelector

public SocketProxySelector(ProxySelector parent)
コンストラクタ。

パラメータ:
parent - 実際にプロキシ選択を行うプロキシセレクタ
メソッドの詳細

connectFailed

public void connectFailed(URI uri,
                          SocketAddress sa,
                          IOException ioe)
定義:
クラス ProxySelector 内の connectFailed

select

public List<Proxy> select(URI uri)
定義:
クラス ProxySelector 内の select