Class ServerListenerAdapter

java.lang.Object
com.linecorp.armeria.server.ServerListenerAdapter
All Implemented Interfaces:
ServerListener

public class ServerListenerAdapter extends Object implements ServerListener
A skeletal ServerListener implementation in order for a user to implement only the methods what he or she really needs.