Interface ObjectSocket
- All Known Implementing Classes:
ObjectAsyncSocketConnection
public interface ObjectSocket
Created by moelrue on 5/7/15.
capability to send objects
-
Method Summary
-
Method Details
-
writeObject
- Throws:
Exception
-
flush
- Throws:
Exception
-
setLastError
-
getLastError
Throwable getLastError() -
setConf
void setConf(org.nustaq.serialization.FSTConfiguration conf) set by outer machinery- Parameters:
conf-
-
getConf
org.nustaq.serialization.FSTConfiguration getConf() -
close
- Throws:
IOException
-
canWrite
default boolean canWrite() -
isClosed
boolean isClosed() -
getId
int getId() -
getConnectionIdentifier
String getConnectionIdentifier()- Returns:
- an id for this connection, currently set for http connections only (returns http session id)
-