com.lorne.sds.server.service.DeliveryService Maven / Gradle / Ivy
package com.lorne.sds.server.service;
import io.netty.channel.ChannelHandlerContext;
/**
* create by lorne on 2017/10/13
*/
public interface DeliveryService {
void delivery(ChannelHandlerContext ctx, Object msg);
void checkSocket();
void channelActive(ChannelHandlerContext ctx);
void channelInactive(ChannelHandlerContext ctx);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy