Make Channel*Invoker package private
This commit is contained in:
parent
aca0d5fa68
commit
707f910d2b
@ -19,7 +19,7 @@ package io.netty.channel;
|
||||
/**
|
||||
* Interface which is shared by others which need to fire inbound events
|
||||
*/
|
||||
public interface ChannelInboundInvoker {
|
||||
interface ChannelInboundInvoker {
|
||||
|
||||
/**
|
||||
* A {@link Channel} was registered to its {@link EventLoop}.
|
||||
|
@ -20,7 +20,7 @@ import java.net.SocketAddress;
|
||||
/**
|
||||
* Interface which is shared by others which need to execute outbound logic.
|
||||
*/
|
||||
public interface ChannelOutboundInvoker {
|
||||
interface ChannelOutboundInvoker {
|
||||
|
||||
/**
|
||||
* Bind to the given {@link SocketAddress} and notify the {@link ChannelFuture} once the operation completes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user