public abstract class AbstractChannelFactory<C extends Channel> extends java.lang.Object implements ChannelFactory<C>
| Constructor and Description |
|---|
AbstractChannelFactory(GravityInternal gravity) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
GravityInternal |
getGravity() |
GravityConfig |
getGravityConfig() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewChannelpublic AbstractChannelFactory(GravityInternal gravity)
public GravityInternal getGravity()
public GravityConfig getGravityConfig()
public void destroy()
destroy in interface ChannelFactory<C extends Channel>