File tree Expand file tree Collapse file tree 2 files changed +0
-120
lines changed
server/src/main/java/org/opensearch/transport Expand file tree Collapse file tree 2 files changed +0
-120
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -761,18 +761,6 @@ protected void serverAcceptedChannel(TcpChannel channel) {
761
761
*/
762
762
protected abstract void stopInternal ();
763
763
764
- /**
765
- * @deprecated use {@link #inboundMessage(TcpChannel, ProtocolInboundMessage)}
766
- * Handles inbound message that has been decoded.
767
- *
768
- * @param channel the channel the message is from
769
- * @param message the message
770
- */
771
- @ Deprecated (since = "2.14.0" , forRemoval = true )
772
- public void inboundMessage (TcpChannel channel , InboundMessage message ) {
773
- inboundMessage (channel , (ProtocolInboundMessage ) message );
774
- }
775
-
776
764
/**
777
765
* Handles inbound message that has been decoded.
778
766
*
You can’t perform that action at this time.
0 commit comments