public class HttpObjectSocket extends Object implements ObjectSocket
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_BATCHED_REQUESTS |
| Constructor and Description |
|---|
HttpObjectSocket(Class actorClz,
int port,
String host,
String actorPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
org.nustaq.kson.Kson |
getKson() |
protected void |
init() |
Object |
readObject() |
void |
setLastError(Exception ex) |
void |
writeObject(Object toWrite) |
public static final int MAX_BATCHED_REQUESTS
protected void init()
public org.nustaq.kson.Kson getKson()
public Object readObject() throws Exception
readObject in interface ObjectSocketExceptionpublic void writeObject(Object toWrite) throws Exception
writeObject in interface ObjectSocketExceptionpublic void flush()
throws IOException
flush in interface ObjectSocketIOExceptionpublic void setLastError(Exception ex)
setLastError in interface ObjectSocketpublic void close()
throws IOException
close in interface ObjectSocketIOExceptionCopyright © 2015. All rights reserved.