index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties/values/Entry.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.properties.values;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
/**
* Implements KeyValueModel. This is used in the scenario of a list imple... |
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties/values/KeyValueModel.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.properties.values;
public interface KeyValueModel extends ValueModel {
public String getKey();
}
|
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/properties/values/ValueModel.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith
*
*/
package asia.redact.bracket.properties.values;
import java.io.Serializable;
import java.util.List;
/**
* As of version 1.3.2, ValueModel is an interface.
*
* @author Dave
* @see BasicValueModel
* @see KeyValueModel
*/... |
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/util/EnvResolver.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.util;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
/**
* Collect environment and system properties values for use in variable expansion. Essential... |
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/asia/redact/bracket/util/Obfuscater.java | /*
* This file is part of Bracket Properties
* Copyright 2014-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.util;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.Charset;
import java.security.AlgorithmParameters;
import java.security.spec.KeySpec;
impo... |
0 | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/se/sawano/java | java-sources/asia/redact/bracket/properties/bracket-properties/2.3.0/se/sawano/java/text/AlphanumericComparator.java | /*
* Copyright 2014 Daniel Sawano
*
* 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 t... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Assembler.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.io.IOException;
import java.lang.reflect.Array;
import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.Arrays;
import jav... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Graph.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.lang.reflect.Array;
import java.lang.reflect.Method;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Loadable.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
/**
* Setter will use this to custom load a class from an arbitrarily formatted String representation
*
* @author Dave
*
*/
public interface Loa... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/MethodGetter.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.lang.annotation.Annotation;
import java.lang.reflect.Array;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.L... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/MethodSetter.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Par... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/PackageMap.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import asia.redact.bracket.properti... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/PropertiesRenderer.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.nio.ByteBuffer;
import java.nio.DoubleBuffer;
import java.nio.FloatBuffer;
import java.nio.IntBuffer;
import java.nio.LongBuffer;
import ja... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Renderer.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
/**
* Classes implementing this interface can encapsulate the tasks associated with rendering
* a java object graph into a serialized form.
*
* @... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Token.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
/**
* In the serializer we take an accessor in the java binding of the form (get|is)Name and turn that
* into a property which has a terminal like .n... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/TokenFactory.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import asia.redact.bracket.util.SerialIDGenerator;
/**
* Implement the Factory pattern to get tokens of various kinds. The tokens represent objects i... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/TokenType.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
/**
* Tokens representing and encapsulating various java objects; from the stand point of the serializer each
* have a general type.
*
* @author D... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/properties/serializer/Wrapper.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.properties.serializer;
import java.util.ArrayList;
import java.util.List;
import asia.redact.bracket.properties.Properties;
/**
* Wrapper implements (almost) the Decorator... |
0 | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/java-serializer/1.0.0/asia/redact/bracket/util/SerialIDGenerator.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2013 David R. Smith
* All Rights Reserved
*
*/
package asia.redact.bracket.util;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
/**
* Singleton to generate a series of Integers. Can be reset.
*
* @autho... |
0 | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket/codegen/CompiledPropsGenerator.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.codegen;
import java.io.IOException;
import java.io.StringWriter;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import javax.lang.model.element.Modifi... |
0 | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket/codegen/HelpMojo.java |
package asia.redact.bracket.codegen;
import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugins.annotations.Mojo;
import org.apache.maven.plugins.annotations.Parameter;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom... |
0 | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket | java-sources/asia/redact/bracket/properties/pcompiler-maven-plugin/1.0.0/asia/redact/bracket/codegen/PropertiesCompilerMojo.java | /*
* This file is part of Bracket Properties
* Copyright 2011-2016 David R. Smith, All Rights Reserved
*
*/
package asia.redact.bracket.codegen;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.charse... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina/ClientMinaHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina/ClientMinaMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina/RawClientMinaHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina/connected/MinaConnectedMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/client/mina/disconnect/MinaDisconnectListenerAndInterceptor.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/AbstractStampyMinaMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/MinaServiceAdapter.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/StampyMinaHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/StampyServiceAdapter.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/raw/StampyRawStringHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/raw/StringCodecFactory.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/raw/StringDecoder.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/common/mina/raw/StringEncoder.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/RawServerMinaHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/ServerMinaHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/ServerMinaMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/connect/MinaConnectResponseListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/connect/MinaConnectStateListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/heartbeat/MinaHeartbeatListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/login/MinaLoginMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/receipt/MinaReceiptListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/subscription/MinaAcknowledgementListenerAndInterceptor.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina | java-sources/asia/stampy/stampy-MINA-client-server-RI/1.0-RELEASE/asia/stampy/server/mina/transaction/MinaTransactionListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty/ClientNettyChannelHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty/ClientNettyMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty/connected/NettyConnectedMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/client/netty/disconnect/NettyDisconnectListenerAndInterceptor.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common/netty/AbstractStampyNettyMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common/netty/StampyNettyChannelHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/common/netty/StompBasedFrameDecoder.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/ServerNettyChannelHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/ServerNettyMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/connect/NettyConnectResponseListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/connect/NettyConnectStateListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/heartbeat/NettyHeartbeatListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/login/NettyLoginMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/receipt/NettyReceiptListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/subscription/NettyAcknowledgementListenerAndInterceptor.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty | java-sources/asia/stampy/stampy-NETTY-client-server-RI/1.0-RELEASE/asia/stampy/server/netty/transaction/NettyTransactionListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener/connected/AbstractConnectedMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener/disconnect/AbstractDisconnectListenerAndInterceptor.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/listener/validate/ClientMessageValidationListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/AbstractClientBodyMessageHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/AbstractClientMessageHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/ClientMessageHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/abort/AbortHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/abort/AbortMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/ack/AckHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/ack/AckMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/begin/BeginHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/begin/BeginMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/commit/CommitHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/commit/CommitMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/connect/ConnectHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/connect/ConnectMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/disconnect/DisconnectHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/disconnect/DisconnectMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/nack/NackHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/nack/NackMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/send/SendHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/send/SendMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/stomp/StompHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/stomp/StompMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/subscribe/SubscribeHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/subscribe/SubscribeMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/unsubscribe/UnsubscribeHeader.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/client/message/unsubscribe/UnsubscribeMessage.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/StampyLibrary.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/AbstractStampyMessageGateway.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/DefaultUnparseableMessageHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/HostPort.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/MessageListenerHaltException.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/SecurityMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/StampyHandlerHelper.java | package asia.stampy.common.gateway;
import java.lang.invoke.MethodHandles;
import javax.annotation.Resource;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import asia.stampy.client.message.ClientMessageHeader;
import asia.stampy.common.StampyLibrary;
import asi... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/StampyMessageListener.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/StampySecurityException.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/gateway/UnparseableMessageHandler.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
0 | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common | java-sources/asia/stampy/stampy-all/1.0-RELEASE/asia/stampy/common/heartbeat/HeartbeatContainer.java | /*
* Copyright (C) 2013 Burton Alexander
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option) any later
* version.
*
* This program is... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.