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