Skip navigation links 
 
oracle.security.crypto.cmp.transport
Class PollResponseTCPMsg
java.lang.Object
   oracle.security.crypto.cmp.transport.TCPMessage
oracle.security.crypto.cmp.transport.TCPMessage
       oracle.security.crypto.cmp.transport.PollResponseTCPMsg
oracle.security.crypto.cmp.transport.PollResponseTCPMsg
- All Implemented Interfaces:
- oracle.security.crypto.util.Streamable
- 
public class PollResponseTCPMsg
 
- extends TCPMessage
TCP-based protocol message used by a server to send response polling information to an end-entity.
 
 
  
 
  
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
PollResponseTCPMsg
public PollResponseTCPMsg(TCPMessage.Version version,
                          int pollRef,
                          int checkBackTime)
PollResponseTCPMsg
public PollResponseTCPMsg(int pollRef,
                          int checkBackTime)
PollResponseTCPMsg
public PollResponseTCPMsg(java.io.InputStream is)
                   throws java.io.IOException
- 
- Throws:
- java.io.IOException
 
getType
public TCPMessage.Type getType()
- Description copied from class: TCPMessage
- Get the TCP-based message type.
- 
- Specified by:
- getTypein class- TCPMessage
 
getPollRef
public int getPollRef()
getCheckBackTime
public int getCheckBackTime()
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
Skip navigation links 
 
Copyright © 2005, 2013, Oracle. All rights reserved.