Android
javax.net.ssl
public abstract class

javax.net.ssl.SSLSocketFactory

java.lang.Object
javax.net.SocketFactory
javax.net.ssl.SSLSocketFactory

Summary

Public Constructors

            SSLSocketFactory()

Public Methods

abstract          Socket  createSocket(Socket s, String host, int port, boolean autoClose)
      static    SocketFactory  getDefault()
abstract          String[]  getDefaultCipherSuites()
abstract          String[]  getSupportedCipherSuites()
Methods inherited from class javax.net.SocketFactory
Methods inherited from class java.lang.Object

Details

Public Constructors

public SSLSocketFactory()

Public Methods

public abstract Socket createSocket(Socket s, String host, int port, boolean autoClose)

Throws

IOException

public static SocketFactory getDefault()

public abstract String[] getDefaultCipherSuites()

public abstract String[] getSupportedCipherSuites()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48