public interface ObjectSocket
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canWrite() |
void |
close() |
void |
flush() |
org.nustaq.serialization.FSTConfiguration |
getConf() |
String |
getConnectionIdentifier() |
int |
getId() |
Throwable |
getLastError() |
boolean |
isClosed() |
void |
setConf(org.nustaq.serialization.FSTConfiguration conf)
set by outer machinery
|
void |
setLastError(Throwable ex) |
void |
writeObject(Object toWrite) |
void setLastError(Throwable ex)
Throwable getLastError()
void setConf(org.nustaq.serialization.FSTConfiguration conf)
conf - org.nustaq.serialization.FSTConfiguration getConf()
void close()
throws IOException
IOExceptiondefault boolean canWrite()
boolean isClosed()
int getId()
String getConnectionIdentifier()
Copyright © 2020. All rights reserved.