Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g Release 2 (10.1.2.0.2)

B15559-01


oracle.security.crypto.cmp.transport
Class TCPMessage.Flag

java.lang.Object
  extended byoracle.security.crypto.cmp.transport.TCPMessage.Flag

Enclosing class:
TCPMessage

public static class TCPMessage.Flag
extends java.lang.Object

TCP-based message flags.


Field Summary
static TCPMessage.Flag CLOSE_CONNECTION
If asserted in a request, indicates that the server should close the connection after sending the response.

Method Summary
int getValue()
java.lang.String toString()

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

CLOSE_CONNECTION

public static final TCPMessage.Flag CLOSE_CONNECTION
If asserted in a request, indicates that the server should close the connection after sending the response.
Since:
CMP2000

Method Detail

getValue

public int getValue()

toString

public java.lang.String toString()

Oracle Security Developer Tools PKI SDK CMP Java API Reference
10g Release 2 (10.1.2.0.2)

B15559-01


Copyright © 2005 , Oracle. All rights reserved.