|
Change Parameter Type buf : ChannelBuffer to buf : ByteBuf in method public addChunk(buf ByteBuf) : Result in class org.graylog.plugins.netflow.codecs.RemoteAddressCodecAggregator |
From |
To |
|
Change Parameter Type optTemplate : Map.Entry<Integer,ByteBuf> to optTemplate : Map.Entry<Integer,byte[]> in method public create(header NetFlowV9Header, dataLength int, templates Map<Integer,byte[]>, optTemplate Map.Entry<Integer,byte[]>, usedTemplates Set<Integer>) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.RawNetFlowV9Packet |
From |
To |
|
Change Parameter Type templates : Map<Integer,ByteBuf> to templates : Map<Integer,byte[]> in method public create(header NetFlowV9Header, dataLength int, templates Map<Integer,byte[]>, optTemplate Map.Entry<Integer,byte[]>, usedTemplates Set<Integer>) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.RawNetFlowV9Packet |
From |
To |
|
Change Return Type Map.Entry<Integer,ByteBuf> to Map.Entry<Integer,byte[]> in method public abstract optionTemplate() : Map.Entry<Integer,byte[]> in class org.graylog.plugins.netflow.v9.RawNetFlowV9Packet |
From |
To |
|
Change Return Type Map.Entry<Integer,ByteBuf> to Map.Entry<Integer,byte[]> in method public parseOptionTemplateShallow(bb ByteBuf) : Map.Entry<Integer,byte[]> in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Return Type List<Map.Entry<Integer,ByteBuf>> to List<Map.Entry<Integer,byte[]>> in method public parseTemplatesShallow(bb ByteBuf) : List<Map.Entry<Integer,byte[]>> in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Return Type Map<Integer,ByteBuf> to Map<Integer,byte[]> in method public abstract templates() : Map<Integer,byte[]> in class org.graylog.plugins.netflow.v9.RawNetFlowV9Packet |
From |
To |
|
Change Return Type UdpTransport.Config to NetFlowUdpTransport.Config in method public getConfig() : NetFlowUdpTransport.Config in class org.graylog.plugins.netflow.transport.NetFlowUdpTransport.Factory |
From |
To |
|
Change Variable Type optTemplate : Map.Entry<Integer,ByteBuf> to optTemplate : Map.Entry<Integer,byte[]> in method public parsePacketShallow(bb ByteBuf) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Variable Type optionTemplate : Map.Entry<Integer,ByteBuf> to optionTemplate : Map.Entry<Integer,byte[]> in method public toString() : String in class org.graylog.plugins.netflow.v9.RawNetFlowV9Packet |
From |
To |
|
Change Variable Type templates : List<Map.Entry<Integer,ByteBuf>> to templates : List<Map.Entry<Integer,byte[]>> in method public parsePacketShallow(bb ByteBuf) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Variable Type channelBuffer : ChannelBuffer to channelBuffer : ByteBuf in method private aggregateRawPacket(resourceName String) : CodecAggregator.Result in class org.graylog.plugins.netflow.codecs.NetflowV9CodecAggregatorTest |
From |
To |
|
Change Variable Type buffer : ChannelBuffer to buffer : ByteBuf in method private convertToRawMessage(result CodecAggregator.Result, remoteAddress SocketAddress) : RawMessage in class org.graylog.plugins.netflow.codecs.NetflowV9CodecAggregatorTest |
From |
To |
|
Change Variable Type allTemplates : Map<Integer,ByteBuf> to allTemplates : Map<Integer,byte[]> in method public parsePacketShallow(bb ByteBuf) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Variable Type t : Map.Entry<Integer,ByteBuf> to t : Map.Entry<Integer,byte[]> in method public parsePacketShallow(bb ByteBuf) : RawNetFlowV9Packet in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |
|
Change Variable Type templates : ImmutableList.Builder<Map.Entry<Integer,ByteBuf>> to templates : ImmutableList.Builder<Map.Entry<Integer,byte[]>> in method public parseTemplatesShallow(bb ByteBuf) : List<Map.Entry<Integer,byte[]>> in class org.graylog.plugins.netflow.v9.NetFlowV9Parser |
From |
To |