public class ApplicationReplyEncoder extends Object
Modifier and Type | Field and Description |
---|---|
static int |
APPLICATION_CODE
Application code constant for the
ApplicationReply (15). |
Constructor and Description |
---|
ApplicationReplyEncoder() |
Modifier and Type | Method and Description |
---|---|
byte[] |
encode(ApplicationReply reply)
Encodes an
ApplicationReply into a byte array. |
public static final int APPLICATION_CODE
ApplicationReply
(15).public byte[] encode(ApplicationReply reply) throws IOException
ApplicationReply
into a byte array.reply
- IOException
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.