com.sun.jini.discovery
Class DiscoveryV2.DatagramBuffers.DatagramInfo

java.lang.Object
  extended by com.sun.jini.discovery.DiscoveryV2.DatagramBuffers.DatagramInfo
Enclosing class:
DiscoveryV2.DatagramBuffers

private class DiscoveryV2.DatagramBuffers.DatagramInfo
extends Object


Field Summary
private  ByteBuffer buf
           
private  DatagramPacket datagram
           
 
Constructor Summary
DiscoveryV2.DatagramBuffers.DatagramInfo()
           
 
Method Summary
(package private)  ByteBuffer getBuffer()
           
(package private)  DatagramPacket getDatagram()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datagram

private final DatagramPacket datagram

buf

private final ByteBuffer buf
Constructor Detail

DiscoveryV2.DatagramBuffers.DatagramInfo

DiscoveryV2.DatagramBuffers.DatagramInfo()
Method Detail

getBuffer

ByteBuffer getBuffer()

getDatagram

DatagramPacket getDatagram()


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.