public class SSLRMIServerSocketFactory extends Object implements RMIServerSocketFactory, Serializable
RMIServerSocketFactoryImpl
that:
Constructor and Description |
---|
SSLRMIServerSocketFactory(InetAddress pAddress) |
Modifier and Type | Method and Description |
---|---|
ServerSocket |
createServerSocket(int port) |
void |
setAlias(String alias) |
void |
setKeystore(String location,
String type,
String password) |
void |
setNeedClientAuth(boolean clientAuth) |
void |
setTruststore(String location,
String type,
String password) |
String |
toString() |
public SSLRMIServerSocketFactory(InetAddress pAddress)
public void setNeedClientAuth(boolean clientAuth)
public void setAlias(String alias)
public ServerSocket createServerSocket(int port) throws IOException
createServerSocket
in interface RMIServerSocketFactory
IOException
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.