org.jboss.security.ssl
Class RMISSLClientSocketFactory
java.lang.Object
org.jboss.security.ssl.RMISSLClientSocketFactory
- All Implemented Interfaces:
- Serializable, RMIClientSocketFactory, EventListener, HandshakeCompletedListener
public class RMISSLClientSocketFactory
- extends Object
- implements HandshakeCompletedListener, RMIClientSocketFactory, Serializable
An implementation of RMIClientSocketFactory that uses the JSSE
default SSLSocketFactory to create a client SSLSocket.
- Version:
- $Revision: 1.5.6.4 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
HANDSHAKE_COMPLETE_LISTENER
public static final String HANDSHAKE_COMPLETE_LISTENER
- See Also:
- Constant Field Values
RMISSLClientSocketFactory
public RMISSLClientSocketFactory()
- Creates new RMISSLClientSocketFactory
isWantsClientAuth
public boolean isWantsClientAuth()
setWantsClientAuth
public void setWantsClientAuth(boolean wantsClientAuth)
isNeedsClientAuth
public boolean isNeedsClientAuth()
setNeedsClientAuth
public void setNeedsClientAuth(boolean needsClientAuth)
createSocket
public Socket createSocket(String host,
int port)
throws IOException
- Create a client socket connected to the specified host and port.
- Specified by:
createSocket
in interface RMIClientSocketFactory
- Parameters:
host
- - the host nameport
- - the port number
- Returns:
- a socket connected to the specified host and port.
- Throws:
IOException
- if an I/O error occurs during socket creation.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
handshakeCompleted
public void handshakeCompleted(HandshakeCompletedEvent event)
- Specified by:
handshakeCompleted
in interface HandshakeCompletedListener
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.