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

com.litongjava.tio.http.common.HttpResponsePacket Maven / Gradle / Ivy

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

import java.nio.ByteBuffer;

import com.litongjava.aio.Packet;
import com.litongjava.tio.core.TioConfig;

@SuppressWarnings("serial")
public abstract class HttpResponsePacket extends Packet {
  public abstract ByteBuffer toByteBuffer(TioConfig tioConfig);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy