File
Doc
Category
Size
Date
Package
SecureMessageServiceClientFactory.java
API Doc
Azureus 3.0.3.4
1486
Thu Feb 09 19:42:44 GMT 2006
com.aelitis.azureus.core.clientmessageservice.secure
SecureMessageServiceClientFactory
java.lang.Object
public class SecureMessageServiceClientFactory extends Object
Fields Summary
Constructors Summary
Methods Summary
public static
SecureMessageServiceClient
create
(
java.lang.String
host,
int
port,
int
timeout_secs,
java.security.interfaces.RSAPublicKey
key,
SecureMessageServiceClientAdapter
adapter)
return( new SecureMessageServiceClientImpl(host, port, timeout_secs, key, adapter));
Java Code Source