com.planet_ink.coffee_mud.core.intermud.packets
Class LocateReplyPacket
java.lang.Object
com.planet_ink.coffee_mud.core.intermud.packets.Packet
com.planet_ink.coffee_mud.core.intermud.packets.LocateReplyPacket
public class LocateReplyPacket
- extends Packet
Copyright (c) 1996 George Reese
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
| Fields inherited from class com.planet_ink.coffee_mud.core.intermud.packets.Packet |
CHAN_ADD, CHAN_EMOTE, CHAN_LISTEN, CHAN_MESSAGE, CHAN_REMOVE, CHAN_TARGET, CHAN_WHO_REP, CHAN_WHO_REQ, LOCATE_QUERY, LOCATE_REPLY, sender_mud, sender_name, target_mud, target_name, TELL, type, WHO_REPLY, WHO_REQUEST |
|
Constructor Summary |
LocateReplyPacket(java.lang.String to_whom,
java.lang.String mud,
java.lang.String who,
int idl,
java.lang.String stat)
|
LocateReplyPacket(java.util.Vector v)
|
| Methods inherited from class com.planet_ink.coffee_mud.core.intermud.packets.Packet |
convertString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
located_mud_name
public java.lang.String located_mud_name
located_visible_name
public java.lang.String located_visible_name
idle_time
public int idle_time
status
public java.lang.String status
LocateReplyPacket
public LocateReplyPacket(java.util.Vector v)
throws InvalidPacketException
- Throws:
InvalidPacketException
LocateReplyPacket
public LocateReplyPacket(java.lang.String to_whom,
java.lang.String mud,
java.lang.String who,
int idl,
java.lang.String stat)
send
public void send()
throws InvalidPacketException
- Overrides:
send in class Packet
- Throws:
InvalidPacketException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object