Minor update to Http2LifecycleManager#closeLocalSide javadoc
Modifications: Changed "remote" to "local" in javadoc for closeLocalSide.
This commit is contained in:
parent
82461f0511
commit
7c43d9b84a
@ -26,7 +26,7 @@ import io.netty.channel.ChannelPromise;
|
|||||||
public interface Http2LifecycleManager {
|
public interface Http2LifecycleManager {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Closes the remote side of the given stream. If this causes the stream to be closed, adds a
|
* Closes the local side of the given stream. If this causes the stream to be closed, adds a
|
||||||
* hook to close the channel after the given future completes.
|
* hook to close the channel after the given future completes.
|
||||||
*
|
*
|
||||||
* @param stream the stream to be half closed.
|
* @param stream the stream to be half closed.
|
||||||
|
Loading…
Reference in New Issue
Block a user