| Package | Description |
|---|---|
| org.nustaq.kontraktor | |
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.util |
| Modifier and Type | Method and Description |
|---|---|
void |
Actor.__addDeadLetter(Actor receiver,
String methodName) |
void |
Actor.__addRemoteConnection(RemoteConnection con) |
void |
Actor.__addStopHandler(Callback<SELF> cb) |
Object |
Actor.__enqueueCall(Actor receiver,
String methodName,
Object[] args,
boolean isCB) |
Method |
Actor.__getCachedMethod(String methodName,
Actor actor) |
void |
Actor.__removeRemoteConnection(RemoteConnection con) |
void |
Actor.__stop() |
Actor |
Actor.getActorRef() |
int |
Actor.getCallbackSize() |
int |
Actor.getMailboxSize() |
int |
Actor.getQSizes() |
Scheduler |
Actor.getScheduler() |
protected <T> T |
Actor.inThread(Actor proxy,
T cbInterface) |
boolean |
Actor.isCallbackQPressured() |
boolean |
Actor.isMailboxPressured() |
boolean |
Actor.isProxy() |
boolean |
Actor.isRemote() |
boolean |
Actor.isStopped() |
void |
Actor.stopSafeClose()
avoids exception when closing an actor after stop has been called.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
NioHttpServerImpl.getServingActor() |
| Modifier and Type | Method and Description |
|---|---|
void |
Log.error(Object source,
Throwable ex,
String msg) |
void |
Log.info(Object source,
String msg) |
void |
Log.infoLong(Object source,
Throwable ex,
String msg) |
void |
Log.warn(Object source,
String msg) |
void |
Log.warnLong(Object source,
Throwable ex,
String msg) |
Copyright © 2015. All rights reserved.