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

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

public class NoProxyProxySelector
extends ProxySelector

ダイレクト接続のみを返すプロキシセレクタ。

バージョン:
$Revision: 10003 $
作成者:
Takao Nakaguchi, $Author: Takao Nakaguchi $

コンストラクタの概要
NoProxyProxySelector()
          コンストラクタ。
 
メソッドの概要
 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
 

コンストラクタの詳細

NoProxyProxySelector

public NoProxyProxySelector()
コンストラクタ。

メソッドの詳細

connectFailed

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

select

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