public class SSLAlertEvent
extends java.util.EventObject
| Constructor and Description |
|---|
SSLAlertEvent(SSLSocket socket) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDescription() |
int |
getLevel() |
SSLSocket |
getSocket() |
void |
setDescription(int description) |
void |
setLevel(int level) |