MessageHandler.Whole (Java(TM) EE 7 Specification APIs) (original) (raw)


public static interface MessageHandler.Whole
extends MessageHandler
This kind of handler is notified by the container on arrival of a complete message. If the message is received in parts, the container buffers it until it is has been fully received before this method is called.
For handling incoming text messages, the allowed types for T are

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.