Removed unused code block
This commit is contained in:
parent
73cb446310
commit
2b5a00e8b8
@ -24,7 +24,6 @@ package org.jboss.netty.handler.ssl;
|
|||||||
|
|
||||||
import static org.jboss.netty.channel.Channels.*;
|
import static org.jboss.netty.channel.Channels.*;
|
||||||
|
|
||||||
import java.net.SocketAddress;
|
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
import java.nio.channels.ClosedChannelException;
|
import java.nio.channels.ClosedChannelException;
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
@ -791,19 +790,4 @@ public class SslHandler extends FrameDecoder {
|
|||||||
this.outAppBuf = outAppBuf;
|
this.outAppBuf = outAppBuf;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final class EncryptedMessageEvent extends DownstreamMessageEvent {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param channel
|
|
||||||
* @param future
|
|
||||||
* @param message
|
|
||||||
* @param remoteAddress
|
|
||||||
*/
|
|
||||||
public EncryptedMessageEvent(Channel channel, ChannelFuture future,
|
|
||||||
Object message, SocketAddress remoteAddress) {
|
|
||||||
super(channel, future, message, remoteAddress);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user