isLocalChannel

static boolean isLocalChannel(Channel channel)

Returns whether a netty channel performs local transportation, or if the message objects in the channel are directly passed than written to and read from a byte buf.

Return

whether the channel is local

Parameters

channel

the channel to check

Sources

jvm source
Link copied to clipboard