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

com.facebook.swift.service.ThriftHttpCodecFactory Maven / Gradle / Ivy

The newest version!
package com.facebook.swift.service;

import org.apache.thrift.protocol.TProtocolFactory;
import org.jboss.netty.channel.ChannelHandler;
import org.jboss.netty.handler.codec.http.HttpServerCodec;

import com.facebook.nifty.codec.ThriftFrameCodecFactory;

public class ThriftHttpCodecFactory implements ThriftFrameCodecFactory {

	public ThriftHttpCodecFactory() {
		super();
	}

	@Override
	public ChannelHandler create(int maxFrameSize, TProtocolFactory defaultProtocolFactory) {
		return new HttpServerCodec();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy