View Javadoc
1
package
ca.uhn.hl7v2.hoh.encoder;
2
3
public
enum
TransferEncoding
{
4
5
CHUNKED
6
7
}