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 SocketFactory in javax.net |
---|
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
SocketFactory.getDefault()
Returns a copy of the environment's default socket factory. |
Uses of SocketFactory in javax.net.ssl |
---|
Modifier and Type | Class and Description |
---|---|
class |
SSLSocketFactory
SSLSocketFactory s create SSLSocket s. |
Modifier and Type | Method and Description |
---|---|
static SocketFactory |
SSLSocketFactory.getDefault()
Returns the default SSL socket factory. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.