All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gateway.connector.tcp.ExchangeTcpSessionManager Maven / Gradle / Ivy

 
package com.gateway.connector.tcp;

import com.gateway.connector.Session;
import com.gateway.connector.api.ExchangeSessionManager;

import io.netty.channel.ChannelHandlerContext;

public abstract class ExchangeTcpSessionManager extends ExchangeSessionManager {

    public abstract Session createSession(String userName,String sessionId, ChannelHandlerContext ctx);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy