protected class SSLGenericContainerInstantiator.GenericContainerArgs extends Object
Constructor and Description |
---|
GenericContainerArgs(ID id,
Integer keepAlive) |
GenericContainerArgs(ID id,
Integer keepAlive,
InetAddress bindAddress) |
GenericContainerArgs(ID id,
Integer keepAlive,
InetAddress bindAddress,
boolean wantClientAuth,
boolean needClientAuth) |
Modifier and Type | Method and Description |
---|---|
InetAddress |
getBindAddress() |
boolean |
getClientAuth() |
ID |
getID() |
Integer |
getKeepAlive() |
boolean |
getNeedClientAuth() |
boolean |
getWantClientAuth() |
public GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress)
public GenericContainerArgs(ID id, Integer keepAlive, InetAddress bindAddress, boolean wantClientAuth, boolean needClientAuth)
public ID getID()
public Integer getKeepAlive()
public InetAddress getBindAddress()
null
public boolean getWantClientAuth()
public boolean getNeedClientAuth()
public boolean getClientAuth()
Copyright © 2017 Eclipse Foundation. All rights reserved.