EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.81k stars 416 forks source link

UdpConnection not visible to ServerDiscoveryHandler #95

Closed Limeth closed 9 years ago

Limeth commented 9 years ago

The visibility of UdpConnection is default, therefore it can not be used in the

public boolean onDiscoverHost(UdpConnection udp, InetSocketAddress fromAddress, Serialization serialization)

method of ServerDiscoveryHandlers that are not in package com.esotericsoftware.kryonet.