org.eclipse.ecf.provider.generic
Class SSLGenericContainerInstantiator.GenericContainerArgs

java.lang.Object
  extended by org.eclipse.ecf.provider.generic.SSLGenericContainerInstantiator.GenericContainerArgs
Enclosing class:
SSLGenericContainerInstantiator

protected class SSLGenericContainerInstantiator.GenericContainerArgs
extends java.lang.Object


Constructor Summary
SSLGenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive)
           
SSLGenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive, java.net.InetAddress bindAddress)
           
SSLGenericContainerInstantiator.GenericContainerArgs(ID id, java.lang.Integer keepAlive, java.net.InetAddress bindAddress, boolean wantClientAuth, boolean needClientAuth)
           
 
Method Summary
 java.net.InetAddress getBindAddress()
           
 boolean getClientAuth()
           
 ID getID()
           
 java.lang.Integer getKeepAlive()
           
 boolean getNeedClientAuth()
           
 boolean getWantClientAuth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLGenericContainerInstantiator.GenericContainerArgs

public SSLGenericContainerInstantiator.GenericContainerArgs(ID id,
                                                            java.lang.Integer keepAlive)

SSLGenericContainerInstantiator.GenericContainerArgs

public SSLGenericContainerInstantiator.GenericContainerArgs(ID id,
                                                            java.lang.Integer keepAlive,
                                                            java.net.InetAddress bindAddress)

SSLGenericContainerInstantiator.GenericContainerArgs

public SSLGenericContainerInstantiator.GenericContainerArgs(ID id,
                                                            java.lang.Integer keepAlive,
                                                            java.net.InetAddress bindAddress,
                                                            boolean wantClientAuth,
                                                            boolean needClientAuth)
Method Detail

getID

public ID getID()

getKeepAlive

public java.lang.Integer getKeepAlive()

getBindAddress

public java.net.InetAddress getBindAddress()
Since:
4.5

getWantClientAuth

public boolean getWantClientAuth()
Since:
4.6

getNeedClientAuth

public boolean getNeedClientAuth()
Since:
4.6

getClientAuth

public boolean getClientAuth()
Since:
4.6