forked from dCache/xrootd4j
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Uses the Maven License plugin. Also renamed the artifacts to xrootd4j.
- Loading branch information
Showing
74 changed files
with
1,387 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Copyright (C) 2011 dCache.org <[email protected]> | ||
|
||
This file is part of xrootd4j. | ||
|
||
xrootd4j is free software: you can redistribute it and/or modify it | ||
under the terms of the GNU Lesser General Public License as published | ||
by the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
xrootd4j is distributed in the hope that it will be useful, but | ||
WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
Lesser General Public License for more details. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with xrootd4j. If not, see | ||
<http://www.gnu.org/licenses/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/core/XrootdDecoder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.core; | ||
|
||
import org.jboss.netty.handler.codec.frame.FrameDecoder; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/core/XrootdEncoder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.core; | ||
|
||
import static org.jboss.netty.channel.Channels.*; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/core/XrootdException.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.core; | ||
|
||
public class XrootdException extends Exception | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/core/XrootdHandshakeHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.core; | ||
|
||
import java.util.Arrays; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/core/XrootdRequestHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.core; | ||
|
||
import org.jboss.netty.channel.ChannelHandlerContext; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/XrootdProtocol.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol; | ||
|
||
public interface XrootdProtocol { | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/AbstractRequestMessage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import java.nio.charset.Charset; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/AbstractResponseMessage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import org.jboss.netty.buffer.ChannelBuffer; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/AuthenticationRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
import static org.dcache.xrootd.protocol.XrootdProtocol.*; | ||
|
||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/AuthenticationResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import java.util.List; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/CloseRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import org.dcache.xrootd.protocol.XrootdProtocol; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/DirListRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import static org.dcache.xrootd.protocol.XrootdProtocol.*; | ||
|
19 changes: 19 additions & 0 deletions
19
xrootd-lib/src/main/java/org/dcache/xrootd/protocol/messages/DirListResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
/** | ||
* Copyright (C) 2011 dCache.org <[email protected]> | ||
* | ||
* This file is part of xrootd4j. | ||
* | ||
* xrootd4j is free software: you can redistribute it and/or modify it | ||
* under the terms of the GNU Lesser General Public License as published | ||
* by the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* xrootd4j is distributed in the hope that it will be useful, but | ||
* WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
* Lesser General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU Lesser General Public | ||
* License along with xrootd4j. If not, see | ||
* <http://www.gnu.org/licenses/>. | ||
*/ | ||
package org.dcache.xrootd.protocol.messages; | ||
|
||
import java.util.List; | ||
|
Oops, something went wrong.