Android
javax.net.ssl
public abstract class

javax.net.ssl.SSLServerSocket

java.lang.Object
java.net.ServerSocket
javax.net.ssl.SSLServerSocket

Summary

Protected Constructors

            SSLServerSocket()
            SSLServerSocket(int port)
            SSLServerSocket(int port, int backlog)
            SSLServerSocket(int port, int backlog, InetAddress address)

Public Methods

abstract          boolean  getEnableSessionCreation()
abstract          String[]  getEnabledCipherSuites()
abstract          String[]  getEnabledProtocols()
abstract          boolean  getNeedClientAuth()
abstract          String[]  getSupportedCipherSuites()
abstract          String[]  getSupportedProtocols()
abstract          boolean  getUseClientMode()
abstract          boolean  getWantClientAuth()
abstract          void  setEnableSessionCreation(boolean flag)
abstract          void  setEnabledCipherSuites(String[] suites)
abstract          void  setEnabledProtocols(String[] protocols)
abstract          void  setNeedClientAuth(boolean need)
abstract          void  setUseClientMode(boolean mode)
abstract          void  setWantClientAuth(boolean want)
Methods inherited from class java.net.ServerSocket
Methods inherited from class java.lang.Object

Details

Protected Constructors

protected SSLServerSocket()

Throws

IOException

protected SSLServerSocket(int port)

Throws

IOException

protected SSLServerSocket(int port, int backlog)

Throws

IOException

protected SSLServerSocket(int port, int backlog, InetAddress address)

Throws

IOException

Public Methods

public abstract boolean getEnableSessionCreation()

public abstract String[] getEnabledCipherSuites()

public abstract String[] getEnabledProtocols()

public abstract boolean getNeedClientAuth()

public abstract String[] getSupportedCipherSuites()

public abstract String[] getSupportedProtocols()

public abstract boolean getUseClientMode()

public abstract boolean getWantClientAuth()

public abstract void setEnableSessionCreation(boolean flag)

public abstract void setEnabledCipherSuites(String[] suites)

public abstract void setEnabledProtocols(String[] protocols)

public abstract void setNeedClientAuth(boolean need)

public abstract void setUseClientMode(boolean mode)

public abstract void setWantClientAuth(boolean want)

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