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

com.litongjava.tio.core.PacketConverter Maven / Gradle / Ivy

There is a newer version: 3.7.3.v20241201-RELEASE
Show newest version
package com.litongjava.tio.core;

import com.litongjava.tio.core.intf.Packet;

/**
 * @author tanyaowu
 *
 */
public interface PacketConverter {
  /**
   * 
   * @param packet
   * @param channelContext 要发往的channelContext
   * @return
   * @author tanyaowu
   */
  public Packet convert(Packet packet, ChannelContext channelContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy