public abstract class Protocol extends Object
Modifier | Constructor and Description |
---|---|
protected |
Protocol() |
Modifier and Type | Method and Description |
---|---|
abstract Client |
acceptSession(SessionHandler session) |
abstract String |
getName() |
abstract void |
init() |
public abstract void init()
public abstract Client acceptSession(SessionHandler session)
public abstract String getName()
Copyright © 2016. All rights reserved.