Switched package from com.samskivert to com.threerings.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@12 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: AuthRequest.java,v 1.3 2001/05/23 04:03:40 mdb Exp $
|
||||
// $Id: AuthRequest.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.io.TypedObjectFactory;
|
||||
import com.threerings.cocktail.cher.io.TypedObjectFactory;
|
||||
|
||||
public class AuthRequest extends UpstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: AuthResponse.java,v 1.4 2001/05/30 00:16:00 mdb Exp $
|
||||
// $Id: AuthResponse.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.net.DObjectFactory;
|
||||
import com.threerings.cocktail.cher.dobj.net.DObjectFactory;
|
||||
|
||||
/**
|
||||
* The auth response communicates authentication success or failure as
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: AuthResponseData.java,v 1.3 2001/05/30 00:16:00 mdb Exp $
|
||||
// $Id: AuthResponseData.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.DObject;
|
||||
import com.threerings.cocktail.cher.dobj.DObject;
|
||||
|
||||
/**
|
||||
* An <code>AuthResponseData</code> object is communicated back to the
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: Credentials.java,v 1.3 2001/05/29 03:27:59 mdb Exp $
|
||||
// $Id: Credentials.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.io.TypedObject;
|
||||
import com.samskivert.cocktail.cher.io.TypedObjectFactory;
|
||||
import com.threerings.cocktail.cher.io.TypedObject;
|
||||
import com.threerings.cocktail.cher.io.TypedObjectFactory;
|
||||
|
||||
/**
|
||||
* Credentials are supplied by the client implementation and sent along to
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: DownstreamMessage.java,v 1.4 2001/05/29 03:27:59 mdb Exp $
|
||||
// $Id: DownstreamMessage.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.io.TypedObject;
|
||||
import com.samskivert.cocktail.cher.io.TypedObjectFactory;
|
||||
import com.threerings.cocktail.cher.io.TypedObject;
|
||||
import com.threerings.cocktail.cher.io.TypedObjectFactory;
|
||||
|
||||
/**
|
||||
* The <code>DownstreamMessage</code> class encapsulates a message in the
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: EventNotification.java,v 1.2 2001/05/22 21:51:29 mdb Exp $
|
||||
// $Id: EventNotification.java,v 1.3 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.Event;
|
||||
import com.samskivert.cocktail.cher.dobj.EventFactory;
|
||||
import com.threerings.cocktail.cher.dobj.Event;
|
||||
import com.threerings.cocktail.cher.dobj.EventFactory;
|
||||
|
||||
public class EventNotification extends DownstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: FailureResponse.java,v 1.1 2001/05/22 21:51:29 mdb Exp $
|
||||
// $Id: FailureResponse.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: FetchRequest.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
|
||||
// $Id: FetchRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: ForwardEventRequest.java,v 1.1 2001/05/22 06:07:59 mdb Exp $
|
||||
// $Id: ForwardEventRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.Event;
|
||||
import com.samskivert.cocktail.cher.dobj.EventFactory;
|
||||
import com.threerings.cocktail.cher.dobj.Event;
|
||||
import com.threerings.cocktail.cher.dobj.EventFactory;
|
||||
|
||||
public class ForwardEventNotification extends UpstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: LogoffRequest.java,v 1.1 2001/05/22 06:08:00 mdb Exp $
|
||||
// $Id: LogoffRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
public class LogoffNotification extends UpstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: ObjectResponse.java,v 1.4 2001/05/30 00:16:00 mdb Exp $
|
||||
// $Id: ObjectResponse.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.DObject;
|
||||
import com.samskivert.cocktail.cher.dobj.net.DObjectFactory;
|
||||
import com.threerings.cocktail.cher.dobj.DObject;
|
||||
import com.threerings.cocktail.cher.dobj.net.DObjectFactory;
|
||||
|
||||
public class ObjectResponse extends DownstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: PingRequest.java,v 1.1 2001/05/22 06:08:00 mdb Exp $
|
||||
// $Id: PingRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
public class PingNotification extends UpstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: PongResponse.java,v 1.1 2001/05/22 21:51:29 mdb Exp $
|
||||
// $Id: PongResponse.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
public class PongNotification extends DownstreamMessage
|
||||
{
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
//
|
||||
// $Id: Registry.java,v 1.1 2001/05/29 03:27:59 mdb Exp $
|
||||
// $Id: Registry.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import com.samskivert.cocktail.cher.dobj.DObject;
|
||||
import com.samskivert.cocktail.cher.io.TypedObject;
|
||||
import com.samskivert.cocktail.cher.io.TypedObjectFactory;
|
||||
import com.threerings.cocktail.cher.dobj.DObject;
|
||||
import com.threerings.cocktail.cher.io.TypedObject;
|
||||
import com.threerings.cocktail.cher.io.TypedObjectFactory;
|
||||
|
||||
/**
|
||||
* The registry provides a single place where all typed objects that are
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: SubscribeRequest.java,v 1.1 2001/05/22 06:08:00 mdb Exp $
|
||||
// $Id: SubscribeRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: UnsubscribeRequest.java,v 1.1 2001/05/22 06:08:00 mdb Exp $
|
||||
// $Id: UnsubscribeRequest.java,v 1.2 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
//
|
||||
// $Id: UpstreamMessage.java,v 1.4 2001/05/29 03:27:59 mdb Exp $
|
||||
// $Id: UpstreamMessage.java,v 1.5 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
import com.samskivert.cocktail.cher.io.TypedObject;
|
||||
import com.samskivert.cocktail.cher.io.TypedObjectFactory;
|
||||
import com.threerings.cocktail.cher.io.TypedObject;
|
||||
import com.threerings.cocktail.cher.io.TypedObjectFactory;
|
||||
|
||||
/**
|
||||
* The <code>UpstreamMessage</code> class encapsulates a message in the
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: UsernamePasswordCreds.java,v 1.3 2001/05/23 04:03:40 mdb Exp $
|
||||
// $Id: UsernamePasswordCreds.java,v 1.4 2001/05/30 23:58:31 mdb Exp $
|
||||
|
||||
package com.samskivert.cocktail.cher.net;
|
||||
package com.threerings.cocktail.cher.net;
|
||||
|
||||
import java.io.DataInputStream;
|
||||
import java.io.DataOutputStream;
|
||||
|
||||
Reference in New Issue
Block a user