Skip to content

Commit 3d4ab18

Browse files
committed
Removing InboundMessage class
Signed-off-by: Vacha Shah <vachshah@amazon.com>
1 parent 38e668c commit 3d4ab18

File tree

2 files changed

+0
-120
lines changed

2 files changed

+0
-120
lines changed

server/src/main/java/org/opensearch/transport/InboundMessage.java

Lines changed: 0 additions & 108 deletions
This file was deleted.

server/src/main/java/org/opensearch/transport/TcpTransport.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -761,18 +761,6 @@ protected void serverAcceptedChannel(TcpChannel channel) {
761761
*/
762762
protected abstract void stopInternal();
763763

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-
776764
/**
777765
* Handles inbound message that has been decoded.
778766
*

0 commit comments

Comments
 (0)