costin 02/04/17 15:28:55
Modified:jk/java/org/apache/jk/core Msg.java
Log:
Removed unused code.
Msg can become an interface ( or 2 - Serializer/Deserializer ), it's
only role is to add int/string/etc to a buffer. It's quite easy
to add more types and replace the marshaling
costin 02/02/06 09:33:50
Modified:jk/java/org/apache/jk/core Msg.java
Log:
2 more methods - peekByte used to dispatch and "Tag", the message type.
Msg must be abstracted, it's still too Ajp13 specific.
Jk should work with any kind of messages - including soap or IIOP.
R