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

org.mockserver.codec.MockServerBinaryClientCodec Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
package org.mockserver.codec;

import io.netty.channel.CombinedChannelDuplexHandler;

public class MockServerBinaryClientCodec extends CombinedChannelDuplexHandler {

    public MockServerBinaryClientCodec() {
        init(new NettyBinaryToMockServerBinaryResponseDecoder(), new MockServerBinaryToNettyBinaryRequestEncoder());
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy