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

io.servicefabric.transport.FrameHandlerFactory Maven / Gradle / Ivy

The newest version!
package io.servicefabric.transport;

import io.netty.handler.codec.ByteToMessageDecoder;
import io.netty.handler.codec.MessageToByteEncoder;

public interface FrameHandlerFactory {

  ByteToMessageDecoder newFrameDecoder();

  MessageToByteEncoder newFrameEncoder();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy