| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.proxy.model |
プロキシカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
NetworkInterface |
WebProxy.getBypassInterface()
Webプロキシの迂回先情報を取得します。
|
NetworkInterface |
NiftyCreateWebProxyRequest.getBypassInterface()
Webプロキシの迂回先ネットワーク情報を取得します。
|
NetworkInterface |
WebProxy.getListenInterface()
Webプロキシの受け側情報を取得します。
|
NetworkInterface |
NiftyCreateWebProxyRequest.getListenInterface()
Webプロキシの受け側ネットワーク情報を取得します。
|
NetworkInterface |
NetworkInterface.withNetworkId(java.lang.String networkId)
ネットワークIDを設定し、自オブジェクトを返します。
|
NetworkInterface |
NetworkInterface.withNetworkName(java.lang.String networkName)
ネットワーク名を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
WebProxy.setBypassInterface(NetworkInterface bypassInterface)
Webプロキシの迂回先情報を設定します。
|
void |
NiftyCreateWebProxyRequest.setBypassInterface(NetworkInterface bypassInterface)
Webプロキシの迂回先ネットワーク情報を設定します。
|
void |
WebProxy.setListenInterface(NetworkInterface listenInterface)
Webプロキシの受け側情報を設定します。
|
void |
NiftyCreateWebProxyRequest.setListenInterface(NetworkInterface listenInterface)
Webプロキシの受け側ネットワーク情報を設定します。
|
WebProxy |
WebProxy.withBypassInterface(NetworkInterface bypassInterface)
Webプロキシの迂回先情報を設定し、自オブジェクトを返します。
|
NiftyCreateWebProxyRequest |
NiftyCreateWebProxyRequest.withBypassInterface(NetworkInterface bypassInterface)
Webプロキシの迂回先ネットワーク情報を設定し、自オブジェクトを返します。
|
WebProxy |
WebProxy.withListenInterface(NetworkInterface listenInterface)
Webプロキシの受け側情報を設定し、自オブジェクトを返します。
|
NiftyCreateWebProxyRequest |
NiftyCreateWebProxyRequest.withListenInterface(NetworkInterface listenInterface)
Webプロキシの受け側ネットワーク情報を設定し、自オブジェクトを返します。
|
| コンストラクタと説明 |
|---|
NiftyCreateWebProxyRequest(NetworkInterface listenInterface,
java.lang.String listenPort)
Webプロキシの受け側ネットワーク情報,Webプロキシポートを指定し、NiftyCreateWebProxyRequestを構築します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.