public class DefaultNetworking extends java.lang.Object implements Networking
| Constructor and Description |
|---|
DefaultNetworking() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CtxCore ctx) |
void |
init(CtxCore ctx) |
boolean |
isSending() |
void |
stop(CtxCore ctx) |
protected Tasks.Task<java.lang.Boolean> |
submit(CtxCore ctx) |
public void init(CtxCore ctx)
init in interface Networkingpublic boolean isSending()
isSending in interface Networkingpublic boolean check(CtxCore ctx)
check in interface Networkingprotected Tasks.Task<java.lang.Boolean> submit(CtxCore ctx)
public void stop(CtxCore ctx)
stop in interface Networking