Class TRTrackerServerRequestImpl
java.lang.Object
com.biglybt.core.tracker.server.impl.TRTrackerServerRequestImpl
- All Implemented Interfaces:
TRTrackerServerRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final TRTrackerServerPeerprotected final Stringprotected final Mapprotected final TRTrackerServerImplprotected final TRTrackerServerTorrentprotected final intFields inherited from interface TRTrackerServerRequest
RT_ANNOUNCE, RT_FULL_SCRAPE, RT_QUERY, RT_SCRAPE, RT_UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionTRTrackerServerRequestImpl(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, String _request, Map _response) -
Method Summary
-
Field Details
-
server
-
peer
-
torrent
-
type
protected final int type -
request
-
response
-
-
Constructor Details
-
TRTrackerServerRequestImpl
public TRTrackerServerRequestImpl(TRTrackerServerImpl _server, TRTrackerServerPeer _peer, TRTrackerServerTorrent _torrent, int _type, String _request, Map _response)
-
-
Method Details
-
getType
public int getType()- Specified by:
getTypein interfaceTRTrackerServerRequest
-
getPeer
- Specified by:
getPeerin interfaceTRTrackerServerRequest
-
getTorrent
- Specified by:
getTorrentin interfaceTRTrackerServerRequest
-
getRequest
- Specified by:
getRequestin interfaceTRTrackerServerRequest
-
getResponse
- Specified by:
getResponsein interfaceTRTrackerServerRequest
-