Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.net | Provides classes for networking applications. |
javax.net.ssl | Provides classes for the secure socket package. |
Uses of ServerSocketFactory in javax.net |
---|
Modifier and Type | Method and Description |
---|---|
static ServerSocketFactory |
ServerSocketFactory.getDefault()
Returns a copy of the environment's default socket factory. |
Uses of ServerSocketFactory in javax.net.ssl |
---|
Modifier and Type | Class and Description |
---|---|
class |
SSLServerSocketFactory
SSLServerSocketFactory s create
SSLServerSocket s. |
Modifier and Type | Method and Description |
---|---|
static ServerSocketFactory |
SSLServerSocketFactory.getDefault()
Returns the default SSL server socket factory. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.