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