Package org.eclipse.ecf.provider.generic
Class SSLGenericContainerInstantiator.GenericContainerArgs
- java.lang.Object
- 
- org.eclipse.ecf.provider.generic.SSLGenericContainerInstantiator.GenericContainerArgs
 
- 
- Enclosing class:
- SSLGenericContainerInstantiator
 
 protected class SSLGenericContainerInstantiator.GenericContainerArgs extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description GenericContainerArgs(ID id, Integer keepAlive)GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress)GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress, boolean wantClientAuth, boolean needClientAuth)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddressgetBindAddress()booleangetClientAuth()IDgetID()IntegergetKeepAlive()booleangetNeedClientAuth()booleangetWantClientAuth()
 
- 
- 
- 
Constructor Detail- 
GenericContainerArgspublic GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress) 
 - 
GenericContainerArgspublic GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress, boolean wantClientAuth, boolean needClientAuth) 
 
- 
 - 
Method Detail- 
getIDpublic ID getID() 
 - 
getKeepAlivepublic Integer getKeepAlive() 
 - 
getBindAddresspublic InetAddress getBindAddress() - Returns:
- InetAddress the bind address.  May be null
- Since:
- 4.5
 
 - 
getWantClientAuthpublic boolean getWantClientAuth() - Returns:
- boolean true if wants client auth
- Since:
- 4.6
 
 - 
getNeedClientAuthpublic boolean getNeedClientAuth() - Returns:
- boolean true if needs client auth
- Since:
- 4.6
 
 - 
getClientAuthpublic boolean getClientAuth() - Returns:
- boolean retrieve whether client auth is needed or wanted
- Since:
- 4.6
 
 
- 
 
-