This project has retired. For details please refer to its
Attic page .
IncomingUnicastRequest (Apache River v3.0.0 API Documentation)
JavaScript is disabled on your browser.
public class IncomingUnicastRequest
extends Object
Encapsulate the details of unmarshaling an incoming unicast
request. This class has no public methods because the request
portion of the current version of the unicast discovery protocol
does nothing other than indicate its version.
Author:
Sun Microsystems, Inc.
See Also:
OutgoingUnicastRequest
Field Summary
Fields
Modifier and Type
Field and Description
protected int
protoVersion
The current version of the unicast discovery protocol.
Constructor Summary
Constructors
Constructor and Description
IncomingUnicastRequest (InputStream str)
Construct a new object, initialized by unmarshaling the
contents of an input stream.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
IncomingUnicastRequest
public IncomingUnicastRequest(InputStream str)
throws IOException
Construct a new object, initialized by unmarshaling the
contents of an input stream.
Parameters:
str
- the stream from which to unmarshal a request
Throws:
IOException
- the request could not be unmarshaled
Copyright 2007-2013, multiple authors. Licensed under the Apache License, Version 2.0 , see the NOTICE file for attributions.